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

1 2 3 4 5 6 7 891011>>

  /external/bluetooth/bluedroid/bta/dm/
bta_dm_ci.c 96 ** has SCO data ready.
100 ** when there is encoded data ready.
  /external/bluetooth/bluedroid/bta/include/
bta_gattc_ci.h 42 /* Read Ready Event */
82 ** load the servere cache and ready to send it to the stack.
  /external/chromium/chrome/common/
service_process_util_mac.mm 207 bool ready = true;
209 ready = false;
216 ready = true;
225 ready = true;
227 ready = false;
229 ready = true;
233 if (!ready) {
236 return ready;
  /external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service_factory.h 62 // Runs the callback asynchronously. If |token_service_| is ready, the
65 // ready.
  /external/chromium_org/chrome/browser/metrics/
perf_provider_chromeos.h 34 // Indicates that we are ready to collect perf data.
37 // Indicates that we are ready to upload perf data.
  /external/chromium_org/chrome/browser/net/
dns_probe_runner.h 48 // when the result is ready, even if it is ready synchronously. Must not
  /external/chromium_org/chrome/browser/ui/
crypto_module_delegate_nss.h 33 // Must be called on IO thread. Returns true if the delegate is ready for use.
36 // once the delegate is ready to use. In that case, the caller must ensure the
  /external/chromium_org/chrome/service/cloud_print/
printer_job_queue_handler.h 64 // until they are ready to print, lowest to highest. Jobs that are ready to
  /external/chromium_org/components/policy/core/common/
forwarding_policy_provider.h 17 // This provider also tracks the SchemaRegistry, and becomes ready after making
59 READY,
  /external/chromium_org/content/browser/device_orientation/
data_fetcher_impl_android.h 67 void SetMotionBufferReadyStatus(bool ready);
70 void SetOrientationBufferReadyStatus(bool ready);
  /external/chromium_org/mojo/common/
message_pump_mojo.h 59 // Services the set of handles ready. If |block| is true this waits for a
60 // handle to become ready, otherwise this does not block.
  /external/chromium_org/mojo/public/utility/
bindings_support_impl.cc 23 // . when the handle is ready (or errored).
98 // |run_loop_handler| is destroyed either when the handle is ready or if
bindings_support_impl_unittest.cc 63 // Verifies AsyncWaitCallback is notified when pipe is ready.
77 // Verifies 2 AsyncWaitCallbacks are notified when there pipes are ready.
run_loop.h 41 // Runs the loop servicing handles as they are ready. This returns when Quit()
67 // Waits for a handle to be ready. Returns after servicing at least one
  /external/chromium_org/ppapi/api/dev/
ppp_video_decoder_dev.idl 60 * Callback function for decoder to deliver decoded pictures ready to be
67 * |picture| is the picture that is ready.
  /external/chromium_org/ppapi/c/dev/
ppp_video_decoder_dev.h 73 * Callback function for decoder to deliver decoded pictures ready to be
80 * |picture| is the picture that is ready.
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCrossfadeValue.h 87 void setReady(bool ready) { m_ready = ready; }
  /external/chromium_org/third_party/WebKit/Source/core/testing/
InternalSettings.idl 50 // overflow scroll is ready (crbug.com/254111).
54 // ready (crbug.com/261605).
  /external/chromium_org/third_party/WebKit/Source/testing/helper/
LayoutTestHelperWin.cpp 74 // Let the script know we're ready
75 printf("ready\n");
  /external/chromium_org/third_party/libjingle/source/talk/base/
asyncudpsocket.h 67 // Called when the underlying socket is ready to be read from.
69 // Called when the underlying socket is ready to send.
  /external/chromium_org/win8/test/
ui_automation_client.h 31 // initialized, has installed its Window observer, and is ready to process
44 // Starts the client. Invokes |callback| once the client is ready or upon
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
ChannelCondition.java 36 * There is stdout data available that is ready to be consumed.
41 * There is stderr data available that is ready to be consumed.
  /external/qemu-pc-bios/bochs/bios/
notes 33 > when sector buffer is filled and the data is ready to be
40 and the busy bit to 1. When each subsequent sector is ready to be
  /external/smack/src/org/jivesoftware/smack/util/
ObservableReader.java 74 public boolean ready() throws IOException { method in class:ObservableReader
75 return wrappedReader.ready();
  /frameworks/base/core/java/android/net/wimax/
WimaxManagerConstants.java 32 * initializing, initialized, unknown and ready. One extra provides this state as an int.
48 * initializing, initialized, unknown and ready.

Completed in 1169 milliseconds

1 2 3 4 5 6 7 891011>>