HomeSort by relevance Sort by last modified time
    Searched refs:past (Results 1 - 25 of 37) sorted by null

1 2

  /external/icu4c/
configure.mk 5 # This should become unnecessary for autoconf past 2.63
  /system/core/libcutils/tests/memset_mips/
memset_cmips.S 67 addu t0,a0,a2 # t0 is the "past the end" address
96 # t8 is the byte count past 64-byte chunks
113 andi t6,t7,0x3f # t6 is past "64-byte safe chunks" reminder
180 .Lchk8w: # t8 here is the byte count past 64-byte chunks
183 # the t7 is the reminder count past 32-bytes
198 andi t8,a2,0x3 # now t8 is the reminder past 1w chunks
201 addu a3,a0,a3 # now a3 is the dst address past the 1w chunks
  /libcore/luni/src/main/java/java/util/concurrent/
SynchronousQueue.java 455 * which case we try the node one past. We don't check any
460 SNode past = s.next; local
461 if (past != null && past.isCancelled())
462 past = past.next;
466 while ((p = head) != null && p != past && p.isCancelled())
470 while (p != null && p != past) {
    [all...]
  /external/zlib/src/
gzguts.h 164 int past; /* true if read requested past end */ member in struct:__anon18676
gzlib.c 81 state->past = 0; /* have not read past end yet */
391 state->past = 0;
514 return state->mode == GZ_READ ? state->past : 0;
553 state->past = 0;
gzread.c 338 state->past = 1; /* tried to read past end */
451 state->past = 0;
473 state->past = 0;
515 state->past = 1; /* read past end */
  /bionic/libc/arch-mips/string/
memset.S 103 addu t0,a0,a2 # t0 is the "past the end" address
143 addu t0,a0,a2 # t0 is the "past the end" address
155 addu t0,a0,a2 # t0 is the "past the end" address
185 # t8 is the byte count past 64-byte chunks
202 andi t6,t7,0x3f # t6 is past "64-byte safe chunks" reminder
269 .Lchk8w: # t8 here is the byte count past 64-byte chunks
272 # the t7 is the reminder count past 32-bytes
287 andi t8,a2,0x3 # now t8 is the reminder past 1w chunks
290 addu a3,a0,a3 # now a3 is the dst address past the 1w chunks
memcpy.S 113 addu t0,a0,a2 # t0 is the "past the end" address
115 # When in the loop we exercise "pref 30,x(a0)", the a0+x should not be past
189 # the t8 is the reminder count past 32-bytes
214 andi a2,t8,0x3 # now a2 is the reminder past 1w chunks
217 addu a3,a0,a3 # now a3 is the dst address past the 1w chunks
267 addu t0,a0,a2 # t0 is the "past the end" address
387 andi a2,t8,0x3 # now a2 is the reminder past 1w chunks
390 addu a3,a0,a3 # now a3 is the dst address past the 1w chunks
  /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
  /frameworks/base/core/java/android/text/format/
DateUtils.java 291 * @param startTime some time in the past.
302 * Time spans in the past are formatted like "42 minutes ago".
308 * past will be reported as "0 minutes ago" if this is set to MINUTE_IN_MILLIS. Pass one of
319 * Time spans in the past are formatted like "42 minutes ago". Time spans in
328 * 3 seconds in the past will be reported as "0 minutes ago" if
341 boolean past = (now >= time);
348 if (past) {
363 if (past) {
378 if (past) {
415 * @param time some time in the past
    [all...]
  /external/chromium/base/metrics/
histogram.cc 183 int64 past = 0; local
204 WriteAsciiBucketContext(past, current, remaining, i, output);
206 past += current;
208 DCHECK_EQ(sample_count, past);
629 void Histogram::WriteAsciiBucketContext(const int64 past,
634 double scaled_sum = (past + current + remaining) / 100.0;
637 double percentage = past / scaled_sum;
    [all...]
histogram.h 533 void WriteAsciiBucketContext(const int64 past, const Count current,
  /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)
03-codebook.tex 157 Lookup type zero indicates no lookup to be read. Proceed past
398 leaf. Reading past the end of a packet propagates the 'end-of-stream'
01-introduction.tex 219 modern use. No known Vorbis encoder past Xiph.org's own beta 4 makes
04-codec.tex 370 condition past this point is to be considered a possible nominal
  /external/antlr/antlr-3.4/runtime/ActionScript/project/test/org/antlr/runtime/test/
TestANTLRStringStream.as 30 // now consume past EOF for a few ticks, nothing should change
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 574 input.consume(); // move past ttype token as if all were ok
719 * tosses out data after we commit past input position i.
739 * 1 past the stop token matched for this rule last time.
752 input.seek(stopIndex+1); // jump to one past stop token
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 951 when k < 0 then past?( -k )
972 def past?( k = 1 )
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 753 // now use LT to lookahead past end of buffer
758 // wrap past end of buffer
921 // now we're past rewind position
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 267 var pathPageName = fullPageName.slice(firstSlashPos, htmlPos + 5); // +5 advances past ".html"
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 195 pathPageName = fullPageName.slice(firstSlashPos, htmlPos + 5); // +5 advances past ".html"
  /external/v8/test/mjsunit/
regexp.js 384 // Check that we don't read past the end of the string.
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 373 ALOGW("Bad string block: entry of %d items extends past data size %d\n",
400 ALOGW("Bad style block: style block starts at %d past data size of %d\n",
456 ALOGW("Bad string block: entry of %d styles extends past data size %d\n",
583 ALOGW("Bad string block: string #%d extends to %d, past end at %d\n",
620 ALOGW("Bad string block: string #%lld extends to %lld, past end at %lld\n",
626 ALOGW("Bad string block: string #%d entry is at %d, past end at %d\n",
648 ALOGW("Bad string block: string #%d extends to %d, past end at %d\n",
653 ALOGW("Bad string block: string #%d entry is at %d, past end at %d\n",
683 ALOGW("Bad string block: style #%d entry is at %d, past end at %d\n",
    [all...]
  /external/v8/benchmarks/
deltablue.js 643 * constraint. The last provision is for past states of history

Completed in 1984 milliseconds

1 2