代码搜索:Testing

找到约 10,000 项符合「Testing」的源代码

代码结果 10,000
www.eeworm.com/read/339446/3302789

test ptrsize.test

#!/bin/sh QMKSPEC=$1 VERBOSE=$2 SRCDIR=$3 OUTDIR=$4 # debuggery [ "$VERBOSE" = "yes" ] && echo "Testing size of pointers ... ($*)" # build and run a test program test -d "$OUTDIR/config.tests/unix/
www.eeworm.com/read/339285/3310406

tst

#!/bin/sh # This is a short-cut to execute tests on the parser. # ./conf/torture_msgs{,2} contain various kind of messages. echo "==" echo "== Testing the parser contained in libosip." echo "== You
www.eeworm.com/read/334125/3374469

c gentest.c

/* Unix SMB/CIFS implementation. generic testing tool - version with both SMB and SMB2 support Copyright (C) Andrew Tridgell 2003-2008 This program is free software; you can redistr
www.eeworm.com/read/331461/3412172

h gif_config.h

/* * HAVE_STDC is tested below to see whether ANSI features are available. * We avoid testing __STDC__ directly for arcane reasons of portability. * (On some compilers, __STDC__ is only defined i
www.eeworm.com/read/331173/3415253

java intlist.java

// IntList class // Main purpose of this class is to assemble lists of integers for // testing // import java.awt.*; import java.io.*; import java.net.*; import java.util.*; public class IntLis
www.eeworm.com/read/326747/3468564

java checksuite.java

package org.hibernate.test.sql.check; import junit.framework.Test; import junit.framework.TestSuite; /** * Suite for testing custom SQL result checking strategies. * * Yes, currently
www.eeworm.com/read/326711/3470093

cpp fig23_09.cpp

// Fig. 23.9: fig23_09.cpp // Testing class BasePlusCommissionEmployee. #include using std::cout; using std::endl; using std::fixed; #include using std::setprecision;
www.eeworm.com/read/326711/3470100

cpp fig23_21.cpp

// Fig. 23.21: fig23_21.cpp // Testing class BasePlusCommissionEmployee. #include using std::cout; using std::endl; using std::fixed; #include using std::setprecision;
www.eeworm.com/read/326711/3470109

cpp fig23_16.cpp

// Fig. 23.16: fig23_16.cpp // Testing class BasePlusCommissionEmployee. #include using std::cout; using std::endl; using std::fixed; #include using std::setprecision;
www.eeworm.com/read/326096/3475163

java stringsorttest.java

//: StringSortTest.java // Testing the generic sorting Vector //实现比较大小用的接口 import java.util.*; public class StringSortTest { static class StringCompare implements Compare { public bool