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

<<11121314151617181920>>

  /frameworks/base/tests/backup/src/com/android/backuptest/
BackupTestActivity.java 65 while (reader.ready()) {
  /frameworks/base/tools/preload2/src/com/android/preload/ui/
SequenceUI.java 114 public void ready() { method in class:SequenceUI
SwingUI.java 89 public void ready() { method in class:SwingUI
  /frameworks/native/libs/vr/libpdx_default_transport/
pdx_benchmarks.cpp 615 std::promise<BenchmarkResult> result, std::promise<void> ready) {
638 // Signal ready and wait for go.
639 ready.set_value();
832 // Wait for workers to be ready.
833 std::cerr << "Waiting for workers to be ready..." << std::endl;
834 for (auto& ready : ready_barrier_futures)
835 ready.wait();
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3HWI.h 177 // Mark a shutter callback for a frame ready.
186 bool ready; // If the shutter is ready. member in struct:qcamera::ShutterDispatcher::Shutter
188 Shutter() : ready(false), timestamp(0) {};
214 // Mark a buffer ready for a stream for a frame number.
222 bool ready; // If the buffer is ready. member in struct:qcamera::OutputBufferDispatcher::Buffer
224 Buffer() : ready(false), buffer({}) {};
439 // that are ready.
440 // frameNumber is the lastest frame whose result metadata is ready
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
PushbackReaderTest.java 173 * 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());
  /libcore/ojluni/src/main/java/sun/nio/cs/
StreamDecoder.java 184 public boolean ready() throws IOException { method in class:StreamDecoder
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
chan_test.go 400 // make c1 and c2 ready for communication
458 // make c1 and c2 ready for communication
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
chan_test.go 400 // make c1 and c2 ready for communication
458 // make c1 and c2 ready for communication
  /test/vts-testcase/hal/treble/vintf/
vts_treble_vintf_test_o_mr1.cpp 116 if (status != std::future_status::ready) {
  /external/scapy/scapy/
automaton.py 77 - call "self.call_release" once you are ready to be read
84 """DEV: will be called only once (at beginning) to check if the object is ready."""
105 """DEV: Must be call when the object becomes ready to read.
136 The SelectableObjects have to call it once there are ready"""
703 ready = threading.Event()
704 _t = threading.Thread(target=self._do_control, args=(ready,) + (args), kwargs=kargs)
707 ready.wait()
709 def _do_control(self, ready, *args, **kargs):
729 ready.set()
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
markermanager.js 80 google.maps.event.addListener(me.projectionHelper_, 'ready', function () {
967 * Draw function only triggers a ready event for
972 if (!this.ready) {
973 this.ready = true;
974 google.maps.event.trigger(this, 'ready');
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_query_hw.c 381 uint32_t ready[2] = {hq->state == NVC0_HW_QUERY_STATE_READY}; local
384 ready);
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_pass.h 223 sched_queue ready; member in class:r600_sb::gcm
266 ready(), op_map(), uses(), nuc_stk(1), ucs_level(),
307 // check if we have not less than threshold ready alu instructions
  /external/python/cpython3/Lib/
telnetlib.py 24 between "no data" and "connection closed" (since the socket also appears ready
627 ready = selector.select(timeout)
629 if not ready:
  /external/syslinux/diag/geodsp/
geodspms.asm 80 get_geo: ; DL and ES ready
  /external/tensorflow/tensorflow/core/kernels/
barrier_ops.cc 126 // entries are, in fact, complete and ready for enqueueing. Store
190 int32 ready = ready_size();
191 if (closed_ && incomplete_.empty() && queue_closed_ && ready > 0) {
378 // ready queue.
384 // Add tuple to the ready queue. A queue tuple has the index
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiBackupRestore.java 520 while (in.ready()) {
    [all...]
  /prebuilts/go/darwin-x86/src/compress/flate/
deflate_test.go 174 ready chan bool
178 return &syncBuffer{ready: make(chan bool, 1)}
189 <-b.ready
195 case b.ready <- true:
  /prebuilts/go/darwin-x86/src/math/big/
bits_test.go 25 // value of Bits is a ready to use Bits value and represents the value 0.
  /prebuilts/go/linux-x86/src/compress/flate/
deflate_test.go 174 ready chan bool
178 return &syncBuffer{ready: make(chan bool, 1)}
189 <-b.ready
195 case b.ready <- true:
  /prebuilts/go/linux-x86/src/math/big/
bits_test.go 25 // value of Bits is a ready to use Bits value and represents the value 0.
  /system/sepolicy/prebuilts/api/26.0/private/
property_contexts 86 ro.persistent_properties.ready u:object_r:persistent_properties_ready_prop:s0
  /system/sepolicy/prebuilts/api/27.0/private/
property_contexts 87 ro.persistent_properties.ready u:object_r:persistent_properties_ready_prop:s0
  /external/autotest/server/site_tests/audio_AudioBasicBluetoothPlaybackRecord/
audio_AudioBasicBluetoothPlaybackRecord.py 205 utils.poll_for_condition(condition=factory.ready,

Completed in 523 milliseconds

<<11121314151617181920>>