HomeSort by relevance Sort by last modified time
    Searched refs:waitFor (Results 1 - 25 of 253) sorted by null

1 2 3 4 5 6 7 8 91011

  /cts/hostsidetests/systemui/src/android/host/systemui/
TileServiceTest.java 39 assertTrue(waitFor("onCreate"));
40 assertTrue(waitFor("onTileAdded"));
41 assertTrue(waitFor("onDestroy"));
48 assertTrue(waitFor("onCreate"));
49 assertTrue(waitFor("onTileAdded"));
50 assertTrue(waitFor("onDestroy"));
53 assertTrue(waitFor("onTileRemoved"));
59 assertTrue(waitFor("onDestroy"));
63 assertTrue(waitFor("onStartListening"));
66 assertTrue(waitFor("onStopListening"))
    [all...]
ActiveTileServiceTest.java 38 assertTrue(waitFor("onDestroy"));
43 assertFalse(waitFor("onStartListening"));
49 assertTrue(waitFor("onDestroy"));
53 assertTrue(waitFor("requestListeningState"));
54 assertTrue(waitFor("onStartListening"));
60 assertTrue(waitFor("onDestroy"));
67 assertTrue(waitFor("onStartListening"));
68 assertTrue(waitFor("onClick"));
  /art/test/911-get-stack-trace/src/art/
ControlData.java 23 Object waitFor = null;
Recurse.java 43 if (data.waitFor != null) {
44 synchronized (data.waitFor) {
47 data.waitFor.wait(); // Use wait() as it doesn't have a "hidden" Java call-graph.
AllTraces.java 40 data.waitFor = new Object();
64 synchronized(data.waitFor) {
65 data.waitFor.notifyAll();
ThreadListTraces.java 28 data.waitFor = new Object();
59 synchronized(data.waitFor) {
60 data.waitFor.notifyAll();
OtherThread.java 25 data.waitFor = new Object();
48 synchronized(data.waitFor) {
49 data.waitFor.notifyAll();
  /cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
BusyWaitUtils.java 48 if (waitFor(condition, timeout)) {
61 static boolean waitFor(final PollingCondition condition, final long timeout) throws Exception {
  /frameworks/support/testutils/src/main/java/android/support/testutils/
PollingCheck.java 75 public static void waitFor(final PollingCheckCondition condition) {
89 public static void waitFor(long timeout, final PollingCheckCondition condition) {
  /cts/hostsidetests/jvmti/base/app/src/art/
CtsMain.java 29 * counterpart is waitFor.
36 public static void waitFor() {
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
PollingCheck.java 77 public static void waitFor(final PollingCheckCondition condition) {
86 public static void waitFor(long timeout, final PollingCheckCondition condition) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/process/
SystemProcessTest.java 39 process.waitFor();
50 process.waitFor();
  /libcore/ojluni/src/main/java/java/lang/
Process.java 160 public abstract int waitFor() throws InterruptedException;
186 public boolean waitFor(long timeout, TimeUnit unit)
238 * may be chained to {@code waitFor()} if needed.
  /cts/tests/tests/location/src/android/location/cts/
TestGnssStatusCallback.java 108 return TestUtils.waitFor(mLatchStart, TIMEOUT_IN_SEC);
112 return TestUtils.waitFor(mLatchStatus, TIMEOUT_IN_SEC);
116 return TestUtils.waitFor(mLatchTtff, TIMEOUT_IN_SEC);
120 return TestUtils.waitFor(mLatchStop, TIMEOUT_IN_SEC);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ProcessTest.java 79 p.waitFor();
95 p.waitFor();
115 process.waitFor();
120 process.waitFor();
126 process.waitFor(); // destroy is asynchronous.
149 process.waitFor(); // destroy is asynchronous.
158 process.waitFor(); // destroy is asynchronous.
165 assertFalse(process.waitFor(0, TimeUnit.MICROSECONDS));
167 assertFalse(process.waitFor(500, TimeUnit.MICROSECONDS));
170 assertTrue(process.waitFor(2, TimeUnit.SECONDS))
    [all...]
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
IconLoaderTest.java 77 public synchronized Object waitFor() {
87 IconLoaderTest.assertNull(waitFor());
90 IconLoaderTest.assertNotNull(waitFor());
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
ThreadUtilTest.java 119 Object[] data = waitFor("updateItemCount");
128 Object[] data = waitFor("addTile");
136 Object[] data = waitFor("removeTile");
146 Object[] data = waitFor("refresh");
154 Object[] data = waitFor("updateRange");
162 Object[] data = waitFor("loadTile");
171 Object[] data = waitFor("recycleTile");
188 private Object[] waitFor(String key) throws InterruptedException {
189 return results.get(key).waitFor();
211 public Object[] waitFor() throws InterruptedException
    [all...]
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
ProgressBarManagerTest.java 62 PollingCheck.waitFor(mWaitShownTimeOutMs,
76 PollingCheck.waitFor(mWaitHideTimeOutMs,
89 PollingCheck.waitFor(mWaitShownTimeOutMs,
111 PollingCheck.waitFor(mWaitShownTimeOutMs,
126 PollingCheck.waitFor(mWaitHideTimeOutMs,
140 PollingCheck.waitFor(mWaitShownTimeOutMs,
  /cts/hostsidetests/jvmti/base/app/src/android/jvmti/cts/
JvmtiTestBase.java 31 * do not subclass this test, make sure that JniBindings.waitFor is appropriately called.
51 CtsMain.waitFor();
  /external/sl4a/Common/src/com/googlecode/android_scripting/
Exec.java 65 public static native int waitFor(int processId);
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationTestUtils.java 76 PollingCheck.waitFor(animation::hasStarted);
79 PollingCheck.waitFor(duration + TIMEOUT_DELTA, animation::hasEnded);
  /external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
UnixNetworkInterfaceTest.java 47 proc.waitFor();
52 proc.waitFor();
71 proc.waitFor();
78 proc.waitFor();
101 proc.waitFor();
108 proc.waitFor();
128 proc.waitFor();
133 proc.waitFor();
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 147 waitFor = 0;
173 //~ std::cout << "block() n " << n << " waitFor " << waitFor << std::endl;
175 assert( waitFor == 0 || n <= waitFor );
176 if ( waitFor > 0 && n == waitFor )
209 waitFor = num;
226 // Reset waitFor to zero: this way, if waitFor threads ente
    [all...]
  /external/swiftshader/third_party/LLVM/examples/ParallelJIT/
ParallelJIT.cpp 130 waitFor = 0;
154 //~ std::cout << "block() n " << n << " waitFor " << waitFor << std::endl;
156 assert( waitFor == 0 || n <= waitFor );
157 if ( waitFor > 0 && n == waitFor )
189 waitFor = num;
206 // Reset waitFor to zero: this way, if waitFor threads enter
    [all...]
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/testutils/
PollingCheck.java 72 public static void waitFor(final PollingCheckCondition condition) {
86 public static void waitFor(long timeout, final PollingCheckCondition condition) {

Completed in 751 milliseconds

1 2 3 4 5 6 7 8 91011