HomeSort by relevance Sort by last modified time
    Searched full:ready (Results 1 - 25 of 4121) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/gdbserver_tests/
nlcontrolc.stderr.exp 7 Brussels ready to sleep and/or burn
8 London ready to sleep and/or burn
9 Petaouchnok ready to sleep and/or burn
10 main ready to sleep and/or burn
mcinfcallWSRU.stderr.exp 2 Brussels ready to sleep and/or burn
3 London ready to sleep and/or burn
4 Petaouchnok ready to sleep and/or burn
5 main ready to sleep and/or burn
  /frameworks/base/docs/html/samples/
background.jd 10 $(document).ready(showSamples);
connectivity.jd 10 $(document).ready(showSamples);
content.jd 10 $(document).ready(showSamples);
input.jd 10 $(document).ready(showSamples);
media.jd 10 $(document).ready(showSamples);
security.jd 10 $(document).ready(showSamples);
testing.jd 10 $(document).ready(showSamples);
ui.jd 10 $(document).ready(showSamples);
views.jd 10 $(document).ready(showSamples);
  /external/chromium/base/
task_queue.cc 39 std::deque<Task*> ready;
40 queue_.swap(ready);
42 // Run the tasks that are ready.
44 for (task = ready.begin(); task != ready.end(); ++task) {
  /external/valgrind/main/helgrind/tests/
pth_destroy_cond.c 11 int ready = 0; variable
16 ready = 1;
30 while (!ready) { // to insure ourselves against spurious wakeups
  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_apitest.cc 210 ExtensionTestMessageListener listener1("changeDefault regular ready", true);
212 "changeDefault incognito ready", true);
216 "changeIncognitoOnly regular ready", true);
218 "changeIncognitoOnly incognito ready", true);
226 "changeDefaultOnly regular ready", true);
228 "changeDefaultOnly incognito ready", true);
236 "changeIncognitoOnlyBack regular ready", true);
238 "changeIncognitoOnlyBack incognito ready", true);
246 "clearIncognito regular ready", true);
248 "clearIncognito incognito ready", true)
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
ClassCacheTest.java 40 Assert.assertEquals(false, attempt.ready);
79 Assert.assertEquals(false, attempt.ready);
89 public boolean ready = false; field in class:ClassCacheTest.TestThreadIsWriting
102 ready = true;
107 public boolean ready = false; field in class:ClassCacheTest.TestThreadSaveAllClassesToCache
120 ready = true;
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCardConstants.java 27 /* NOT_READY means the ICC interface is not ready (eg, radio is off or powering on) */
33 /* READY means ICC is ready to access */
34 public static final String INTENT_VALUE_ICC_READY = "READY";
35 /* IMSI means ICC IMSI is ready in property */
56 * turns to READY
64 READY,
74 || (this == NETWORK_LOCKED) || (this == READY)
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/
cssquery-dojo.html 8 $(document).ready(function() {
cssquery-jquery.html 8 $(document).ready(function() {
cssquery-prototype.html 8 $(document).ready(function() {
dom-attr.html 8 $(document).ready(function() {
dom-modify.html 8 $(document).ready(function() {
dom-query.html 8 $(document).ready(function() {
dom-traverse.html 8 $(document).ready(function() {
dromaeo-3d-cube.html 8 $(document).ready(function() {
dromaeo-core-eval.html 8 $(document).ready(function() {

Completed in 908 milliseconds

1 2 3 4 5 6 7 8 91011>>