Searched defs:waitFor (Results 1 - 20 of 20) sorted by relevance

/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
H A DLwjglDisplay.java158 public void create(boolean waitFor){ argument
165 if (waitFor)
166 waitFor(true);
H A DLwjglAbstractDisplay.java260 public void destroy(boolean waitFor){ argument
262 if (waitFor)
263 waitFor(false);
H A DLwjglContext.java182 protected void waitFor(boolean createdVal){ method in class:LwjglContext
H A DLwjglOffscreenBuffer.java152 public void destroy(boolean waitFor){ argument
154 if (waitFor)
155 waitFor(false);
158 public void create(boolean waitFor){ argument
165 if (waitFor)
166 waitFor(true);
H A DLwjglCanvas.java160 public void create(boolean waitFor){ argument
169 if (waitFor)
170 waitFor(true);
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DJmeContext.java167 * @param waitFor If true, will wait until context has initialized.
169 public void create(boolean waitFor); argument
180 * @param waitFor If true, will wait until the context is destroyed fully.
182 public void destroy(boolean waitFor); argument
H A DNullContext.java142 public void destroy(boolean waitFor){ argument
144 if (waitFor)
145 waitFor(false);
148 public void create(boolean waitFor){ argument
155 if (waitFor)
156 waitFor(true);
192 protected void waitFor(boolean createdVal){ method in class:NullContext
/external/guava/guava/src/com/google/common/util/concurrent/
H A DMonitor.java688 public void waitFor(Guard guard) throws InterruptedException { method in class:Monitor
716 public boolean waitFor(Guard guard, long time, TimeUnit unit) throws InterruptedException { method in class:Monitor
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
H A DOGLESContext.java428 public void create(boolean waitFor) { argument
429 if (waitFor) {
430 waitFor(true);
443 public void destroy(boolean waitFor) { argument
445 if (waitFor) {
446 waitFor(false);
454 protected void waitFor(boolean createdVal) { method in class:OGLESContext
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
H A DAwtPanelsContext.java172 public void create(boolean waitFor) { argument
179 actualContext.create(waitFor);
182 public void destroy(boolean waitFor) { argument
187 actualContext.destroy(waitFor);
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
H A DObjectStore.java185 public <T> T getExposedObject(String name, Class<T> type, boolean waitFor) throws InterruptedException{ argument
188 if (!waitFor)
/external/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp130 waitFor = 0;
156 //~ std::cout << "block() n " << n << " waitFor " << waitFor << std::endl;
158 assert( waitFor == 0 || n <= waitFor );
159 if ( waitFor > 0 && n == waitFor )
192 waitFor = num;
209 // Reset waitFor to zero: this way, if waitFor thread
220 size_t waitFor; member in class:WaitForThreads
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DApplication.java439 * @param waitFor If true, the current thread will block until the
442 public void startCanvas(boolean waitFor){ argument
443 context.create(waitFor);
482 public void stop(boolean waitFor){ argument
484 context.destroy(waitFor);
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-io-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1097 milliseconds