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

  /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/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/
regress-202678-001.js 61 if (!self.runOnce)
65 self.runOnce = true;
regress-202678-002.js 61 if (!self.runOnce)
65 self.runOnce = true;
  /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 613 done = peers.get(index).runOnce();
  /external/skia/bench/
benchmain.cpp 748 bool runOnce = false;
750 if (!bench->isRendering() && runOnce) {
753 runOnce = true;
  /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 1666 milliseconds