Searched refs:runner (Results 1 - 21 of 21) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/tests/
H A Dminicheck.c78 SRunner *runner = calloc(1, sizeof(SRunner)); local
79 if (runner != NULL) {
80 runner->suite = suite;
82 return runner;
101 add_failure(SRunner *runner, int verbosity) argument
103 runner->nfailures++;
111 srunner_run_all(SRunner *runner, int verbosity) argument
115 assert(runner != NULL);
116 suite = runner->suite;
121 runner
171 srunner_ntests_failed(SRunner *runner) argument
178 srunner_free(SRunner *runner) argument
[all...]
H A Dminicheck.h83 void srunner_run_all(SRunner *runner, int verbosity);
84 int srunner_ntests_failed(SRunner *runner);
85 void srunner_free(SRunner *runner);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/
H A Dchk.bdb61 java -Xcheck:jni -Djava.library.path=$DB_LIB_DIR -cp "$REQUIRED_JARS$CP_SEP$DB_JAR$CP_SEP./dbtest.jar" org.junit.runner.JUnitCore $1
68 if java -Xcheck:jni -Djava.library.path=$DB_LIB_DIR -cp "$REQUIRED_JARS$CP_SEP$DB_JAR$CP_SEP./dbtest.jar" org.junit.runner.JUnitCore $c ; then
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DSecondaryDeadlockTest.java123 final TransactionRunner runner = new TransactionRunner(env);
124 runner.setMaxRetries(MAX_RETRIES);
132 runner.setTransactionConfig(txnConfig);
143 runner.run(new TransactionWorker() {
148 runner.run(new TransactionWorker() {
H A DIterDeadlockTest.java131 final TransactionRunner runner = new TransactionRunner(env);
132 runner.setMaxRetries(0);
135 runner.run(new TransactionWorker() {
149 runner.run(new TransactionWorker() {
180 runner.run(new TransactionWorker() {
H A DJoinTest.java64 private TransactionRunner runner; field in class:JoinTest
84 runner = new TransactionRunner(env);
115 runner = null;
126 runner.run(this);
H A DTransactionTest.java334 final TransactionRunner runner = new TransactionRunner(env);
335 runner.setAllowNestedTransactions(DbCompat.NESTED_TRANSACTIONS);
339 runner.run(new TransactionWorker() {
346 runner.run(new TransactionWorker() {
390 final TransactionRunner runner = new TransactionRunner(env);
391 runner.setAllowNestedTransactions(DbCompat.NESTED_TRANSACTIONS);
395 runner.run(new TransactionWorker() {
404 runner.run(new TransactionWorker() {
499 TransactionRunner runner = new TransactionRunner(env);
500 runner
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/serial/
H A DStoredClassCatalogTest.java73 private TransactionRunner runner; field in class:StoredClassCatalogTest
90 runner = new TransactionRunner(env);
142 runner = null;
149 runner.run(this);
H A DStoredClassCatalogTestInit.java71 private TransactionRunner runner; field in class:StoredClassCatalogTestInit
84 runner = new TransactionRunner(env);
130 runner = null;
137 runner.run(this);
H A DTupleSerialFactoryTest.java66 private TransactionRunner runner; field in class:TupleSerialFactoryTest
95 runner = new TransactionRunner(env);
132 runner = null;
144 runner.run(this);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/repquote/
H A DRepQuoteExample.java179 RepQuoteExample runner = null;
181 runner = new RepQuoteExample();
182 runner.init(config);
189 runner.doloop();
190 runner.terminate();
194 if (runner != null)
195 runner.terminate();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/basic/
H A DSample.java113 TransactionRunner runner = new TransactionRunner(db.getEnvironment());
114 runner.run(new PopulateDatabase());
115 runner.run(new PrintDatabase());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/entity/
H A DSample.java113 TransactionRunner runner = new TransactionRunner(db.getEnvironment());
114 runner.run(new PopulateDatabase());
115 runner.run(new PrintDatabase());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/factory/
H A DSample.java112 TransactionRunner runner = new TransactionRunner(db.getEnvironment());
113 runner.run(new PopulateDatabase());
114 runner.run(new PrintDatabase());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/marshal/
H A DSample.java114 TransactionRunner runner = new TransactionRunner(db.getEnvironment());
115 runner.run(new PopulateDatabase());
116 runner.run(new PrintDatabase());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/sentity/
H A DSample.java115 TransactionRunner runner = new TransactionRunner(db.getEnvironment());
116 runner.run(new PopulateDatabase());
117 runner.run(new PrintDatabase());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/tuple/
H A DSample.java113 TransactionRunner runner = new TransactionRunner(db.getEnvironment());
114 runner.run(new PopulateDatabase());
115 runner.run(new PrintDatabase());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/hello/
H A DHelloDatabaseWorld.java62 TransactionRunner runner = new TransactionRunner(env);
65 runner.run(worker);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A DRepQuoteExample.cpp503 RepQuoteExample runner; local
505 runner.init(&config);
506 runner.doloop();
511 runner.terminate();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/index/
H A DSample.java113 TransactionRunner runner = new TransactionRunner(db.getEnvironment());
114 runner.run(new PopulateDatabase());
115 runner.run(new PrintDatabase());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/xstc/
H A Dxstc.py189 def initTest(self, runner):
194 self.runner = runner
195 self.group = runner.getGroup(self.groupName)
451 # Test runner class.

Completed in 197 milliseconds