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

<<11121314151617181920>>

  /external/emma/
Android.mk 6 # the custom dex'ed emma library ready to put on a device.
  /external/ganymed-ssh2/
README.txt 17 It also includes a pre-compiled jar version of the library which is ready to use.
  /external/iputils/
clockdiff.c 131 fd_set ready; local
147 FD_ZERO(&ready);
151 FD_SET(sock_raw, &ready);
152 if (select(FD_SETSIZE, &ready, (fd_set *)0, (fd_set *)0, &tout)) {
178 FD_ZERO(&ready);
207 FD_ZERO(&ready);
208 FD_SET(sock_raw, &ready);
215 if ((count = select(FD_SETSIZE, &ready, (fd_set *)0,
308 fd_set ready; local
324 FD_ZERO(&ready);
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/
DataLoader.java 30 * Create new Data instance, ready to be populated.
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DataFactory.java 30 * Create new Data instance, ready to be populated.
  /external/junit/src/org/junit/
Ignore.java 21 * &#064;Ignore("not ready yet") &#064;Test public void something() { ...
  /external/llvm/examples/Kaleidoscope/MCJIT/
README.txt 9 When the blog posts are ready this file will be updated with links to the posts.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toy.ml 14 print_string "ready> "; flush stdout;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toy.ml 16 print_string "ready> "; flush stdout;
  /external/llvm/test/MC/Mips/
abicalls.ll 2 ; When the assembler is ready a .s file for it will
  /external/mesa3d/src/mesa/swrast/
s_bitmap.c 99 /* get ready for next row */
121 /* get ready for next row */
195 /* get ready for next row */
215 /* get ready for next row */
  /external/openssh/
sandbox-systrace.c 101 /* Signal parent that we are ready */
102 debug3("%s: ready", __func__);
123 /* Wait for child to signal that it is ready */
126 debug3("%s: child %ld ready", __func__, (long)child_pid);
  /external/proguard/
README 7 - lib : the main jars, compiled and ready to use with "java -jar ...."
  /external/webrtc/test/testsupport/
packet_reader.h 36 // * The size of the packet ready to read (lower than the packet size for
  /frameworks/base/media/lib/
README.txt 24 with the framework in a new API. That API isn't ready yet so this
  /frameworks/base/services/java/com/android/server/power/
ScreenOnBlocker.java 21 * or the contents of the screen hidden until the window manager is ready to show new content.
  /libcore/support/src/test/java/tests/support/
Support_ASimpleReader.java 48 public boolean ready() throws IOException { method in class:Support_ASimpleReader
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
future.cpp 36 "to the associated state becoming ready.");
80 __state_ |= __constructed | ready;
107 __state_ |= ready;
129 __state_ |= ready;
  /packages/apps/InCallUI/src/com/android/incallui/
Presenter.java 29 * @param ui The Ui implementation that is now ready to be used.
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
ProxyReader.java 89 * Invokes the delegate's <code>ready()</code> method.
90 * @return true if the stream is ready to be read
93 public boolean ready() throws IOException { method in class:ProxyReader
94 return in.ready();
  /packages/services/Telephony/src/com/android/phone/
INetworkQueryServiceCallback.aidl 24 * query is complete and that the results are ready to process.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hysdn_if.h 25 #define ERR_POF_TIMEOUT 1007 /* timeout waiting for card pof ready */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/
scsi_ioctl.h 24 #define SCSI_IOCTL_TEST_UNIT_READY 2 /* Test if unit is ready. */
  /prebuilts/gcc/linux-x86/host/i686-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/i686-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. */

Completed in 2132 milliseconds

<<11121314151617181920>>