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

<<11121314151617181920>>

  /external/chromium_org/win8/delegate_execute/
delegate_execute_operation.h 32 // shortcut that has the appId and other 'metro ready' parameters.
  /external/compiler-rt/lib/
enable_execute_stack.c 16 * FIXME: CMake - include when cmake system is ready.
  /external/dropbear/libtomcrypt/src/prngs/
rng_make_prng.c 56 if ((err = prng_descriptor[wprng].ready(prng)) != CRYPT_OK) {
  /external/kernel-headers/original/linux/mtd/
flashchip.h 73 to be ready */
  /external/libvorbis/doc/
vorbis-errors.txt 4 'false' value (eg, ready? T or F) or an error condition. Code can
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
README.txt 9 When the blog post is ready this file will be updated with a link to the post.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toplevel.ml 33 print_string "ready> "; flush stdout;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toplevel.ml 38 print_string "ready> "; flush stdout;
  /external/openssh/contrib/solaris/
README 24 If all goes well you should have a solaris package ready to be installed.
  /frameworks/base/docs/html/design/building-blocks/
pickers.jd 34 <p>Android provides these as ready-to-use dialogs. Each picker is a dialog with a set of controls for
  /frameworks/base/docs/html/distribute/googleplay/edu/
contact.jd 26 the upcoming launch of Google Play for Education. To get your apps ready, read our
  /frameworks/base/services/java/com/android/server/location/
CountryDetectorBase.java 62 * Stop detecting the country. The detector should release all system services and be ready to
  /libcore/luni/src/test/java/libcore/java/io/
OldPushbackReaderTest.java 227 * java.io.PushbackReader#ready()
233 assertTrue("Should be ready!", tobj.ready());
236 tobj.ready();
  /packages/apps/Camera2/src/com/android/camera/
PhotoController.java 66 * such as {@link android.graphics.SurfaceTexture}, is ready to be used.
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceViewRenderer.java 69 MosaicRenderer.ready();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentRetainInstance.java 119 // Our thread is stopped if the UI is not ready
168 * This is called when the Fragment's Activity is ready to go, after
181 // We are ready for our thread to go.
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentRetainInstanceSupport.java 120 // Our thread is stopped if the UI is not ready
169 * This is called when the Fragment's Activity is ready to go, after
182 // We are ready for our thread to go.
  /external/bluetooth/bluedroid/bta/include/
bta_fs_ci.h 43 /* Read Ready Event */
52 /* Write Ready Event */
102 ** function, bta_fs_co_write(), and is ready for more data.
  /external/chromium/base/
message_pump_libevent.h 20 // Class to monitor sockets and issue callbacks when sockets are ready for I/O
136 // ... callback; called by libevent inside Run() when pipe is ready to read
149 // readiness callbacks when a socket is ready for I/O.
  /external/chromium_org/base/message_loop/
message_pump_libevent.h 22 // Class to monitor sockets and issue callbacks when sockets are ready for I/O
144 // ... callback; called by libevent inside Run() when pipe is ready to read
160 // readiness callbacks when a socket is ready for I/O.
  /external/chromium_org/chrome/browser/extensions/
extension_system.h 130 virtual const OneShotEvent& ready() const = 0;
170 virtual const OneShotEvent& ready() const OVERRIDE;
203 const OneShotEvent& ready() const { return ready_; } function in class:extensions::ExtensionSystemImpl::Shared
  /external/chromium_org/chrome/browser/sync/glue/
non_frontend_data_type_controller.h 99 // True - if models are ready and association can proceed.
100 // False - if models are not ready. StartAssociationAsync should be called
101 // when the models are ready.
non_ui_data_type_controller.h 59 // True - if models are ready and association can proceed.
60 // False - if models are not ready. StartAssociationAsync should be called
61 // when the models are ready.
  /external/chromium_org/components/nacl/browser/
nacl_browser.h 37 // Are we ready to launch a NaCl process now? Implies IsOk().
148 // Dispatch waiting tasks if we are ready, or if we know we'll never be ready.
  /external/chromium_org/components/nacl/loader/
nacl_validation_query.cc 43 : state_(READY),
61 CHECK(state_ == READY);
87 CHECK(state_ == READY);

Completed in 1258 milliseconds

<<11121314151617181920>>