HomeSort by relevance Sort by last modified time
    Searched defs:ready (Results 101 - 125 of 369) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/python/cpython3/Include/
unicodeobject.h 211 * ready = 1
223 * ready = 1
233 - legacy string, not ready:
242 * ready = 0
249 - legacy string, ready:
256 * ready = 1
270 PyUnicode_FromStringAndSize(NULL, size) functions. They become ready
325 /* The ready flag indicates whether the object layout is initialized
329 unsigned int ready:1; member in struct:__anon33193::__anon33194
419 ready. *
    [all...]
  /external/tensorflow/tensorflow/tools/graph_transforms/
transform_utils.cc 185 std::vector<int> ready; local
213 ready.push_back(n);
234 while (!ready.empty()) {
235 int o = ready.back();
236 ready.pop_back();
246 ready.push_back(output);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
InputStreamReaderTest.java 151 reader.ready();
182 assertFalse(reader.ready());
518 * java.io.InputStreamReader#ready()
521 assertTrue("Ready test failed", is.ready());
523 assertTrue("More chars, but not ready", is.ready());
525 assertTrue(reader.ready());
527 assertFalse(reader.ready());
  /system/core/adb/
adb.cpp 409 s->ready(s);
414 case A_OKAY: /* READY(local-id, remote-id, "") */
419 /* On first READY message, create the connection. */
422 s->ready(s);
424 /* Other READY messages must use the same local-id */
425 s->ready(s);
1247 bool ready; local
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/device/
TestDevice.java 72 /** Timeout to wait for input dispatch to become ready **/
249 // dist cert functionality is ready to be open sourced
536 Boolean ready = isDeviceInputReady(); local
537 if (ready == null) {
541 if (ready) {
542 // input dispatch is ready, bail
580 * Tests the device to see if input dispatcher is ready
    [all...]
  /frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
WifiTrackerTest.java 735 CountDownLatch ready = new CountDownLatch(1); local
740 ready.countDown();
753 ready.await(); // Make sure we have entered the first message handler
771 final CountDownLatch ready = new CountDownLatch(1); local
776 ready.countDown();
788 ready.await(); // Make sure we have entered the first message handler
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
pydoc.py 2144 def ready(self, server): member in class:gui.GUI
2287 def ready(server): member in class:cli.BadUsage
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
pydoc.py 2225 def ready(self, server): member in class:gui.GUI
2368 def ready(server): member in class:cli.BadUsage
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pydoc.py 2140 def ready(self, server): member in class:gui.GUI
2283 def ready(server): member in class:cli.BadUsage
    [all...]
  /external/annotation-tools/scene-lib/test/annotations/tests/executable/
TestSceneLib.java 30 "annotation @Ready: @Retention(RUNTIME)\n" +
34 "field x: @Ready\n" +
46 static final AnnotationDef ready = field in class:TestSceneLib
48 "Ready",
53 "Ready",
104 .add(createEmptyAnnotation(ready));
109 .add(createEmptyAnnotation(ready));
123 .add(createEmptyAnnotation(ready));
296 .add(createEmptyAnnotation(ready));
304 assertEquals("Ready", de.annotationType)
    [all...]
  /external/python/cpython2/Lib/
pydoc.py 2209 def ready(self, server): member in class:gui.GUI
2355 def ready(server): member in class:cli.BadUsage
    [all...]
  /external/python/cpython3/Lib/
pydoc.py 2260 def ready(self, server): member in class:_start_server.ServerThread
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 88 virtual bool ready() const { return mTrack != 0; } function in class:android::MediaPlayerService::AudioOutput
  /frameworks/native/vulkan/libvulkan/
swapchain.cpp 120 bool ready() const { function in class:vulkan::driver::__anon46633::TimingInfo
320 if (ti.ready()) {
321 // This TimingInfo is ready to be reported to the user. Add it
326 // This TimingInfo is not yet ready to be reported to the user,
328 // might make it ready.
353 // is ready to be reported to the user:
359 if (ti.ready()) {
380 while (!swapchain.timing[last_ready].ready()) {
392 if (ti.ready()) {
399 // Discard old frames that aren't ready if newer frames are ready
    [all...]
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
LeanbackLauncherStrategy.java 453 long ready = SystemClock.uptimeMillis(); local
466 return ready;
471 return ready;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex.h 1530 bool ready() const { return !_Base_type::empty(); } function in class:match_results
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex.h 1530 bool ready() const { return !_Base_type::empty(); } function in class:match_results
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pydoc.py 2162 def ready(self, server): member in class:gui.GUI
2305 def ready(server): member in class:cli.BadUsage
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pydoc.py 2162 def ready(self, server): member in class:gui.GUI
2305 def ready(server): member in class:cli.BadUsage
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 2162 def ready(self, server): member in class:gui.GUI
2305 def ready(server): member in class:cli.BadUsage
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 2162 def ready(self, server): member in class:gui.GUI
2305 def ready(server): member in class:cli.BadUsage
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 670 && mPresentation.ready);
762 public volatile boolean ready = false; field in class:WindowTest.ProjectedPresentation
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 882 * Get ready for sensor config
1005 bool ready = mJpegCompressor->waitForDone(kJpegTimeoutNs); local
    [all...]
EmulatedQemuCamera3.cpp 820 * Get ready for sensor config.
976 bool ready = mJpegCompressor->waitForDone(kJpegTimeoutNs); local
    [all...]
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedFakeCamera3.cpp 830 * Get ready for sensor config
935 bool ready = mJpegCompressor->waitForDone(kJpegTimeoutNs); local
936 if (!ready) {
960 * Wait until sensor's ready. This waits for lengthy amounts of time with
    [all...]

Completed in 3536 milliseconds

1 2 3 45 6 7 8 91011>>