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

1 2 3 4 5 6

  /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 37 assertTrue(waitFor("onDestroy"));
42 assertFalse(waitFor("onStartListening"));
48 assertTrue(waitFor("onDestroy"));
52 assertTrue(waitFor("requestListeningState"));
53 assertTrue(waitFor("onStartListening"));
59 assertTrue(waitFor("onDestroy"));
66 assertTrue(waitFor("onStartListening"));
67 assertTrue(waitFor("onClick"));
BaseTileServiceTest.java 70 waitFor("onTileRemoved");
108 protected boolean waitFor(String str) throws DeviceNotAvailableException, InterruptedException {
  /libcore/ojluni/src/main/java/java/lang/
Process.java 128 abstract public int waitFor() throws InterruptedException;
  /cts/tests/tests/location/src/android/location/cts/
TestUtils.java 27 public static boolean waitFor(CountDownLatch latch) throws InterruptedException {
TestGnssStatusCallback.java 90 return TestUtils.waitFor(mCountDownLatch);
TestLocationListener.java 65 return TestUtils.waitFor(mCountDownLatch);
TestGnssMeasurementListener.java 71 return TestUtils.waitFor(mCountDownLatch);
TestGnssNavigationMessageListener.java 69 return TestUtils.waitFor(mCountDownLatch);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/process/
SystemProcessTest.java 39 process.waitFor();
50 process.waitFor();
  /external/chromium-trace/catapult/third_party/polymer/components/paper-action-dialog/test/
util.js 12 waitFor(function() {
  /external/chromium-trace/catapult/third_party/polymer/components/paper-input/test/
util.js 12 waitFor(function() {
  /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 108 Object[] data = waitFor("updateItemCount");
117 Object[] data = waitFor("addTile");
125 Object[] data = waitFor("removeTile");
135 Object[] data = waitFor("refresh");
143 Object[] data = waitFor("updateRange");
151 Object[] data = waitFor("loadTile");
160 Object[] data = waitFor("recycleTile");
177 private Object[] waitFor(String key) throws InterruptedException {
178 return results.get(key).waitFor();
200 public Object[] waitFor() throws InterruptedException
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/
Exec.java 65 public static native int waitFor(int processId);
  /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 131 waitFor = 0;
157 //~ std::cout << "block() n " << n << " waitFor " << waitFor << std::endl;
159 assert( waitFor == 0 || n <= waitFor );
160 if ( waitFor > 0 && n == waitFor )
193 waitFor = num;
210 // Reset waitFor to zero: this way, if waitFor threads ente
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ProcessTest.java 78 p.waitFor();
94 p.waitFor();
114 process.waitFor();
119 process.waitFor();
125 process.waitFor(); // destroy is asynchronous.
  /frameworks/base/services/tests/servicestests/src/com/android/server/
ConnectivityServiceTest.java 198 waitFor(cv);
348 waitFor(validatedCv);
359 waitFor(new Criteria() { public boolean get() {
655 static private void waitFor(Criteria criteria) {
670 static private void waitFor(ConditionVariable conditionVariable) {
771 waitFor(cv);
781 waitFor(cv);
789 waitFor(new Criteria() {
797 waitFor(cv);
807 waitFor(cv)
    [all...]
  /art/test/063-process-manager/src/
Main.java 21 proc.waitFor();
  /cts/libs/deviceutil/src/android/cts/util/
PollingCheck.java 77 public static void waitFor(final PollingCheckCondition condition) {
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyCommandEvent.java 42 int status = p.waitFor();
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerMeasurement.java 73 int exitVal = runsum.waitFor();
76 exitVal = removal.waitFor();
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
MonitorTestCase.java 93 private String waitFor() {
94 return interruptible ? "waitFor" : "waitForUninterruptibly";
204 thread1.callAndAssertReturns(waitFor(), guard);
210 thread1.callAndAssertWaits(waitFor(), guard);
214 thread1.assertPriorCallReturns(waitFor());
219 thread1.callAndAssertThrows(IllegalMonitorStateException.class, waitFor(), guard);
233 // TODO: Test waitFor(Guard, long, TimeUnit).
237 // TODO: Test automatic signaling before leave, waitFor, and reentrant enterWhen.
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/util/
ReportLogUtil.java 50 if (process.waitFor() != 0) {
104 if (deviceProcess.waitFor() != 0) {

Completed in 4344 milliseconds

1 2 3 4 5 6