Searched
full:past (Results
751 -
775 of
3189) sorted by null
<<31323334353637383940>>
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
ByteArrayAnnotatedOutput.java | 562 * Throws the excpetion for when an attempt is made to write past the 566 throw new IndexOutOfBoundsException("attempt to write past the end");
|
ByteArrayOutput.java | 469 * Throws the excpetion for when an attempt is made to write past the 473 throw new IndexOutOfBoundsException("attempt to write past the end");
|
/external/tcpdump/ |
print-l2tp.c | 473 /* If it goes past the end of the remaining length of the packet, 478 /* If it goes past the end of the remaining length of the captured
|
print-pgm.c | 379 * Skip past the source, saving info along the way 403 * Skip past the group, saving info along the way
|
/external/zlib/src/examples/ |
zran.c | 40 the index, but if a read far enough past the end of the index is required, 243 negative for error (Z_DATA_ERROR or Z_MEM_ERROR). If data is requested past
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
d_plsf.h | 102 Word16 past_r_q[M]; /* Past quantized prediction error, Q15 */ 103 Word16 past_lsf_q[M]; /* Past dequantized lsfs, Q15 */
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
interpolate_isp.cpp | 47 int16 isp_old[], input : isps from past frame 116 int16 isp_old[], /* input : isps from past frame */
|
/frameworks/base/core/java/android/os/ |
CommonTimeConfig.java | 289 * @return The threshold (in microseconds) past which the common time service will panic. 303 * @param threshold The threshold (in microseconds) past which the common time service will
|
/frameworks/base/media/java/android/media/ |
ExifInterface.java | 213 // skip past the space between item count and the rest of the attributes 220 ptr = equalPos + 1; // skip past =
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/luni/tests/java/io/ |
BufferedReaderTest.java | 305 throw new IOException("Read past end of data"); 311 throw new IOException("Read past end of data");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
string.h | 48 Return the position in DEST one byte past where C was copied, 353 terminating it with a '\0', and update *STRINGP to point past it. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
string.h | 48 Return the position in DEST one byte past where C was copied, 353 terminating it with a '\0', and update *STRINGP to point past it. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
string.h | 48 Return the position in DEST one byte past where C was copied, 353 terminating it with a '\0', and update *STRINGP to point past it. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ssl.py | 19 seconds past the Epoch (the time values 396 a Python time value in seconds past the epoch."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ssl.py | 19 seconds past the Epoch (the time values 396 a Python time value in seconds past the epoch."""
|
/system/core/libpixelflinger/codeflinger/tinyutils/ |
Vector.h | 223 "itemAt: index %d is past size %d", (int)index, (int)size() ); 235 "mirrorItemAt: index %d is past size %d",
|
/art/compiler/jni/quick/ |
calling_convention.h | 138 // The number of references iterated past
|
/art/runtime/base/unix_file/ |
mapped_file_test.cc | 205 // Data written past the end are discarded.
|
/art/runtime/gc/accounting/ |
space_bitmap.h | 98 // If obj < heap_begin_ then offset underflows to some very large value past the end of the
|
/build/tools/zipalign/ |
ZipFile.cpp | 644 * will be seeked immediately past the data. 674 * On exit, "dstFp" will be seeked immediately past the data. 699 * will be seeked immediately past the data just written. 741 * will be seeked immediately past the compressed data. [all...] |
/cts/tools/dasm/src/java_cup/ |
parse_action_row.java | 65 * us to do erroneous reduces, but will never cause us to shift past
|
/dalvik/libdex/ |
DexDebugInfo.cpp | 51 /* array; advance past array type */
|
DexProto.h | 70 * dexStringCacheRelease() if you want the buffer to survive past the
|
/dalvik/vm/analysis/ |
RegisterMap.h | 197 * Get the register map for the next method. "*pPtr" will be advanced past
|
/dalvik/vm/mterp/x86/ |
header.S | 40 Once past the prologue, arguments are referenced at ((argno + 2)*4)(%ebp)
|
Completed in 2072 milliseconds
<<31323334353637383940>>