/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
hysdn_if.h | 25 #define ERR_POF_TIMEOUT 1007 /* timeout waiting for card pof ready */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/scsi/ |
scsi_ioctl.h | 24 #define SCSI_IOCTL_TEST_UNIT_READY 2 /* Test if unit is ready. */
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
base_unittests.js | 110 var ready = false; 112 ok(ready); 114 ready = true; 116 ready = false; 119 ok(ready); 123 ready = true; 125 ready = false;
|
/build/tools/droiddoc/templates-ds/ |
customizations.cs | 34 $(document).ready(function() { 52 $(document).ready(function() { 72 $(document).ready(function() { 92 $(document).ready(function() { 112 $(document).ready(function() { 131 $(document).ready(function() { 155 $(document).ready(function() { 175 $(document).ready(function() { 195 $(document).ready(function() { 302 $(document).ready(function() [all...] |
/build/tools/droiddoc/templates-sdk/ |
customizations.cs | 34 $(document).ready(function() { 52 $(document).ready(function() { 72 $(document).ready(function() { 92 $(document).ready(function() { 112 $(document).ready(function() { 131 $(document).ready(function() { 155 $(document).ready(function() { 179 $(document).ready(function() { 199 $(document).ready(function() { 305 $(document).ready(function() [all...] |
/external/chromium_org/chrome/browser/resources/ |
translate.js | 87 * Time in msec when the Translate Element library is initialized and ready 137 * Whether the library is ready. 199 * library being ready. 224 * @return {boolean} False if the translate library was not ready, in which 270 // Flash. Let's wait until it is ready.
|
/external/chromium_org/media/audio/pulse/ |
pulse_util.cc | 191 // Wait for the stream to be ready. 226 // to crashes as the PulseAudio thread tries to run before things are ready. 235 // Wait until |pa_context_| is ready. pa_threaded_mainloop_wait() must be 236 // called after pa_context_get_state() in case the context is already ready, 298 // Wait for the stream to be ready.
|
/external/oprofile/libpp/ |
format_output.h | 179 /// build a ready to use formatter 209 /// build a ready to use formatter 220 /// build a ready to use formatter 240 /// build a ready to use formatter 302 /// build a ready to use formatter
|
/external/chromium_org/net/spdy/ |
spdy_priority_forest.h | 25 // Individual nodes can also be marked as ready to read/write, and then the 27 // those ready. 85 // Check if a node is marked as ready to read. Returns false if the node 88 // Mark the node as ready or not ready to read. Returns true on success, or 93 // no node in the forest is ready to read. 96 // Check if a node is marked as ready to write. Returns false if the node 99 // Mark the node as ready or not ready to write. Returns true on success, or 104 // no node in the forest is ready to write [all...] |
/external/llvm/docs/tutorial/ |
LangImpl4.rst | 28 ready> def test(x) 1+2+x; 41 ready> def test(x) 1+2+x; 73 ready> def test(x) (1+2+x)*(x+(1+2)); 74 ready> Read function definition: 193 ready> def test(x) (1+2+x)*(x+(1+2)); 194 ready> Read function definition: 252 Once the ``ExecutionEngine`` is created, the JIT is ready to be used. 288 ready> 4+5; 304 ready> def testfunc(x y) x + y*2; 313 ready> testfunc(4, 10) [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
InputStreamReaderTest.java | 153 reader.ready(); 184 assertFalse(reader.ready()); 525 * @tests java.io.InputStreamReader#ready() 528 assertTrue("Ready test failed", is.ready()); 530 assertTrue("More chars, but not ready", is.ready()); 532 assertTrue(reader.ready()); 534 assertFalse(reader.ready());
|
PushbackReaderTest.java | 173 * @tests java.io.PushbackReader#ready() 176 // Test for method boolean java.io.PushbackReader.ready() 181 assertTrue("Ready stream returned false to ready()", pbr.ready()); 183 fail("IOException during ready() test : " + e.getMessage());
|
/external/chromium/chrome/browser/chromeos/ |
audio_mixer_alsa.cc | 118 if (mixer_state_ != READY) 126 if (mixer_state_ != READY) 137 if (mixer_state_ != READY) 152 if (mixer_state_ != READY) 165 if (mixer_state_ != READY) 192 // If we think it's ready, verify it is actually so. 193 if ((mixer_state_ == READY) && (alsa_mixer_ == NULL)) 352 mixer_state_ = READY; 366 if (mixer_state_ != READY)
|
/external/chromium/third_party/libjingle/source/talk/base/ |
thread.cc | 392 bool ready = false; local 399 smsg.ready = &ready; 409 while (!ready) { 440 // - thread receiving exits: Wakeup/set ready in Thread::Clear() 441 // - object target cleared: Wakeup/set ready in Thread::Clear() 449 *smsg.ready = true; 461 // Object target cleared: remove from send list, wakeup/set ready 474 *smsg.ready = true;
|
/external/chromium_org/chrome/browser/extensions/api/bluetooth/ |
bluetooth_apitest.cc | 371 ExtensionTestMessageListener discovery_started("ready", true); 379 ExtensionTestMessageListener discovery_stopped("ready", true); 416 ExtensionTestMessageListener discovery_started("ready", true); 425 ExtensionTestMessageListener discovery_stopped("ready", true); 442 ExtensionTestMessageListener listener("ready", true); 494 ExtensionTestMessageListener listener("ready", true); 527 ExtensionTestMessageListener listener("ready", true); 556 ExtensionTestMessageListener listener("ready", true); 571 ExtensionTestMessageListener listener("ready", true);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
thread.cc | 398 bool ready = false; local 405 smsg.ready = &ready; 415 while (!ready) { 444 // - thread receiving exits: Wakeup/set ready in Thread::Clear() 445 // - object target cleared: Wakeup/set ready in Thread::Clear() 453 *smsg.ready = true; 464 // Object target cleared: remove from send list, wakeup/set ready 477 *smsg.ready = true;
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
ChannelsTest.java | 402 assertFalse(testReader.ready()); 416 assertFalse(testReader.ready()); 439 assertFalse(testReader.ready()); 452 assertFalse(testReader.ready()); 476 // not ready... 477 assertFalse(testReader.ready()); 478 assertFalse(testReader_s.ready()); 493 assertTrue(testReader.ready()); 494 assertFalse(testReader_s.ready());
|
/build/tools/droiddoc/templates-sac/ |
customizations.cs | 34 $(document).ready(function() { 52 $(document).ready(function() { 72 $(document).ready(function() { 92 $(document).ready(function() { 112 $(document).ready(function() { 131 $(document).ready(function() { 155 $(document).ready(function() { 175 $(document).ready(function() { 195 $(document).ready(function() { 303 $(document).ready(function() [all...] |
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
SocketHandlerTest.java | 169 // start the server to be ready to accept log messages 203 // start the server to be ready to accept log messages 240 // start the server to be ready to accept log messages 254 // start the server to be ready to accept log messages 284 // start the server to be ready to accept log messages 300 // start the server to be ready to accept log messages 419 // start the server to be ready to accept log messages 447 // start the server to be ready to accept log messages 472 // start the server to be ready to accept log messages 511 // start the server to be ready to accept log message [all...] |
/external/chromium/net/tools/flip_server/ |
epoll_server.cc | 17 // Design notes: An efficient implementation of ready list has the following 24 // ready list's purpose is to enable completely event driven I/O model. 30 // - The ready list is constructed as a doubly linked list to enable O(1) 48 // - The ready list is "one shot": each entry is removed before OnEvent is 53 // ready_list_ will have all the new ready fds. 165 // Whether a CBAandEventMask is on the ready list is determined by a non-NULL 178 // Clean up all the ready list states. Don't bother with the other fields 179 // as they are initialized when the CBAandEventMask is added to the ready 201 // Must remove from the ready list before erasing. 288 // returns in order to add it to the ready list, we cannot have UnregisterF [all...] |
/external/chromium_org/net/tools/epoll_server/ |
epoll_server.cc | 17 // Design notes: An efficient implementation of ready list has the following 24 // ready list's purpose is to enable completely event driven I/O model. 30 // - The ready list is constructed as a doubly linked list to enable O(1) 48 // - The ready list is "one shot": each entry is removed before OnEvent is 53 // ready_list_ will have all the new ready fds. 165 // Whether a CBAandEventMask is on the ready list is determined by a non-NULL 178 // Clean up all the ready list states. Don't bother with the other fields 179 // as they are initialized when the CBAandEventMask is added to the ready 201 // Must remove from the ready list before erasing. 288 // returns in order to add it to the ready list, we cannot have UnregisterF [all...] |
/external/chromium-trace/ |
systrace.py | 157 ready = select.select([adb.stdout, adb.stderr], [], [adb.stdout, adb.stderr]) 158 if adb.stderr in ready[0]: 162 if adb.stdout in ready[0]: 184 ready = select.select([adb.stdout, adb.stderr], [], [adb.stdout, adb.stderr]) 186 if adb.stderr in ready[0]: 192 if adb.stdout in ready[0]:
|
/external/chromium_org/chrome/browser/extensions/api/storage/ |
managed_value_store_cache.cc | 117 // becomes ready. Wait until all of them are ready before registering the 120 if (!ExtensionSystem::Get(profile_)->ready().is_signaled()) 223 // extensions, and eventually the PolicyService will become ready for 290 // The PolicyService now has all the initial policies ready. Send policy 318 // mean that all the policy providers are ready; wait until we get the
|
/external/chromium_org/content/common/gpu/media/ |
vaapi_h264_decoder.h | 102 // be ready to provide for the decoder to function properly. 114 // to accumulate a few ready-to-output pictures before it actually starts 125 kDecoding, // Ready to decode from any point. 179 // This will also output a picture if one is ready for output. 201 // Notifies client that a picture is ready for output. 268 // Unused VA surfaces returned by client, ready to be reused.
|
vaapi_video_decode_accelerator.h | 64 // Notify the client that |output_id| is ready for displaying. 98 // all remaining output pictures and puts it in an idle state, ready 108 // an idle state, ready to resume if needed, discarding decoded but not yet 140 // Try to OutputPicture() if we have both a ready surface and picture. 170 // Idle, decoder in state ready to start/resume decoding. 219 // output a surface and we have an available TFPPicture (i.e. texture) ready
|