/external/chromium_org/remoting/protocol/ |
connection_to_host.h | 76 // Called when ready state of the connection changes. When |ready| 80 virtual void OnConnectionReady(bool ready) = 0; 123 bool ready) OVERRIDE; 170 // List of channels that are not currently ready.
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ObjectTest.java | 33 int ready = 0; field in class:ObjectTest 96 ready += 1; 114 ready = 0; 129 if (ready == threadCount) { 135 assertTrue("Not all launched threads are waiting. (ready = " 136 + ready + ")", ready == threadCount); 166 ready += 1; 185 ready = 0; 200 if (ready == threadCount) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
queryobj.c | 56 q->Ready = GL_TRUE; /* correct, see spec */ 80 q->Ready = GL_TRUE; 95 assert(q->Ready); 100 * Check if a query results are ready. Software driver fallback. 342 q->Ready = GL_FALSE; 448 q->Ready = GL_FALSE; 559 if (!q->Ready) 577 if (!q->Ready) 579 *params = q->Ready; 610 if (!q->Ready) [all...] |
/external/mesa3d/src/mesa/main/ |
queryobj.c | 56 q->Ready = GL_TRUE; /* correct, see spec */ 80 q->Ready = GL_TRUE; 95 assert(q->Ready); 100 * Check if a query results are ready. Software driver fallback. 342 q->Ready = GL_FALSE; 448 q->Ready = GL_FALSE; 559 if (!q->Ready) 577 if (!q->Ready) 579 *params = q->Ready; 610 if (!q->Ready) [all...] |
/external/chromium_org/chrome/browser/extensions/api/declarative/ |
declarative_apitest.cc | 88 " chrome.test.sendMessage(\"ready\", function(reply) {})\n" 99 " chrome.test.sendMessage(\"ready\", function(reply) {})\n" 173 ExtensionTestMessageListener ready("ready", /*will_reply=*/false); 178 ASSERT_TRUE(ready.WaitUntilSatisfied()); 204 ExtensionTestMessageListener ready_after_update("ready", 240 ExtensionTestMessageListener ready("ready", /*will_reply=*/false); 245 ASSERT_TRUE(ready.WaitUntilSatisfied());
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldInputStreamReaderTest.java | 138 assertTrue(reader.ready()); 140 assertFalse(reader.ready()); 210 reader.ready(); 232 // Test for method boolean java.io.InputStreamReader.ready() 234 assertTrue("Ready test failed", is.ready()); 236 assertTrue("More chars, but not ready", is.ready()); 238 fail("Exception during ready test : " + e.getMessage());
|
/external/chromium/chrome/browser/extensions/ |
user_script_listener.h | 26 // script, and if so, whether that user script is ready; if not, we delay the 71 // are ready. 78 // True if the user scripts contained in |url_patterns_| are ready for
|
/external/chromium_org/chrome/browser/resources/feedback/js/ |
event_handler.js | 44 * Callback which gets notified once our feedback UI has loaded and is ready to 51 if (request.ready) { 53 console.log('FEEDBACK_DEBUG: FeedbackUI Ready. Sending feedbackInfo.');
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
cryptohome_web_ui_handler.cc | 35 cryptohome_client->TpmIsReady(GetCryptohomeBoolCallback("tpm-is-ready")); 41 GetCryptohomeBoolCallback("pkcs11-is-tpm-token-ready")); 56 SetCryptohomeProperty("is-tpm-token-ready", is_tpm_token_ready_value);
|
/external/chromium_org/webkit/browser/appcache/ |
appcache_quota_client.h | 76 // Prior to appcache service being ready, we have to queue 77 // up reqeusts and defer acting on them until we're ready. 81 // And once it's ready, we can only handle one delete request at a time,
|
/external/libnfc-nci/src/nfa/include/ |
nfa_nv_ci.h | 34 /* Read Ready Event */ 43 /* Write Ready Event */ 65 ** function, nfa_nv_co_write (), and is ready for more data.
|
/external/smack/src/com/kenai/jbosh/ |
HTTPExchange.java | 52 private final Condition ready = lock.newCondition(); field in class:HTTPExchange 99 ready.signalAll(); 115 ready.await();
|
/frameworks/base/core/java/android/speech/ |
IRecognitionListener.aidl | 29 * Called when the endpointer is ready for the user to start speaking. 67 * Called when recognition results are ready. 74 * Called when recognition partial results are ready.
|
/external/chromium/chrome/browser/importer/ |
importer_progress_observer.h | 24 // source profile and is now ready for further processing.
|
/external/chromium/chrome/browser/sync/engine/ |
http_post_provider_factory.h | 24 // When the interface is no longer needed (ready to be cleaned up), clients
|
/external/chromium_org/ash/ |
screenshot_delegate.h | 32 // Returns true if the system is ready to take screenshot.
|
/external/chromium_org/chrome/browser/android/ |
dev_tools_server.h | 25 // Opens linux abstract socket to be ready for remote debugging.
|
/external/chromium_org/chrome/browser/importer/ |
importer_progress_observer.h | 23 // source profile and is now ready for further processing.
|
/external/chromium_org/chrome/browser/metrics/variations/ |
variations_request_scheduler_mobile.h | 19 // |task} is the closure to call when the scheduler deems ready. |local_state|
|
/external/chromium_org/chrome/browser/notifications/sync_notifier/ |
chrome_notifier_service_factory.h | 27 // TODO(petewil): Remove this when the SyncedNotifications feature is ready
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
suggestions_combiner.h | 33 // Method that is called when new suggestions are ready from the 56 // Called by a source when its items are ready. Make sure suggestion sources 73 // sources have items ready. 94 // The delegate to notify once items are ready.
|
/external/chromium_org/chrome/common/extensions/api/ |
input_method_private.json | 33 "description": "Notify to input method engine to be ready to accept events.",
|
/external/chromium_org/device/nfc/ |
nfc_adapter_factory.h | 26 // instance passed only once the adapter is fully initialized and ready to
|
/external/chromium_org/mojo/public/tests/ |
simple_bindings_support.h | 30 // handles that are ready.
|
/external/chromium_org/ppapi/tests/extensions/socket/ |
controller.js | 21 if (message.data == "ready") {
|