Searched refs:past (Results 1 - 19 of 19) sorted by relevance

/external/icu4c/
H A Dconfigure.mk5 # This should become unnecessary for autoconf past 2.63
/external/zlib/src/
H A Dgzguts.h164 int past; /* true if read requested past end */ member in struct:__anon16111
H A Dgzlib.c81 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;
H A Dgzread.c338 state->past = 1; /* tried to read past end */
451 state->past = 0;
473 state->past = 0;
515 state->past = 1; /* read past end */
/external/chromium/base/metrics/
H A Dhistogram.cc183 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, argument
634 double scaled_sum = (past + current + remaining) / 100.0;
637 double percentage = past / scaled_sum;
H A Dhistogram.h533 void WriteAsciiBucketContext(const int64 past, const Count current,
/external/libvorbis/doc/
H A D02-bitpacking.tex222 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)
H A D03-codebook.tex157 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'
H A D01-introduction.tex219 modern use. No known Vorbis encoder past Xiph.org's own beta 4 makes
H A D04-codec.tex370 condition past this point is to be considered a possible nominal
/external/antlr/antlr-3.4/runtime/ActionScript/project/test/org/antlr/runtime/test/
H A DTestANTLRStringStream.as30 // now consume past EOF for a few ticks, nothing should change
/external/libvpx/examples/includes/geshi/contrib/
H A Dexample.php44 // advisory against it in the past because of this. Please try not to use this script on a
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as574 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/
H A Dstreams.rb951 when k < 0 then past?( -k )
972 def past?( k = 1 )
/external/llvm/lib/Support/Unix/
H A DProgram.inc96 // Advance past duplicate colons
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tree.Tests.pas753 // now use LT to lookahead past end of buffer
758 // wrap past end of buffer
921 // now we're past rewind position
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas325 /// I &lt; 0 indicates tokens in the past. So -1 is previous token and -2 is
864 /// tosses out data after we commit past input position i.
876 /// 1 past the stop token matched for this rule last time.
4192 Input.Seek(StopIndex + 1); // jump to one past stop token
4654 Input.Consume; // move past ttype token as if all were ok
5932 // to insert after, just insert before next index (even if past end)
H A DAntlr.Runtime.Tree.pas351 /// i&lt;0 indicates nodes in the past. So LT(-1) is previous node, but
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1033 milliseconds