HomeSort by relevance Sort by last modified time
    Searched defs:gone (Results 1 - 13 of 13) sorted by null

  /external/apache-http/src/org/apache/http/conn/scheme/
SchemeRegistry.java 163 Scheme gone = registeredSchemes.remove(name); local
164 return gone;
  /external/guice/core/test/com/google/inject/example/
ClientServiceWithDependencyInjection.java 80 private boolean gone = false; field in class:ClientServiceWithDependencyInjection.MockService
84 gone = true;
88 return gone;
ClientServiceWithFactories.java 75 private boolean gone = false; field in class:ClientServiceWithFactories.MockService
79 gone = true;
83 return gone;
ClientServiceWithGuice.java 74 private boolean gone = false; field in class:ClientServiceWithGuice.MockService
78 gone = true;
82 return gone;
ClientServiceWithGuiceDefaults.java 68 private boolean gone = false; field in class:ClientServiceWithGuiceDefaults.MockService
72 gone = true;
76 return gone;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
inspect_fodder2.py 21 def gone(): function
  /external/python/cpython2/Lib/test/
inspect_fodder2.py 21 def gone(): function
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerThrottlingTest.java 124 ud.wait(Until.gone(By.text("CLEAR ALL")), UI_TIMEOUT);
153 ud.wait(Until.gone(By.text(INLINE_REPLY_REMOTE_INPUT_CAPTION)), UI_TIMEOUT);
  /external/python/cpython3/Lib/test/
inspect_fodder2.py 21 def gone(): function
  /cts/tests/autofillservice/src/android/autofillservice/cts/
UiBot.java 227 mDevice.wait(Until.gone(DATASET_PICKER_SELECTOR), UI_DATASET_PICKER_TIMEOUT.ms());
482 final SearchCondition<Boolean> condition = Until.gone(By.res(mPackageName, id));
483 final boolean gone = parent != null
486 if (!gone) {
487 final String message = "Object with id '" + id + "' should be gone after "
790 mDevice.wait(Until.gone(overflowSelector), 1000);
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ClipboardManagerTest.java 254 mUiDevice.wait(Until.gone(By.clazz(MockActivity.class)), 5000);
  /external/v8/src/
d8-posix.cc 87 int gone = 0; local
92 gone = static_cast<int>(seconds * 1000 +
94 if (gone >= total_timeout) return false;
102 (total_timeout != -1 && total_timeout - gone < read_timeout)) {
103 read_timeout = total_timeout - gone;
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
UsageStatsTest.java     [all...]

Completed in 1358 milliseconds