HomeSort by relevance Sort by last modified time
    Searched refs:runOnce (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/icu/source/test/threadtest/
threadtest.h 29 // runOnce() will be called repeatedly by the working threads of
34 // between calls to runOnce(). Do consistency checks here.
42 virtual void runOnce() = 0;
converttest.cpp 23 virtual void runOnce();
46 void ConvertThreadTest::runOnce() {
stringtest.cpp 19 virtual void runOnce();
72 void StringThreadTest::runOnce() {
threadtest.cpp 307 // Run in a loop, executing the runOnce() test function each time.
355 gRunInfo.fTest->runOnce();
  /external/icu4c/test/threadtest/
threadtest.h 29 // runOnce() will be called repeatedly by the working threads of
34 // between calls to runOnce(). Do consistency checks here.
42 virtual void runOnce() = 0;
converttest.cpp 23 virtual void runOnce();
46 void ConvertThreadTest::runOnce() {
stringtest.cpp 19 virtual void runOnce();
72 void StringThreadTest::runOnce() {
threadtest.cpp 308 // Run in a loop, executing the runOnce() test function each time.
356 gRunInfo.fTest->runOnce();
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainGrid.java 116 private boolean runOnce = false;
296 if (camCell.x != this.currentCamCell.x || camCell.z != currentCamCell.z || !runOnce) {
303 runOnce = true;
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 145 if (runOnce()) {
165 boolean runOnce() throws ZygoteInit.MethodAndArgsCaller {
    [all...]
ZygoteInit.java 655 done = peers.get(index).runOnce();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 1839 milliseconds