OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ready
(Results
351 - 375
of
4121
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/google_apis/gcm/engine/
connection_handler_impl.cc
153
SocketInputStream::
READY
== input_stream_->GetState());
171
input_stream_->GetState() != SocketInputStream::
READY
) {
224
if (input_stream_->GetState() != SocketInputStream::
READY
) {
274
if (input_stream_->GetState() != SocketInputStream::
READY
) {
298
if (input_stream_->GetState() != SocketInputStream::
READY
) {
352
input_stream_->GetState() != SocketInputStream::
READY
) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DeblockingLuma_unsafe_s.s
267
;// P0b
ready
272
;// P1b
ready
286
;// P2b
ready
327
;// Q0b
ready
- t9
333
;// Q1b
ready
357
;// Q2b
ready
- t4
/external/chromium_org/chrome/browser/resources/print_preview/
print_preview.js
209
READY
: '
ready
',
404
assert(this.uiState_ == PrintPreview.UiState_.
READY
,
405
'Print document request received when not in
ready
state: ' +
430
* Attempts to print if needed and if
ready
.
489
this.uiState_ = PrintPreview.UiState_.
READY
;
554
* Called from the native layer when
ready
to print to Google Cloud Print.
560
'Document
ready
to be sent to the cloud when not in printing ' +
581
this.uiState_ = PrintPreview.UiState_.
READY
;
673
assert(this.uiState_ == PrintPreview.UiState_.
READY
,
[
all
...]
/development/tools/labpretest/
README
12
The goal is to see if a device is
ready
for deployment to automated lab testing
13
and can also be used to verify that lab infrastructure is
ready
for devices.
/external/chromium/chrome/browser/extensions/
extension_test_message_listener.h
32
// listener1.Reply("foo2 is
ready
");
33
// listener2.Reply("foo1 is
ready
");
/external/chromium/chrome/browser/resources/gpu_internals/
browser_bridge.js
27
// Tell c++ code that we are
ready
to receive GPU Info.
73
* Called by gpu c++ code when client info is
ready
.
/external/chromium/third_party/libjingle/source/talk/base/
asyncsocket.h
47
sigslot::signal1<AsyncSocket*> SignalReadEvent; //
ready
to read
48
sigslot::signal1<AsyncSocket*> SignalWriteEvent; //
ready
to write
/external/chromium_org/chrome/browser/chromeos/input_method/
browser_state_monitor.cc
54
//
ready
. An initial input method hasn't been set to the manager.
63
// The user logged in, and the browser window for user session is
ready
.
/external/chromium_org/chrome/browser/extensions/
extension_test_message_listener.h
35
// listener1.Reply("foo2 is
ready
");
36
// listener2.Reply("foo1 is
ready
");
webstore_inline_installer_browsertest.cc
59
static bool
Ready
() {
134
while (!ProgrammableInstallPrompt::
Ready
())
/external/chromium_org/chrome/common/
service_process_util_mac.mm
207
bool
ready
= true;
209
ready
= false;
216
ready
= true;
224
ready
= true;
226
ready
= false;
228
ready
= true;
232
if (!
ready
) {
235
return
ready
;
/external/chromium_org/chrome_frame/tools/test/page_cycler/
cf_cycler.py
54
the document
ready
state to reach READYSTATE_COMPLETE.
70
# changes to the
ready
state.
/external/chromium_org/components/policy/core/browser/
configuration_policy_pref_store.cc
23
// Policies are loaded early on startup, before PolicyErrorMaps are
ready
to
125
// Retrieve and log the errors once the UI loop is
ready
. This is only an
policy_error_map.h
27
// Returns true when the errors logged are
ready
to be retrieved. It is always
86
// Maps the error when
ready
, otherwise adds it to the pending errors list.