HomeSort by relevance Sort by last modified time
    Searched full:waitfor (Results 26 - 50 of 183) sorted by null

12 3 4 5 6 7 8

  /external/chromium_org/tools/perf/measurements/
loading_timeline.py 27 util.WaitFor(IsLoaded, 300)
loading_trace.py 27 util.WaitFor(IsLoaded, 300)
loading_profile.py 45 util.WaitFor(IsLoaded, 300)
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
inspector_console_unittest.py 28 util.WaitFor(GotLog, 5)
inspector_timeline_unittest.py 20 util.WaitFor(_IsDone, 5)
form_based_credentials_backend.py 16 util.WaitFor(lambda: IsFormLoadedOrAlreadyLoggedIn(), # pylint: disable=W0108
28 util.WaitFor(lambda: not IsLoginStillHappening(), 60)
cros_browser_backend.py 59 util.WaitFor(lambda: self.IsBrowserRunning(), 20) # pylint: disable=W0108
217 util.WaitFor(lambda: pid != self.pid, 10)
320 util.WaitFor(lambda: self._SigninUIState() == 2, 20)
338 util.WaitFor(lambda: (self._cri.FilesystemMountedAt('/home/chronos/user') ==
352 util.WaitFor(lambda: self._IsLoggedIn(), 60) # pylint: disable=W0108
363 util.WaitFor(lambda: self._StartupWindow() is not None, 20)
396 util.WaitFor(lambda: cri.IsHTTPServerRunningOnPort(self._device_port), 60)
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
click_element.py 36 util.WaitFor(lambda: tab.EvaluateJavaScript(
tap_element.py 40 util.WaitFor(lambda: tab.EvaluateJavaScript(
media_action.py 41 util.WaitFor(lambda: self.HasEventCompleted(tab, selector, event_name),
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
JmeContext.java 167 * @param waitFor If true, will wait until context has initialized.
169 public void create(boolean waitFor);
180 * @param waitFor If true, will wait until the context is destroyed fully.
182 public void destroy(boolean waitFor);
  /external/chromium_org/tools/telemetry/telemetry/core/
tab_unittest.py 50 util.WaitFor(lambda: _IsDocumentVisible(new_tab), timeout=5)
53 util.WaitFor(lambda: _IsDocumentVisible(self._tab), timeout=5)
temporary_http_server.py 38 util.WaitFor(IsServerUp, 10)
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerMeasurement.java 73 int exitVal = runsum.waitFor();
76 exitVal = removal.waitFor();
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
fault_pm_nameservice_test.html 47 tester.waitFor($('naclModule'));
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/manifest/
manifest.html 47 tester.waitFor($('topdir_static'), $('subdir_static'));
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/ppb_instance/
ppapi_ppb_instance.html 58 tester.waitFor($('test_nexe'));
  /external/chromium_org/tools/
bisect_test.py 27 self.monkey_patch(bisect_builds.DownloadJob, 'WaitFor', lambda *args: None)
  /external/chromium_org/tools/perf/benchmarks/
octane.py 19 util.WaitFor(_IsDone, 300, poll_interval=5)
sunspider.py 20 util.WaitFor(_IsDone, 300, poll_interval=1)
  /external/chromium_org/tools/telemetry/telemetry/page/
page.py 127 util.WaitFor(
132 util.WaitFor(lambda: tab.EvaluateJavaScript(
138 util.WaitFor(
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglAbstractDisplay.java 260 public void destroy(boolean waitFor){
262 if (waitFor)
263 waitFor(false);
LwjglDisplay.java 158 public void create(boolean waitFor){
165 if (waitFor)
166 waitFor(true);
  /libcore/luni/src/test/java/tests/api/java/lang/
ProcessManagerTest.java 55 assertEquals(0, process.waitFor());
71 process.waitFor();
169 proc.waitFor();
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
OGLESContext.java 428 public void create(boolean waitFor) {
429 if (waitFor) {
430 waitFor(true);
443 public void destroy(boolean waitFor) {
445 if (waitFor) {
446 waitFor(false);
454 protected void waitFor(boolean createdVal) {

Completed in 137 milliseconds

12 3 4 5 6 7 8