HomeSort by relevance Sort by last modified time
    Searched full:lookahead (Results 176 - 200 of 747) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAccessNetworkInfoParser.java 103 while (lexer.lookAhead(0) == ';') {
PAssociatedURIParser.java 97 while (lexer.lookAhead(0) == ',')
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
simple_lpc_analysis.c 48 /* No lookahead, last window is asymmetric */
  /external/zlib/src/contrib/asm686/
match.S 139 /* if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead; */
332 /* if ((uInt)best_len <= s->lookahead) return (uInt)best_len; */
333 /* return s->lookahead; */
  /external/zlib/src/contrib/masmx86/
match686.asm 242 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
435 ;;; if ((uInt)best_len <= s->lookahead) return (uInt)best_len;
436 ;;; return s->lookahead;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
wb_vad.h 44 Word16 sub_level[COMPLEN]; /* input levels calculated at the end of a frame (lookahead) */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_temporal_filter.c 386 const int num_frames_forward = vp9_lookahead_depth(cpi->lookahead)
456 struct lookahead_entry *buf = vp9_lookahead_peek(cpi->lookahead,
477 // extends beyond the end of the lookahead buffer.
481 frames_after_arf = vp9_lookahead_depth(cpi->lookahead)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/
lookahead_capture.pass.cpp 19 // std::regex in ECMAScript mode should not ignore capture groups inside lookahead assertions.
  /external/bison/tests/
regression.at 1085 Cleanup: discarding lookahead token 'a' (PRINTER)
1118 ## Extra lookahead sets in report. ##
1121 AT_SETUP([[Extra lookahead sets in report]])
1123 # Bison prints each reduction's lookahead set only next to the associated
1126 # erroneously printed the lookahead set next to all of the state's other items
1486 # be forgotten without lookahead correction.
    [all...]
  /external/e2fsprogs/intl/
plural.c 647 /* The lookahead symbol. */ \
650 /* The semantic value of the lookahead symbol. */ \
660 /* Location data for the lookahead symbol. */ \
688 /* Lookahead token as an internal (translated) token number. */
854 /* Read a lookahead token if we need one and don't already have one. */
857 /* First try to decide what to do without reference to lookahead token. */
863 /* Not known => get a lookahead token if don't already have one. */
930 /* Shift the lookahead token. */
973 the lookahead token. This behavior is undocumented and Bison
1188 /* If just tried and failed to reuse lookahead token after a
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationIterator.java 707 int lookAhead = 1;
732 sinceMatch < lookAhead)) {
742 lookAhead -= sinceMatch - 1;
747 d, suffixes, ce32, lookAhead, c);
759 ++lookAhead;
768 int lookAhead, int c) {
794 ++lookAhead;
803 // We have read and matched (lookAhead-2) code points,
811 if(lookAhead > 2) {
813 backwardNumCodePoints(lookAhead);
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationIterator.java 705 int lookAhead = 1;
730 sinceMatch < lookAhead)) {
740 lookAhead -= sinceMatch - 1;
745 d, suffixes, ce32, lookAhead, c);
757 ++lookAhead;
766 int lookAhead, int c) {
792 ++lookAhead;
801 // We have read and matched (lookAhead-2) code points,
809 if(lookAhead > 2) {
811 backwardNumCodePoints(lookAhead);
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java 458 char lookahead = pos + 1 < cssLimit ? css.charAt(pos + 1) : 0;
459 if (lookahead == '/' || lookahead == '*') {
519 char lookahead = pos + 1 < cssLimit ? css.charAt(pos + 1) : 0;
520 if (isDecimal(lookahead)
521 || (lookahead == '.' && pos + 2 < cssLimit
533 } else if (isIdentPart(lookahead)) {
574 char lookahead = pos + 1 < cssLimit ? css.charAt(pos + 1) : 0;
575 if (lookahead == '=') {
578 } else if (ch == '|' && lookahead == '|')
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
plural.c 673 /* The lookahead symbol. */ \
676 /* The semantic value of the lookahead symbol. */ \
686 /* Location data for the lookahead symbol. */ \
714 /* Lookahead token as an internal (translated) token number. */
880 /* Read a lookahead token if we need one and don't already have one. */
883 /* First try to decide what to do without reference to lookahead token. */
889 /* Not known => get a lookahead token if don't already have one. */
956 /* Shift the lookahead token. */
999 the lookahead token. This behavior is undocumented and Bison
1215 /* If just tried and failed to reuse lookahead token after a
    [all...]
  /external/clang/lib/Parse/
ParseOpenMP.cpp 59 Tok = P.getPreprocessor().LookAhead(0);
205 if (PP.LookAhead(0).is(tok::l_paren)) {
472 if (CKind == OMPC_ordered && PP.LookAhead(/*N=*/0).isNot(tok::l_paren))
894 if (Tok.is(tok::identifier) && PP.LookAhead(0).is(tok::l_paren)) {
913 if (PP.LookAhead(0).is(tok::colon)) {
922 } else if (PP.LookAhead(0).is(tok::comma)) {
923 if (PP.LookAhead(1).is(tok::identifier) &&
924 PP.LookAhead(2).is(tok::colon)) {
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
CallInfoParser.java 72 while (lexer.lookAhead(0) != '\n') {
87 while (lexer.lookAhead(0) == ',') {
ContentEncodingParser.java 76 while (lexer.lookAhead(0) != '\n') {
89 while (lexer.lookAhead(0) == ',') {
ContentLanguageParser.java 74 while (lexer.lookAhead(0) != '\n') {
83 while (lexer.lookAhead(0) == ',') {
ErrorInfoParser.java 74 while (lexer.lookAhead(0) != '\n') {
90 if ( lexer.lookAhead(0) == ',' ) {
ProxyRequireParser.java 72 while (lexer.lookAhead(0) != '\n') {
84 while (lexer.lookAhead(0) == ',') {
ReasonParser.java 73 while (lexer.lookAhead(0) != '\n') {
82 if (lexer.lookAhead(0) == ',') {
RequireParser.java 75 while (lexer.lookAhead(0) != '\n') {
87 while (lexer.lookAhead(0) == ',') {
SupportedParser.java 75 while (lexer.lookAhead(0) != '\n') {
88 while (lexer.lookAhead(0) == ',') {
UnsupportedParser.java 73 while (lexer.lookAhead(0) != '\n') {
86 while (lexer.lookAhead(0) == ',') {
  /external/v8/src/regexp/
regexp-ast.cc 124 return is_positive() && type() == LOOKAHEAD && body()->IsAnchoredAtStart();
270 os_ << (that->type() == RegExpLookaround::LOOKAHEAD ? "->" : "<-");

Completed in 1615 milliseconds

1 2 3 4 5 6 78 91011>>