HomeSort by relevance Sort by last modified time
    Searched full:thru (Results 26 - 50 of 115) sorted by null

12 3 4 5

  /dalvik/libcore/json/src/main/java/org/json/
JSONTokener.java 556 * {@code thru}. If the remaining input doesn't contain {@code thru}, the
559 public void skipPast(String thru) {
560 int thruStart = in.indexOf(thru, pos);
561 pos = thruStart == -1 ? in.length() : (thruStart + thru.length());
  /external/opencore/codecs_v2/video/avc_h264/common/include/
avcapi_common.h 171 if available thru SEI, etc. */
224 /** Debug logging information is returned to the application thru this function.
  /external/openssl/crypto/ocsp/
ocsp_ht.c 370 /* Fall thru */
419 /* Fall thru */
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcapi_common.h 173 if available thru SEI, etc. */
226 /** Debug logging information is returned to the application thru this function.
  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset_cpmdlapassthru.h 78 * A test case to test CPM DLA Pass Thru Plugin
  /external/opencore/nodes/common/include/
pvmf_nodes_sync_control.h 125 * remains in the same position but sinks are asked to skip thru media data segments.
  /external/opencore/nodes/streaming/common/include/
pvmf_sm_tunables.h 29 * for all the nodes, these would be configured thru that interface
  /external/webkit/WebKit/chromium/src/
ApplicationCacheHost.cpp 85 // response in the SubstituteData out argument, instead we return the appcached response thru
  /dalvik/libcore/luni/src/main/java/java/io/
PipedInputStream.java 341 // copy bytes from out thru the end of buffer
358 // copy bytes from out thru in
  /external/icu4c/common/
util.cpp 256 // fall thru; process c again with next cpat
267 // fall thru; get next cpat
  /external/icu4c/i18n/unicode/
coleitr.h 300 * collation object. The cursor will walk thru the source string based on the
313 * collation object. The cursor will walk thru the source string based on the
  /prebuilt/common/jython/
LICENSE_CPython.txt 31 0.9.0 thru 1.2 1991-1995 CWI yes
32 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
  /development/tools/mkstubs/src/com/android/mkstubs/
Main.java 204 * <li> Goes thru the classes, filters methods/fields and generate their source
  /external/dbus/tools/
dbus-cleanup-sockets.c 308 /* FALL THRU */
  /external/netcat/data/
data.c 210 /* fall thru */
  /external/netcat/scripts/
webproxy 72 # correct launch: set up client access control, passed along thru environment.
  /external/opencore/codecs_v2/video/avc_h264/dec/include/
avcdec_api.h 172 thru PVAVCReleaseOutput API."
  /frameworks/base/media/libstagefright/codecs/avc/dec/include/
avcdec_api.h 168 thru PVAVCReleaseOutput API."
  /external/bison/tests/
existing.at 1067 %token THRU
1194 | COPY TEXT THRU
1199 | COPY THRU
  /cts/tools/dasm/src/dasm/
Scanner.java 142 // fall thru
  /external/kernel-headers/original/asm-x86/
dma_32.h 132 #define DMA_MODE_CASCADE 0xC0 /* pass thru DREQ->HRQ, DACK<-HLDA only */
  /external/kernel-headers/original/linux/
dccp.h 437 * @dccps_packet_size - Set thru setsockopt
  /external/opencore/oscl/oscl/osclio/src/
oscl_file_find.cpp 150 // parsing thru dirent structure
  /system/extras/tests/sdcard/
plot_sdcard.py 190 readers will go thru 100 iterations much faster than the
  /external/dbus/dbus/
dbus-shell.c 537 /* FALL THRU */

Completed in 222 milliseconds

12 3 4 5