HomeSort by relevance Sort by last modified time
    Searched full:backtrack (Results 1 - 25 of 187) sorted by null

1 2 3 4 5 6 7 8

  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t045dfabug.g 9 options { backtrack=true; }
t033backtracking.g 4 backtrack=true;
37 * manual predicate here so that we don't backtrack over
41 * Remember: the goal is to avoid backtrack like the plague
420 // : 'if' '(' expression ')' statement (options {k=1; backtrack=false;}:'else' statement)?
  /external/webkit/Source/JavaScriptCore/yarr/
YarrInterpreter.cpp 72 static inline void appendParenthesesDisjunctionContext(BackTrackInfoParentheses* backTrack, ParenthesesDisjunctionContext* context)
74 context->next = backTrack->lastContext;
75 backTrack->lastContext = context;
76 ++backTrack->matchAmount;
79 static inline void popParenthesesDisjunctionContext(BackTrackInfoParentheses* backTrack)
81 ASSERT(backTrack->matchAmount);
82 ASSERT(backTrack->lastContext);
83 backTrack->lastContext = backTrack->lastContext->next;
84 --backTrack->matchAmount
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t045dfabug.g 10 options { backtrack=true; }
t033backtracking.g 4 backtrack=true;
53 * manual predicate here so that we don't backtrack over
57 * Remember: the goal is to avoid backtrack like the plague
435 // : 'if' '(' expression ')' statement (options {k=1; backtrack=false;}:'else' statement)?
  /external/harfbuzz/src/
harfbuzz-gsub-private.h 278 HB_UShort* Backtrack; /* array of backtrack glyph IDs */
284 /* total number of backtrack glyphs */
319 HB_UShort* Backtrack; /* array of backtrack classes */
325 /* total number of backtrack
373 /* maximal backtrack length */
386 /* array of backtrack Coverage
397 /* number of backtrack glyphs */
442 HB_Coverage* BacktrackCoverage; /* array of backtrack Coverag
    [all...]
harfbuzz-gpos-private.h 540 HB_UShort* Backtrack; /* array of backtrack glyph IDs */
546 /* total number of backtrack glyphs */
581 HB_UShort* Backtrack; /* array of backtrack classes */
587 /* total number of backtrack
622 /* maximal backtrack length */
648 /* number of backtrack glyphs */
650 /* array of backtrack Coverage
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub-private.h 278 HB_UShort* Backtrack; /* array of backtrack glyph IDs */
284 /* total number of backtrack glyphs */
319 HB_UShort* Backtrack; /* array of backtrack classes */
325 /* total number of backtrack
373 /* maximal backtrack length */
386 /* array of backtrack Coverage
397 /* number of backtrack glyphs */
442 HB_Coverage* BacktrackCoverage; /* array of backtrack Coverag
    [all...]
harfbuzz-gpos-private.h 540 HB_UShort* Backtrack; /* array of backtrack glyph IDs */
546 /* total number of backtrack glyphs */
581 HB_UShort* Backtrack; /* array of backtrack classes */
587 /* total number of backtrack
622 /* maximal backtrack length */
648 /* number of backtrack glyphs */
650 /* array of backtrack Coverage
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/
LeftRecursiveRules.stg 64 ( options {backtrack=false;}
65 : ( options {backtrack=false;}
74 options {backtrack=true;}
  /external/v8/test/mjsunit/regress/
regress-176.js 44 "non-zero length match with non-greedy ? in (?:), o forces backtrack");
47 "non-zero length match with non-greedy ? in (?:), zero length match causes backtrack");
50 "x causes backtrack inside (?:)");
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb 9 grammar Backtrack;
12 backtrack=true;
46 * manual predicate here so that we don't backtrack over
50 * Remember: the goal is to avoid backtrack like the plague
238 lexer = Backtrack::Lexer.new( 'int a;' )
239 parser = Backtrack::Parser.new lexer
  /external/clang/lib/Lex/
PPCaching.cpp 19 /// until CommitBacktrackedTokens() or Backtrack() is called, the Preprocessor
20 /// keeps track of the lexed tokens so that a subsequent Backtrack() call will
24 /// be called multiple times and CommitBacktrackedTokens/Backtrack calls will
38 /// Backtrack - Make Preprocessor re-lex the tokens that were lexed since
40 void Preprocessor::Backtrack() {
109 "The backtrack pos points inside the annotated tokens!");
  /external/v8/src/x64/
regexp-macro-assembler-x64.h 49 virtual void Backtrack();
200 // Check whether we are exceeding the stack limit on the backtrack stack.
212 // The register containing the backtrack stack top. Provides a meaningful
223 // is NULL, in which case it is a conditional Backtrack.
238 // Pushes the value of a register on the backtrack stack. Decrements the
242 // Pushes a value on the backtrack stack. Decrements the stack pointer (rcx)
246 // Pushes the Code object relative offset of a label on the backtrack stack
247 // (i.e., a backtrack target). Decrements the stack pointer (rcx)
251 // Pops a value from the backtrack stack. Reads the word at the stack pointer
255 // Drops the top value from the backtrack stack without reading it
    [all...]
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.h 52 virtual void Backtrack();
153 // Check whether we are exceeding the stack limit on the backtrack stack.
165 // The register containing the backtrack stack top. Provides a meaningful
173 // is NULL, in which case it is a conditional Backtrack.
182 // Pushes the value of a register on the backtrack stack. Decrements the
186 // Pushes a value on the backtrack stack. Decrements the stack pointer (ecx)
190 // Pops a value from the backtrack stack. Reads the word at the stack pointer
  /external/icu4c/layout/
ContextualSubstSubtables.h 34 le_bool backtrack = FALSE);
38 const ClassDefinitionTable *classDefinitionTable, le_bool backtrack = FALSE);
42 GlyphIterator *glyphIterator, const char *offsetBase, le_bool backtrack = FALSE);
ContextualSubstSubtables.cpp 51 GlyphIterator *glyphIterator, le_bool backtrack)
56 if (backtrack) {
82 le_bool backtrack)
87 if (backtrack) {
119 GlyphIterator *glyphIterator, const char *offsetBase, le_bool backtrack)
124 if (backtrack) {
  /external/v8/src/
regexp-macro-assembler.h 70 // Continues execution from the position pushed on the top of the backtrack
72 virtual void Backtrack() = 0;
89 // If the label is NULL then we should pop a backtrack address off
103 // matches. If the label is NULL then we should pop a backtrack address off
151 // Pushes the label on the backtrack stack, so that a following Backtrack
152 // will go to this label. Always checks the backtrack stack limit.
211 // Called from RegExp if the backtrack stack limit is hit.
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 860 const USHORT backtrack[],
867 skippy_iter.set_match_func (match_func, match_data, backtrack);
1703 backtrack; \/* Array of backtracking values member in struct:OT::ChainRule
2083 backtrack; \/* Array of coverage tables member in struct:OT::ChainContextFormat3
    [all...]
  /external/v8/src/arm/
regexp-macro-assembler-arm.h 53 virtual void Backtrack();
161 // Check whether we are exceeding the stack limit on the backtrack stack.
188 // The register containing the backtrack stack top. Provides a meaningful
199 // is NULL, in which case it is a conditional Backtrack.
208 // Pushes the value of a register on the backtrack stack. Decrements the
212 // Pops a value from the backtrack stack. Reads the word at the stack pointer
238 // to for pushing backtrack addresses.
  /external/v8/src/mips/
regexp-macro-assembler-mips.h 55 virtual void Backtrack();
163 // Check whether we are exceeding the stack limit on the backtrack stack.
187 // The register containing the backtrack stack top. Provides a meaningful
198 // is NULL, in which case it is a conditional Backtrack.
213 // Pushes the value of a register on the backtrack stack. Decrements the
217 // Pops a value from the backtrack stack. Reads the word at the stack pointer
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
event-hub.rb 33 def backtrack( level ) method in class:ANTLR3.Debug.EventHub
35 listener.backtrack( level )
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarReport.java 107 String backtrack = (String) g.getOption("backtrack"); local
108 if ( backtrack==null ) {
109 backtrack = "false";
111 data.grammarLevelBacktrack = backtrack;
283 buf.append("Number of decisions that backtrack: ");
372 buf.append("Grammar option backtrack: ");
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
Profiler.java 219 " backtrack depth " + backtrackDepth +
324 * and then a backtrack.
330 * begin backtrack level
333 * end backtrack level, success
339 if (dump) System.out.println("enter backtrack "+level);
351 if (dump) System.out.println("exit backtrack "+level+": "+successful);
410 // ignore rules that backtrack along gated DFA edges
558 buf.append("num decisions that potentially backtrack ");
561 buf.append("num decisions that do backtrack ");
564 buf.append("num decisions that potentially backtrack but don't ")
    [all...]
  /external/v8/test/mjsunit/
regexp-UC16.js 39 "backref-UC16-backtrack");

Completed in 1532 milliseconds

1 2 3 4 5 6 7 8