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

<<21222324252627282930>>

  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
DalvCode.java 36 * {@code null-ok;} the instruction list, ready for final processing;
76 * @param unprocessedInsns {@code non-null;} the instruction list, ready
  /external/kernel-headers/original/linux/sunrpc/
svcauth.h 72 * COMPLETE - the reply is encoded already and ready to be sent; no
83 * OK - the resbuf is ready to be sent
  /external/libvorbis/lib/
synthesis.c 38 /* first things first. Make sure decode is ready */
102 /* first things first. Make sure decode is ready */
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
scheme.php 59 'char-numeric', 'char-ready', 'char-ready?', 'char-upcase',
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_OpenAudio.3 26 .IP "\fBdesired\fR->\fBcallback\fR" 10This should be set to a function that will be called when the audio device is ready for more data\&. It is passed a pointer to the audio buffer, and the length in bytes of the audio buffer\&. This function usually runs in a separate thread, and so you should protect data structures that it accesses by calling \fI\fBSDL_LockAudio\fP\fR and \fI\fBSDL_UnlockAudio\fP\fR in your code\&. The callback prototype is:
41 The audio device starts out playing \fBsilence\fR when it\&'s opened, and should be enabled for playing by calling \fI\fBSDL_PauseAudio\fP(\fB0\fR)\fR when you are ready for your audio \fBcallback\fR function to be called\&. Since the audio driver may modify the requested \fBsize\fR of the audio buffer, you should allocate any local mixing buffers after you open the audio device\&.
  /external/regex-re2/re2/
prefilter_tree.h 68 // When this node is ready to trigger the parent, what are the indices
76 // When this node is ready to trigger the parent, what are the
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
StreamNegotiator.java 124 * returns the InputStream, ready to transfer the file.
146 * @return The negotiated stream ready for data.
  /external/wpa_supplicant_8/src/wps/
httpread.c 389 /* httpread_read_handler -- called when socket ready to read
777 /* httpread_hdr_type_get -- When file is ready, returns header type. */
784 /* httpread_uri_get -- When file is ready, uri_get returns (translated) URI
793 /* httpread_reply_code_get -- When reply is ready, returns reply code */
800 /* httpread_length_get -- When file is ready, returns file length. */
807 /* httpread_data_get -- When file is ready, returns file content
817 /* httpread_hdr_get -- When file is ready, returns header content
827 /* httpread_hdr_line_get -- When file is ready, returns pointer
  /frameworks/base/docs/html/tools/publishing/
preparing.jd 48 Checklist for Google Play</a> to be sure your release-ready application satisfies all Google Play
67 <p>To release your application to users you need to create a release-ready package that users can
68 install and run on their Android-powered devices. The release-ready package contains the same
71 <code>.apk</code> file, the release-ready <code>.apk</code> file is signed with your own certificate
298 <p>After you finish configuring your application you can build it into a release-ready
306 <p>You can use the Eclipse Export Wizard to build a release-ready <code>.apk</code> file that is
323 <p>You can use the Ant build script (included in the Android SDK) to build a release-ready
340 content feed), be sure the content you are providing is up to date and production-ready.</p>
  /frameworks/base/docs/html/training/load-data-background/
setup-loader.jd 74 /* When the system is ready for the Fragment to appear, this displays
110 * is ready to start the query. This usually happens when initLoader() is
  /frameworks/base/telephony/java/com/android/internal/telephony/
DctConstants.java 25 * IDLE: ready to start data connection setup, default state
28 * ready to start data connection on other apns (before INITING)
  /frameworks/native/services/surfaceflinger/
FrameTracker.h 55 // setFrameReadyTime sets the time at which the current frame became ready
62 // the current frame became ready to be presented to the user.
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/audio/exynos5/srp/alp/src/
srp_api.c 94 ALOGE("%s: Device is not ready", __func__);
120 ALOGE("%s: Device is not ready", __func__);
  /libcore/luni/src/main/java/javax/xml/transform/sax/
SAXTransformerFactory.java 70 * @return TransformerHandler ready to transform SAX events.
84 * @return TransformerHandler ready to transform SAX events.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
ButtonSwitcher.java 77 // We have been asked to animate before we were ready, so we took a note of it.
78 // We are now ready: launch the animation.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
synclink.h 204 #define SerialSignal_DSR 0x40 /* Data Set Ready */
205 #define SerialSignal_DTR 0x80 /* Data Terminal Ready */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
synclink.h 204 #define SerialSignal_DSR 0x40 /* Data Set Ready */
205 #define SerialSignal_DTR 0x80 /* Data Terminal Ready */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm-indirect.h 32 int hw_ready; /* Bytes ready for play (or captured) in hw ring buffer */
36 int sw_ready; /* Bytes ready to be transferred to/from hw */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
synclink.h 204 #define SerialSignal_DSR 0x40 /* Data Set Ready */
205 #define SerialSignal_DTR 0x80 /* Data Terminal Ready */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm-indirect.h 32 int hw_ready; /* Bytes ready for play (or captured) in hw ring buffer */
36 int sw_ready; /* Bytes ready to be transferred to/from hw */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AMReceiver.java 92 "Device not ready. Waiting %1$d seconds before next attempt.",
102 "Device not ready (%2$d). Waiting %1$d seconds before next attempt.",
  /system/core/fastboot/
fastboot_protocol.txt 42 d. DATA -> the requested command is ready for the data phase.
80 Client: "DATA00001234" ready to accept data
  /system/extras/tests/sdcard/
sysutil.h 49 // .writePidAndWaitForReply To instruct the parent the child is ready.
132 // Signal our parent we are alive and ready by sending our pid.
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_drawpixels.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c     [all...]

Completed in 1105 milliseconds

<<21222324252627282930>>