代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5518092
c dtor1_main.c
// Split into pieces for binary compatibility testing October 2002
extern void dtor1_x (void);
int
main ()
{
dtor1_x ();
}
www.eeworm.com/read/162614/5521981
c net26.c
// { dg-do run }
// A test case found by InterViews testing...
extern "C" int printf(const char *, ...);
class A {
public:
int foo() { printf("ok nv\n"); return 0; }
virtual int vfoo() { printf("
www.eeworm.com/read/162614/5536975
out instinit2.out
Testing class `instinit2'...
Checking the oink...
java.lang.Exception: It just oinked
www.eeworm.com/read/162614/5537070
out nested_with_ctor.out
Testing class `nested_with_ctor'...
Yikes!321
(int)123
www.eeworm.com/read/162519/5546507
out instinit2.out
Testing class `instinit2'...
Checking the oink...
java.lang.Exception: It just oinked
www.eeworm.com/read/162519/5546602
out nested_with_ctor.out
Testing class `nested_with_ctor'...
Yikes!321
(int)123
www.eeworm.com/read/161438/5554149
c datetime.c
#include
void main(void)
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/161438/5554179
c filecnst.c
#include
void main(void)
{
printf("The file %s is under Beta testing\n", __FILE__);
}
www.eeworm.com/read/160303/5573401
sh setup.sh
if [ -z "$OPENSWANSRCDIR" ]
then
if [ -f ../../umlsetup.sh ]
then
OPENSWANSRCDIR=`cd ../.. && pwd`
else
if [ -f ../../../umlsetup.sh ]
then
OPENSWANSRCDIR=`cd ../../.. && pwd`
f
www.eeworm.com/read/160303/5573899
sh pluto_unit_tests.sh
#!/bin/sh
: ==== start ====
TESTING=${TESTING:-/testing}
PATH=${TESTING}/pluto/bin:$PATH export PATH
TESTNAME=aggr-unit-02
export PLUTO="ipsec pluto"
export WHACK="ipsec whack"
${TESTING}/pluto/bin