/external/zlib/src/ |
gzlib.c | 81 state->past = 0; /* have not read past end yet */ 401 state->past = 0; 524 return state->mode == GZ_READ ? state->past : 0; 564 state->past = 0;
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
Scroller.java | 31 * the scrolling animation should take. Past this time, the scrolling is 358 * @param minX Minimum X value. The scroller will not scroll past this 360 * @param maxX Maximum X value. The scroller will not scroll past this 362 * @param minY Minimum Y value. The scroller will not scroll past this 364 * @param maxY Maximum Y value. The scroller will not scroll past this
|
/external/chromium_org/base/metrics/ |
histogram.cc | 409 int64 past = 0; local 433 WriteAsciiBucketContext(past, current, remaining, i, output); 435 past += current; 437 DCHECK_EQ(sample_count, past); 468 void Histogram::WriteAsciiBucketContext(const int64 past, 473 double scaled_sum = (past + current + remaining) / 100.0; 476 double percentage = past / scaled_sum;
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
acelp.h | 86 Word16 isp_old[], /* input : isps from past frame */ 107 Word16 * past_isfq, /* (io)Q15 : past ISF quantizer */ 115 Word16 * past_isfq, /* (io)Q15 : past ISF quantizer */ 123 Word16 * past_isfq, /* i/0 : past ISF quantizer */ 124 Word16 * isfold, /* input : past quantized ISF */ 133 Word16 * past_isfq, /* i/0 : past ISF quantizer */ 134 Word16 * isfold, /* input : past quantized ISF */
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
bitmap.h | 244 /* We might have gone past the start bit, so reinitialize it. */ 410 already advanced past the just iterated bit. Return true if there 424 /* Round up to the word boundary. We might have just iterated past 453 bitmaps. We will have already advanced past the just iterated bit. 467 /* Round up to the word boundary. We might have just iterated past 516 complemented bitmaps. We will have already advanced past the just 530 /* Round up to the word boundary. We might have just iterated past
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
bitmap.h | 244 /* We might have gone past the start bit, so reinitialize it. */ 410 already advanced past the just iterated bit. Return true if there 424 /* Round up to the word boundary. We might have just iterated past 453 bitmaps. We will have already advanced past the just iterated bit. 467 /* Round up to the word boundary. We might have just iterated past 516 complemented bitmaps. We will have already advanced past the just 530 /* Round up to the word boundary. We might have just iterated past
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
bitmap.h | 244 /* We might have gone past the start bit, so reinitialize it. */ 410 already advanced past the just iterated bit. Return true if there 424 /* Round up to the word boundary. We might have just iterated past 453 bitmaps. We will have already advanced past the just iterated bit. 467 /* Round up to the word boundary. We might have just iterated past 516 complemented bitmaps. We will have already advanced past the just 530 /* Round up to the word boundary. We might have just iterated past
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
bitmap.h | 244 /* We might have gone past the start bit, so reinitialize it. */ 410 already advanced past the just iterated bit. Return true if there 424 /* Round up to the word boundary. We might have just iterated past 453 bitmaps. We will have already advanced past the just iterated bit. 467 /* Round up to the word boundary. We might have just iterated past 516 complemented bitmaps. We will have already advanced past the just 530 /* Round up to the word boundary. We might have just iterated past
|
/external/libogg/src/ |
bitwise.c | 393 /* special case to avoid reading b->ptr[0], which might be past the end of 694 fprintf(stderr,"\nTesting read past end (LSb): "); 704 fprintf(stderr,"failed; read past end without -1.\n"); 720 fprintf(stderr,"failed; read past end without -1.\n"); 725 fprintf(stderr,"failed; read past end without -1.\n"); 780 fprintf(stderr,"\nTesting read past end (MSb): "); 790 fprintf(stderr,"failed; read past end without -1.\n"); 806 fprintf(stderr,"failed; read past end without -1.\n"); 811 fprintf(stderr,"failed; read past end without -1.\n");
|
/external/qemu/elff/ |
dwarf_defs.h | 261 /* Pulls LEB128 value, advancing past this LEB128 block.
264 * Pointer to the byte past this LEB128 block.
271 /* Pulls LEB128 unsigned value, advancing past this LEB128 block.
278 /* Pulls LEB128 signed value, advancing past this LEB128 block.
306 /* Pulls attribute data, advancing past this descriptor.
311 * Pointer to the byte past this descriptor block (usually, next
369 /* Pulls DIE abbreviation descriptor data, advancing past this descriptor.
436 /* Pulls DIE information, advancing past this descriptor to DIE attributes.
441 * Pointer to the byte past this descriptor (the list of DIE attributes).
[all...] |
/ndk/sources/host-tools/ndk-stack/elff/ |
dwarf_defs.h | 261 /* Pulls LEB128 value, advancing past this LEB128 block. 264 * Pointer to the byte past this LEB128 block. 271 /* Pulls LEB128 unsigned value, advancing past this LEB128 block. 278 /* Pulls LEB128 signed value, advancing past this LEB128 block. 306 /* Pulls attribute data, advancing past this descriptor. 311 * Pointer to the byte past this descriptor block (usually, next 369 /* Pulls DIE abbreviation descriptor data, advancing past this descriptor. 436 /* Pulls DIE information, advancing past this descriptor to DIE attributes. 441 * Pointer to the byte past this descriptor (the list of DIE attributes).
|
/external/chromium/net/disk_cache/ |
bitmap.cc | 246 // past the last bit we want to check, and we don't want to read 247 // past the end of "words". E.g. if num_bits_ == 32 only words[0] is 259 // 'limit' is one past the last bit we want to check, and if limit is a
|
/external/chromium_org/net/disk_cache/ |
bitmap.cc | 246 // past the last bit we want to check, and we don't want to read 247 // past the end of "words". E.g. if num_bits_ == 32 only words[0] is 259 // 'limit' is one past the last bit we want to check, and if limit is a
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
WindowFeatures.cpp | 81 // skip to first non-separator, but don't skip past the end of the string 94 // skip to first '=', but don't skip past a ',' or the end of the string 101 // skip to first non-separator, but don't skip past a ',' or the end of the string
|
/external/chromium_org/third_party/icu/source/i18n/ |
rbt_pars.h | 197 * @param limit pointer past the last character of the rule. 236 * @param limit pointer past the last character of the rule. 246 * @param limit pointer past the last character of the rule.
|
/external/icu4c/i18n/ |
rbt_pars.h | 197 * @param limit pointer past the last character of the rule. 236 * @param limit pointer past the last character of the rule. 246 * @param limit pointer past the last character of the rule.
|
/external/libvorbis/doc/ |
02-bitpacking.tex | 222 Attempting to read past the end of an encoded packet results in an 227 handle reading past the end of a packet as a typical mode of 237 not past, such that an 'end-of-packet' condition has not triggered)
|
/external/llvm/include/llvm/Support/ |
ConvertUTF.h | 194 * updated one past end of the converted sequence. 205 * succeeds, this pointer will be updated to point to the byte just past the 207 * \param sourceEnd A pointer just past the end of the source buffer.
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
RichInputConnectionAndTextRangeTests.java | 265 // Test a case with overlapping spans, 2nd extending past the start of the word 277 // Test a case with overlapping spans, 2nd extending past the end of the word 289 // Test a case with overlapping spans, 2nd extending past both ends of the word
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/ |
macros.h | 59 * the iterator be nonsingular, either dereferenceable or past-the-end, 91 * be nonsingular (i.e., either dereferenceable or past-the-end), 108 * be nonsingular (i.e., either dereferenceable or past-the-end),
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/ |
macros.h | 59 * the iterator be nonsingular, either dereferenceable or past-the-end, 91 * be nonsingular (i.e., either dereferenceable or past-the-end), 108 * be nonsingular (i.e., either dereferenceable or past-the-end),
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/ |
macros.h | 59 * the iterator be nonsingular, either dereferenceable or past-the-end, 91 * be nonsingular (i.e., either dereferenceable or past-the-end), 108 * be nonsingular (i.e., either dereferenceable or past-the-end),
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
macros.h | 69 * the iterator be nonsingular, either dereferenceable or past-the-end, 101 * be nonsingular (i.e., either dereferenceable or past-the-end), 118 * be nonsingular (i.e., either dereferenceable or past-the-end),
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/ |
macros.h | 59 * the iterator be nonsingular, either dereferenceable or past-the-end, 91 * be nonsingular (i.e., either dereferenceable or past-the-end), 108 * be nonsingular (i.e., either dereferenceable or past-the-end),
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
macros.h | 69 * the iterator be nonsingular, either dereferenceable or past-the-end, 101 * be nonsingular (i.e., either dereferenceable or past-the-end), 118 * be nonsingular (i.e., either dereferenceable or past-the-end),
|