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

1 2 3

  /external/icu4c/
configure.mk 5 # This should become unnecessary for autoconf past 2.63
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
terminate.js 21 // make it past the preceding hang.
  /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
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_video.h 39 unsigned past, future, current; member in struct:nouveau_decoder
nouveau_video.c 100 dec->current = dec->future = dec->past = 8;
301 assert(!forward || dec->past < 8);
311 x, y, mb->PMV[0][0], dec->past, TRUE);
313 x, y2, mb->PMV[0][0], dec->past, FALSE);
336 x, y, mb->PMV[0][0], dec->past, TRUE);
356 x, y, mb->PMV[0][0], dec->past, TRUE);
369 x, y, mb->PMV[0][0], dec->past, TRUE);
372 x, y2, mb->PMV[1][0], dec->past, FALSE);
443 dec->past = nouveau_decoder_surface_index(dec, desc->ref[0]);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.h 39 unsigned past, future, current; member in struct:nouveau_decoder
nouveau_video.c 100 dec->current = dec->future = dec->past = 8;
301 assert(!forward || dec->past < 8);
311 x, y, mb->PMV[0][0], dec->past, TRUE);
313 x, y2, mb->PMV[0][0], dec->past, FALSE);
336 x, y, mb->PMV[0][0], dec->past, TRUE);
356 x, y, mb->PMV[0][0], dec->past, TRUE);
369 x, y, mb->PMV[0][0], dec->past, TRUE);
372 x, y2, mb->PMV[1][0], dec->past, FALSE);
443 dec->past = nouveau_decoder_surface_index(dec, desc->ref[0]);
  /frameworks/base/core/java/android/text/format/
DateUtils.java 246 * @param startTime some time in the past.
257 * Time spans in the past are formatted like "42 minutes ago".
263 * past will be reported as "0 minutes ago" if this is set to MINUTE_IN_MILLIS. Pass one of
274 * Time spans in the past are formatted like "42 minutes ago". Time spans in
283 * 3 seconds in the past will be reported as "0 minutes ago" if
296 boolean past = (now >= time);
303 if (past) {
318 if (past) {
333 if (past) {
370 * @param time some time in the past
    [all...]
  /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/chromium_org/chrome/browser/resources/file_manager/js/metadata/
byte_reader.js 70 throw new Error('Read past end of buffer');
263 * Return true if the current position is past the end of the buffer.
352 * read would go past the end of the buffer.
369 * read would go past the end of the buffer.
396 * read would go past the end of the buffer.
429 * read would go past the end of the buffer.
453 * read would go past the end of the buffer.
469 * read would go past the end of the buffer.
  /external/zlib/src/
gzguts.h 180 int past; /* true if read requested past end */ member in struct:__anon30833
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;
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 */
  /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
  /external/chromium_org/chrome/common/extensions/docs/static/js/
scroll.js 26 // Scrolled past the top of the sidebar.
  /external/chromium_org/v8/test/webkit/
delete-then-put.js 25 'This tests for a problem with put after delete that existed at one point in the past.'
array-holes.js 29 return "bad index: past length";
  /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;
  /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...]
  /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/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...]

Completed in 440 milliseconds

1 2 3