HomeSort by relevance Sort by last modified time
    Searched refs:ready (Results 176 - 200 of 761) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/autotest/server/site_tests/audio_AudioBasicUSBRecord/
audio_AudioBasicUSBRecord.py 67 utils.poll_for_condition(condition=factory.ready,
  /external/kernel-headers/original/uapi/linux/
auto_dev-ioctl.h 102 struct args_ready ready; member in union:autofs_dev_ioctl::__anon22674
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_sched.c 224 /* if dependency not scheduled, we aren't ready yet: */
241 * addr value which is otherwise ready.
248 bool ready = false; local
249 for (unsigned i = 0; (i < ir->indirects_count) && !ready; i++) {
255 ready = could_sched(indirect, instr);
259 if (!ready)
  /external/python/cpython2/Lib/logging/
config.py 849 if self.server.ready:
850 self.server.ready.set()
    [all...]
  /external/python/cpython3/Lib/logging/
config.py     [all...]
  /external/python/cpython3/Lib/
socketserver.py 236 ready = selector.select(poll_interval)
237 if ready:
295 ready = selector.select(timeout)
296 if ready:
  /external/webrtc/talk/media/base/
rtpdataengine.h 116 virtual void OnReadyToSend(bool ready) {}
  /external/webrtc/talk/media/sctp/
sctpdataengine.h 178 virtual void OnReadyToSend(bool ready) {}
  /frameworks/native/services/surfaceflinger/TimeStats/
TimeStats.h 44 bool ready = false; member in struct:android::TimeStats::TimeRecord
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ConsoleTest.java 81 assertTrue(reader1.ready());
PipedReaderTest.java 373 * java.io.PipedReader#ready()
381 assertTrue("Reader should be ready", preader.ready());
385 assertFalse("Reader should not be ready after reading all chars",
386 preader.ready());
  /libcore/luni/src/test/java/libcore/java/io/
OldReaderTest.java 90 simple.ready();
OldPushbackReaderTest.java 227 * java.io.PushbackReader#ready()
233 assertTrue("Should be ready!", tobj.ready());
236 tobj.ready();
  /libcore/ojluni/src/main/java/java/io/
PipedReader.java 335 * Tell whether this stream is ready to be read. A piped character
336 * stream is ready if the circular buffer is not empty.
342 public synchronized boolean ready() throws IOException { method in class:PipedReader
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
config.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
config.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
config.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
config.py     [all...]
  /sdk/templates/docs/
default.js 17 $(document).ready(function() {
  /prebuilts/go/darwin-x86/src/runtime/
chan_test.go 215 t.Error("chan is not ready")
230 // make c1 ready for receiving
232 // make c2 ready for receiving
233 // make c1 no longer ready for receiving (if possible)
236 // is always ready for receiving, so the select in the second goroutine must
264 t.Fatal("no chan is ready")
296 t.Fatal("no chan is ready")
665 f := func(ready chan bool, dup bool) {
669 // We're ready to trigger GC and stack shrink.
670 ready <- tru
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
chan_test.go 215 t.Error("chan is not ready")
230 // make c1 ready for receiving
232 // make c2 ready for receiving
233 // make c1 no longer ready for receiving (if possible)
236 // is always ready for receiving, so the select in the second goroutine must
264 t.Fatal("no chan is ready")
296 t.Fatal("no chan is ready")
665 f := func(ready chan bool, dup bool) {
669 // We're ready to trigger GC and stack shrink.
670 ready <- tru
    [all...]
  /external/autotest/client/cros/cellular/
prologix_scpi_driver.py 139 ready = select.select([self.socket], [], [],
148 if ready[0]:
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_sched.h 250 container_node ready, ready_copies; // alu only member in class:r600_sb::post_scheduler
266 ready(), ready_copies(), pending(), cur_bb(),
  /external/selinux/gui/
domainsPage.py 127 self.ready()
152 self.ready()
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsRttTextHandlerTest.java 215 Assert.assertFalse(mPipeFromHandler.ready());
234 if (!inputStreamReader.ready()) {

Completed in 797 milliseconds

1 2 3 4 5 6 78 91011>>