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

1 2 3 4 5 6 7 8 9

  /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/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/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-gsub-private.h 276 /* total number of backtrack glyphs */
277 HB_UShort* Backtrack; /* array of backtrack glyph IDs */
317 /* total number of backtrack
319 HB_UShort* Backtrack; /* array of backtrack classes */
357 /* maximal backtrack length */
383 /* number of backtrack glyphs */
385 /* array of backtrack Coverage
438 HB_UShort BacktrackGlyphCount; /* number of backtrack glyphs *
    [all...]
harfbuzz-gpos-private.h 528 /* total number of backtrack glyphs */
529 HB_UShort* Backtrack; /* array of backtrack glyph IDs */
569 /* total number of backtrack
571 HB_UShort* Backtrack; /* array of backtrack classes */
609 /* maximal backtrack length */
635 /* number of backtrack glyphs */
637 /* 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/chromium_org/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/chromium_org/v8/src/x64/
regexp-macro-assembler-x64.h 26 virtual void Backtrack();
190 // Check whether we are exceeding the stack limit on the backtrack stack.
202 // The register containing the backtrack stack top. Provides a meaningful
213 // is NULL, in which case it is a conditional Backtrack.
228 // Pushes the value of a register on the backtrack stack. Decrements the
232 // Pushes a value on the backtrack stack. Decrements the stack pointer (rcx)
236 // Pushes the Code object relative offset of a label on the backtrack stack
237 // (i.e., a backtrack target). Decrements the stack pointer (rcx)
241 // Pops a value from the backtrack stack. Reads the word at the stack pointer
245 // Drops the top value from the backtrack stack without reading it
    [all...]
  /external/chromium_org/v8/src/ia32/
regexp-macro-assembler-ia32.h 23 virtual void Backtrack();
132 // Check whether we are exceeding the stack limit on the backtrack stack.
144 // The register containing the backtrack stack top. Provides a meaningful
152 // is NULL, in which case it is a conditional Backtrack.
161 // Pushes the value of a register on the backtrack stack. Decrements the
165 // Pushes a value on the backtrack stack. Decrements the stack pointer (ecx)
169 // Pops a value from the backtrack stack. Reads the word at the stack pointer
  /external/chromium_org/v8/src/
regexp-macro-assembler.h 54 // Continues execution from the position pushed on the top of the backtrack
56 virtual void Backtrack() = 0;
76 // matches. If the label is NULL then we should pop a backtrack address off
131 // Pushes the label on the backtrack stack, so that a following Backtrack
132 // will go to this label. Always checks the backtrack stack limit.
205 // Called from RegExp if the backtrack stack limit is hit.
regexp-macro-assembler-tracer.h 20 virtual void Backtrack();
  /external/chromium_org/v8/src/x87/
regexp-macro-assembler-x87.h 23 virtual void Backtrack();
132 // Check whether we are exceeding the stack limit on the backtrack stack.
144 // The register containing the backtrack stack top. Provides a meaningful
152 // is NULL, in which case it is a conditional Backtrack.
161 // Pushes the value of a register on the backtrack stack. Decrements the
165 // Pushes a value on the backtrack stack. Decrements the stack pointer (ecx)
169 // Pops a value from the backtrack stack. Reads the word at the stack pointer
  /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
40 void Preprocessor::Backtrack() {
109 "The backtrack pos points inside the annotated tokens!");
  /external/icu/icu4c/source/layout/
ContextualSubstSubtables.h 35 le_bool backtrack = FALSE);
39 const ClassDefinitionTable *classDefinitionTable, le_bool backtrack = FALSE);
43 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/chromium_org/v8/src/arm/
regexp-macro-assembler-arm.h 24 virtual void Backtrack();
137 // Check whether we are exceeding the stack limit on the backtrack stack.
161 // The register containing the backtrack stack top. Provides a meaningful
172 // is NULL, in which case it is a conditional Backtrack.
181 // Pushes the value of a register on the backtrack stack. Decrements the
185 // Pops a value from the backtrack stack. Reads the word at the stack pointer
  /external/chromium_org/v8/src/mips/
regexp-macro-assembler-mips.h 26 virtual void Backtrack();
139 // Check whether we are exceeding the stack limit on the backtrack stack.
163 // The register containing the backtrack stack top. Provides a meaningful
174 // is NULL, in which case it is a conditional Backtrack.
189 // Pushes the value of a register on the backtrack stack. Decrements the
193 // Pops a value from the backtrack stack. Reads the word at the stack pointer
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh 889 const USHORT backtrack[],
896 skippy_iter.set_match_func (match_func, match_data, backtrack);
1721 backtrack; \/* Array of backtracking values member in struct:OT::ChainRule
2101 backtrack; \/* Array of coverage tables member in struct:OT::ChainContextFormat3
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 888 const USHORT backtrack[],
895 skippy_iter.set_match_func (match_func, match_data, backtrack);
1722 backtrack; \/* Array of backtracking values member in struct:OT::ChainRule
2102 backtrack; \/* Array of coverage tables member in struct:OT::ChainContextFormat3
    [all...]
  /external/chromium_org/v8/src/arm64/
regexp-macro-assembler-arm64.h 24 virtual void Backtrack();
147 // Check whether we are exceeding the stack limit on the backtrack stack.
183 // The register containing the backtrack stack top. Provides a meaningful
200 // is NULL, in which case it is a conditional Backtrack.
217 // Pushes the value of a register on the backtrack stack. Decrements the
221 // 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...]

Completed in 1082 milliseconds

1 2 3 4 5 6 7 8 9