Searched
full:past (Results
401 -
425 of
3189) sorted by null
<<11121314151617181920>>
/external/chromium/sdch/open-vcdiff/src/ |
headerparser.cc | 188 << ") is past " << from_boundary_name 197 << ") is past " << from_boundary_name
|
/external/chromium_org/net/base/ |
backoff_entry_unittest.cc | 227 // Success, failure count 0, should not advance past 276 // Now check that once we are at or past the custom horizon,
|
/external/chromium_org/sandbox/win/src/ |
crosscall_server.cc | 188 (address > last_byte) || // Start cannot point past buffer. 190 ((address + size) > last_byte)) { // End cannot point past buffer.
|
/external/chromium_org/sdch/open-vcdiff/src/ |
headerparser.cc | 188 << ") is past " << from_boundary_name 197 << ") is past " << from_boundary_name
|
/external/chromium_org/third_party/icu/source/common/ |
ruleiter.h | 169 * Skips ahead past any ignored characters, as indicated by the given 220 * @param count the number of 16-bit code units to advance past
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/ |
byte_array.h | 53 // bytes as will fit into the buffer are read unless that would go past the 62 // that would go past the end of the array.
|
/external/e2fsprogs/lib/ext2fs/ |
ext2_err.et.in | 165 "Attempt to fudge end of block bitmap past the real end" 168 "Attempt to fudge end of inode bitmap past the real end"
|
/external/giflib/ |
gif_lib.h | 79 int ExtensionBlockCount; /* Count extensions past last image */ 80 ExtensionBlock *ExtensionBlocks; /* Extensions past last image */
|
/external/icu4c/common/ |
ruleiter.h | 168 * Skips ahead past any ignored characters, as indicated by the given 219 * @param count the number of 16-bit code units to advance past
|
/external/libvorbis/doc/ |
vorbis-clip.txt | 65 noise. Libvorbis extrapolates the last frame past the end of data to 98 to be some location past the actual beginning of data, it associates a
|
/external/open-vcdiff/src/ |
headerparser.cc | 188 << ") is past " << from_boundary_name 197 << ") is past " << from_boundary_name
|
/external/sfntly/cpp/src/sfntly/data/ |
byte_array.h | 53 // bytes as will fit into the buffer are read unless that would go past the 62 // that would go past the end of the array.
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
ByteArrayInput.java | 308 * Throws the excpetion for when an attempt is made to read past the 312 throw new IndexOutOfBoundsException("attempt to read past the end");
|
/external/tcpdump/ |
print-arcnet.c | 168 * Go past the ARCNET header. 234 * Go past the ARCNET header.
|
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
AlertServiceTest.java | 472 // Set up past alerts. 544 // Set up past alerts. [all...] |
/packages/apps/PhoneCommon/src/com/android/phone/common/ |
CallLogAsync.java | 79 // of memory leaks in the past that resulted from storing 88 // Having hit more than a few of those bugs in the past
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
macros.h | 60 * past-the-end) and that it reference the sequence we are inserting 77 * be nonsingular (i.e., either dereferenceable or past-the-end),
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/ |
macros.h | 60 * past-the-end) and that it reference the sequence we are inserting 77 * be nonsingular (i.e., either dereferenceable or past-the-end),
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/ |
macros.h | 60 * past-the-end) and that it reference the sequence we are inserting 77 * be nonsingular (i.e., either dereferenceable or past-the-end),
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/ |
macros.h | 60 * past-the-end) and that it reference the sequence we are inserting 77 * be nonsingular (i.e., either dereferenceable or past-the-end),
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/ |
macros.h | 60 * past-the-end) and that it reference the sequence we are inserting 77 * be nonsingular (i.e., either dereferenceable or past-the-end),
|
/dalvik/vm/arch/arm/ |
CallEABI.S | 117 * will not be able to unwind the stack past this method. The only way 203 @ Stick argv in r7 and advance it past the argv values that will be 212 addcc r7, r7, #8 @ skip past 2 words, for r2 and r3 214 addcs r7, r7, #4 @ skip past 1 word, for r2 315 add r6, r6, #1 @ advance past return type 356 add r6, r6, #1 @ advance past return type
|
/external/zlib/src/ |
gzread.c | 339 state->past = 1; /* tried to read past end */ 456 state->past = 0; 478 state->past = 0; 520 state->past = 1; /* read past end */
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
d_plsf_5.cpp | 180 // use the past LSFs slightly shifted towards their mean 192 // estimate past quantized residual to be used in next frame 252 // Compute quantized LSFs and update the past quantized residual 324 /* use the past LSFs slightly shifted towards their mean */ 354 * estimate past quantized residual to be used in 473 /* Compute quantized LSFs and update the past quantized
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
unordered_map.h | 266 * Returns a read/write iterator that points one past the last element in 275 * Returns a read-only (constant) iterator that points one past the last 539 * past-the-end ( @c end() ) iterator. 677 * @brief Returns a read/write iterator pointing to one past the last 688 * @brief Returns a read-only (constant) iterator pointing to one past [all...] |
Completed in 1252 milliseconds
<<11121314151617181920>>