Searched refs:runOnce (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/threadtest/
H A Dthreadtest.h29 // runOnce() will be called repeatedly by the working threads of
34 // between calls to runOnce(). Do consistency checks here.
42 virtual void runOnce() = 0;
H A Dconverttest.cpp23 virtual void runOnce();
46 void ConvertThreadTest::runOnce() { function in class:ConvertThreadTest
H A Dstringtest.cpp19 virtual void runOnce();
72 void StringThreadTest::runOnce() { function in class:StringThreadTest
H A Dthreadtest.cpp308 // Run in a loop, executing the runOnce() test function each time.
356 gRunInfo.fTest->runOnce();
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Scope/
H A Dregress-202678-001.js61 if (!self.runOnce)
65 self.runOnce = true;
H A Dregress-202678-002.js61 if (!self.runOnce)
65 self.runOnce = true;
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/tests/
H A Dpersistence.test346 PersistenceTest instproc runOnce {} {
362 pt runOnce
/macosx-10.10.1/PowerManagement-494.1.2/pmset/
H A Dpmset.c373 static void log_useractivity_presentActive(bool runOnce);
374 static void log_useractivity_level(bool runOnce);
3221 static void log_useractivity_presentActive(bool runOnce) argument
3235 if (runOnce == kRunOnce) {
3285 static void log_useractivity_level(bool runOnce) argument
3291 if (kRunOnce == runOnce) {

Completed in 204 milliseconds