HomeSort by relevance Sort by last modified time
    Searched full:waitfor (Results 1 - 25 of 724) 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 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"));
  /external/chromium-trace/catapult/telemetry/telemetry/core/
util_unittest.py 20 util.WaitFor(test, 0.1)
28 lambda: util.WaitFor(test, 0.1))
38 util.WaitFor(Test().Method, 0.1)
40 util.WaitFor(lambda: 1, 0.1)
43 self.assertRaises(TypeError, lambda: util.WaitFor('test', 0.1))
46 self.assertEquals('test', util.WaitFor(lambda: 'test', 0.1))
  /external/v8/test/unittests/base/platform/
semaphore-unittest.cc 78 ASSERT_FALSE(semaphore_->WaitFor(TimeDelta::FromMicroseconds(1)));
120 EXPECT_FALSE(semaphore.WaitFor(TimeDelta::FromMicroseconds(1)));
124 TEST(Semaphore, WaitFor) {
128 ASSERT_FALSE(semaphore.WaitFor(TimeDelta::FromMicroseconds(0)));
129 ASSERT_FALSE(semaphore.WaitFor(TimeDelta::FromMicroseconds(100)));
130 ASSERT_FALSE(semaphore.WaitFor(TimeDelta::FromMicroseconds(1000)));
134 ASSERT_TRUE(semaphore.WaitFor(TimeDelta::FromMicroseconds(0)));
136 ASSERT_TRUE(semaphore.WaitFor(TimeDelta::FromMicroseconds(100)));
138 ASSERT_TRUE(semaphore.WaitFor(TimeDelta::FromMicroseconds(1000)));
  /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...]
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
IconLoaderTest.java 77 public synchronized Object waitFor() {
87 IconLoaderTest.assertNull(waitFor());
90 IconLoaderTest.assertNotNull(waitFor());
  /cts/tests/tests/location/src/android/location/cts/
TestGnssStatusCallback.java 107 return TestUtils.waitFor(mLatchStart, TIMEOUT_IN_SEC);
111 return TestUtils.waitFor(mLatchStatus, TIMEOUT_IN_SEC);
115 return TestUtils.waitFor(mLatchTtff, TIMEOUT_IN_SEC);
119 return TestUtils.waitFor(mLatchStop, TIMEOUT_IN_SEC);
  /external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/
DumpTaskWithServerTest.xml 32 <waitfor maxwait="1" maxwaitunit="second" checkevery="10" checkeveryunit="millisecond">
34 </waitfor>
39 <waitfor maxwait="5" maxwaitunit="second" checkevery="10" checkeveryunit="millisecond">
43 </waitfor>
  /external/sl4a/ScriptingLayerForAndroid/jni/
com_googlecode_android_scripting_Exec.h 28 * Method: waitFor
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/process/
SystemProcessTest.java 39 process.waitFor();
50 process.waitFor();
  /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/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.
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
oobe.py 90 util.WaitFor(_GetGaiaFunction, 20)(self, username, password)
94 gaia_iframe_context = util.WaitFor(self._GaiaIFrameContext, timeout=30)
110 util.WaitFor(lambda: not self._GaiaWebviewContext(), 20)
122 gaia_webview_context = util.WaitFor(self._GaiaWebviewContext, 5)
123 util.WaitFor(gaia_webview_context.HasReachedQuiescence, 20)
cros_unittest.py 83 util.WaitFor(lambda: not self._IsCryptohomeMounted(), 20)
100 self.assertTrue(util.WaitFor(self._IsCryptohomeMounted, 10))
120 self.assertTrue(util.WaitFor(lambda: self._cri.FileExistsOnDevice(
143 util.WaitFor(ScreenLocked, 10)
156 util.WaitFor(ErrorBubbleVisible, 10)
164 util.WaitFor(lambda: not browser.oobe_exists, 10)
  /external/chromium-trace/catapult/devil/devil/android/
logcat_monitor_test.py 70 actual_match = test_log.WaitFor(r'.*(fatal|error) logcat monitor.*', None)
85 actual_match = test_log.WaitFor(
110 actual_match = test_log.WaitFor(r'.*last line.*', None)
121 test_log.WaitFor(r'.*last line.*', None)
145 test_log.WaitFor(r'.*last line.*', None)
157 test_log.WaitFor(r'.*last line.*', None)
172 test_log.WaitFor(r'.*last line.*', None)
187 test_log.WaitFor(r'.*last line.*', None)
205 test_log.WaitFor(r'.*last line.*', None)
  /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...]
  /external/autotest/client/site_tests/video_WebRtcMediaRecorder/
mediarecorder_test_utils.js 19 function waitFor(description, predicate) {
loopback_mediarecorder.html 108 return waitFor('Start event',
137 return waitFor('Stop event',
172 return waitFor('Make sure the recording has data',
210 return waitFor('Making sure the recording has data',
248 return waitFor('Making sure the resume event has been received',
294 return waitFor('Make sure the recording has data after resuming',
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
inspector_console_unittest.py 19 util.WaitFor(GotLog, 5)
inspector_runtime_unittest.py 49 util.WaitFor(lambda: self._tab.EnableAllContexts() == expected_contexts,
66 util.WaitFor(lambda: TestVarReady(context_id), timeout=10)
  /frameworks/support/core-ui/tests/java/android/support/v4/testutils/
PollingCheck.java 77 public static void waitFor(final PollingCheckCondition condition) {
86 public static void waitFor(long timeout, final PollingCheckCondition condition) {
  /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.
  /external/autotest/client/site_tests/network_SwitchCarrier/
network_SwitchCarrier.py 45 def waitfor(self, signame, fn): member in class:network_SwitchCarrier
88 self.waitfor('DeviceRemoved', self.device_removed)
89 self.waitfor('DeviceAdded', self.device_added)
  /external/v8/src/base/platform/
condition-variable.h 27 // on a Mutex first. The |Wait()| and |WaitFor()| operations atomically release
57 // is reacquired and |WaitFor()| exits. Returns true if the condition variable
59 bool WaitFor(Mutex* mutex, const TimeDelta& rel_time) WARN_UNUSED_RESULT;
condition-variable.cc 81 bool ConditionVariable::WaitFor(Mutex* mutex, const TimeDelta& rel_time) {
132 bool WaitFor(DWORD timeout_ms) {
280 while (!event->WaitFor(INFINITE)) {
292 bool ConditionVariable::WaitFor(Mutex* mutex, const TimeDelta& rel_time) {
306 result = event->WaitFor(INFINITE - 1);
312 result = event->WaitFor((msec < 0) ? 0 : static_cast<DWORD>(msec));

Completed in 7518 milliseconds

1 2 3 4 5 6 7 8 91011>>