Home
last modified time | relevance | path

Searched defs:waitFor (Results 1 – 15 of 15) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DClosingFutureTest.java1832 <V> Callable<V> waitFor(Callable<V> callable) { in waitFor() method in ClosingFutureTest.Waiter
1836 <V> ClosingCallable<V> waitFor(ClosingCallable<V> closingCallable) { in waitFor() method in ClosingFutureTest.Waiter
1840 <T, U> ClosingFunction<T, U> waitFor(ClosingFunction<T, U> closingFunction) { in waitFor() method in ClosingFutureTest.Waiter
1844 <T, U> AsyncClosingFunction<T, U> waitFor(AsyncClosingFunction<T, U> asyncClosingFunction) { in waitFor() method in ClosingFutureTest.Waiter
1848 <V> CombiningCallable<V> waitFor(CombiningCallable<V> combiningCallable) { in waitFor() method in ClosingFutureTest.Waiter
1852 <V> AsyncCombiningCallable<V> waitFor(AsyncCombiningCallable<V> asyncCombiningCallable) { in waitFor() method in ClosingFutureTest.Waiter
1856 <V1, V2, U> ClosingFunction2<V1, V2, U> waitFor(ClosingFunction2<V1, V2, U> closingFunction2) { in waitFor() method in ClosingFutureTest.Waiter
1860 <V1, V2, U> AsyncClosingFunction2<V1, V2, U> waitFor( in waitFor() method in ClosingFutureTest.Waiter
1865 <V1, V2, V3, U> ClosingFunction3<V1, V2, V3, U> waitFor( in waitFor() method in ClosingFutureTest.Waiter
1870 <V1, V2, V3, V4, U> ClosingFunction4<V1, V2, V3, V4, U> waitFor( in waitFor() method in ClosingFutureTest.Waiter
[all …]
DMonitorTestCase.java93 private String waitFor() { in waitFor() method in MonitorTestCase
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DClosingFutureTest.java1849 <V> Callable<V> waitFor(Callable<V> callable) { in waitFor() method in ClosingFutureTest.Waiter
1853 <V> ClosingCallable<V> waitFor(ClosingCallable<V> closingCallable) { in waitFor() method in ClosingFutureTest.Waiter
1857 <T, U> ClosingFunction<T, U> waitFor(ClosingFunction<T, U> closingFunction) { in waitFor() method in ClosingFutureTest.Waiter
1861 <T, U> AsyncClosingFunction<T, U> waitFor(AsyncClosingFunction<T, U> asyncClosingFunction) { in waitFor() method in ClosingFutureTest.Waiter
1865 <V> CombiningCallable<V> waitFor(CombiningCallable<V> combiningCallable) { in waitFor() method in ClosingFutureTest.Waiter
1869 <V> AsyncCombiningCallable<V> waitFor(AsyncCombiningCallable<V> asyncCombiningCallable) { in waitFor() method in ClosingFutureTest.Waiter
1873 <V1, V2, U> ClosingFunction2<V1, V2, U> waitFor(ClosingFunction2<V1, V2, U> closingFunction2) { in waitFor() method in ClosingFutureTest.Waiter
1877 <V1, V2, U> AsyncClosingFunction2<V1, V2, U> waitFor( in waitFor() method in ClosingFutureTest.Waiter
1882 <V1, V2, V3, U> ClosingFunction3<V1, V2, V3, U> waitFor( in waitFor() method in ClosingFutureTest.Waiter
1887 <V1, V2, V3, V4, U> ClosingFunction4<V1, V2, V3, V4, U> waitFor( in waitFor() method in ClosingFutureTest.Waiter
[all …]
DMonitorTestCase.java93 private String waitFor() { in waitFor() method in MonitorTestCase
/external/sl4a/Common/src/com/googlecode/android_scripting/
DExec.java65 public static native int waitFor(int processId); in waitFor() method in Exec
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DSmaliPositionManagerTest.java161 @Override public void waitFor() {} in waitFor() method
162 @Override public void waitFor(long timeout) {} in waitFor() method
/external/mockito/src/test/java/org/mockitoutil/
DStopwatch.java75 public void waitFor(int millis) { in waitFor() method in Stopwatch
/external/guava/android/guava/src/com/google/common/util/concurrent/
DMonitor.java735 public void waitFor(Guard guard) throws InterruptedException { in waitFor() method in Monitor
752 public boolean waitFor(Guard guard, long time, TimeUnit unit) throws InterruptedException { in waitFor() method in Monitor
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DNettyFlowControlTest.java230 public int waitFor() throws InterruptedException { in waitFor() method in NettyFlowControlTest.TestStreamObserver
/external/llvm/examples/ParallelJIT/
DParallelJIT.cpp237 size_t waitFor; member in WaitForThreads
/external/llvm-project/llvm/examples/ParallelJIT/
DParallelJIT.cpp236 size_t waitFor; member in WaitForThreads
/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/
DTimeZoneIntegrationTest.java178 private static void waitFor(CyclicBarrier barrier) { in waitFor() method in TimeZoneIntegrationTest
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
Dlldbvscode_testcase.py251 def attach(self, program=None, pid=None, waitFor=None, trace=None, argument
Dvscode.py490 def request_attach(self, program=None, pid=None, waitFor=None, trace=None, argument
/external/llvm-project/lldb/tools/lldb-vscode/
Dpackage.json199 "waitFor": { object