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

  /external/icu4c/
configure.mk 5 # This should become unnecessary for autoconf past 2.63
  /libcore/luni/src/main/java/java/util/concurrent/
SynchronousQueue.java 447 * which case we try the node one past. We don't check any
452 SNode past = s.next; local
453 if (past != null && past.isCancelled())
454 past = past.next;
458 while ((p = head) != null && p != past && p.isCancelled())
462 while (p != null && p != past) {
    [all...]
  /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
  /dalvik/vm/arch/x86-atom/
Call386ABI.S 117 addl $4, %esi # %esi<- update past this
  /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,
  /frameworks/base/core/java/android/text/format/
DateUtils.java 404 * @param startTime some time in the past.
415 * Time spans in the past are formatted like "42 minutes ago".
421 * past will be reported as "0 minutes ago" if this is set to MINUTE_IN_MILLIS. Pass one of
432 * Time spans in the past are formatted like "42 minutes ago". Time spans in
441 * 3 seconds in the past will be reported as "0 minutes ago" if
454 boolean past = (now >= time);
461 if (past) {
476 if (past) {
491 if (past) {
506 if (past) {
    [all...]
  /frameworks/base/libs/utils/
ResourceTypes.cpp 373 LOGW("Bad string block: entry of %d items extends past data size %d\n",
401 LOGW("Bad style block: style block starts at %d past data size of %d\n",
457 LOGW("Bad string block: entry of %d styles extends past data size %d\n",
584 LOGW("Bad string block: string #%d extends to %d, past end at %d\n",
621 LOGW("Bad string block: string #%lld extends to %lld, past end at %lld\n",
627 LOGW("Bad string block: string #%d entry is at %d, past end at %d\n",
649 LOGW("Bad string block: string #%d extends to %d, past end at %d\n",
654 LOGW("Bad string block: string #%d entry is at %d, past end at %d\n",
674 LOGW("Bad string block: style #%d entry is at %d, past end at %d\n",
    [all...]
  /build/tools/droiddoc/templates-sdk/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 373 // Check that we don't read past the end of the string.
unicode-test.js     [all...]
  /external/v8/benchmarks/
deltablue.js 643 * constraint. The last provision is for past states of history
  /external/v8/src/
array.js 853 // points to one past the last defined element. Make this true if
    [all...]
messages.js 533 * most cases end will point to a newline character. It might point just past
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 637 * constraint. The last provision is for past states of history
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 637 * constraint. The last provision is for past states of history
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 637 * constraint. The last provision is for past states of history
  /dalvik/docs/
prettify.js     [all...]

Completed in 353 milliseconds