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

1 2

  /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 )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
options.h 114 int backtrack; /* 1 to perform backtracking in member in struct:cloogoptions
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
options.h 114 int backtrack; /* 1 to perform backtracking in member in struct:cloogoptions
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FilenameUtils.java 1155 Stack<int[]> backtrack = new Stack<int[]>(); local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 217 def backtrack method in class:ANTLR3.Debug.ParserEvents
464 # any backtrack), this informs the debugger that stream should be
479 def backtrack( level ) method in class:ANTLR3.Debug.EventListener
685 :add_child, :backtrack, :become_root, :begin_backtrack,
recognizers.rb 839 def backtrack method in class:ANTLR3
854 backtrack { send name }
    [all...]
  /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: ");
Grammar.java 206 add("backtrack");
219 add("backtrack");
232 add("backtrack");
242 add("k"); add("backtrack"); add("memoize"); add("rewrite");
254 new HashSet() {{add("k"); add("greedy"); add("backtrack"); add("memoize");}};
376 /** At least one backtrack=true in rule or decision or grammar. */
682 // filter => backtrack=true
686 Object backtrack = (String)getOption("backtrack"); local
689 if ( backtrack!=null && !backtrack.toString().equals("true") )
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 913 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (backtrack);
917 count = backtrack.len;
919 if (!(this+backtrack[i]).intersects (c->glyphs))
939 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (backtrack);
945 count = backtrack.len;
947 (this+backtrack[i]).add_coverage (c->before);
979 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (backtrack);
983 backtrack.len, (USHORT *) backtrack.array,
1003 if (!(coverage.sanitize (c, this) && backtrack.sanitize (c, this))
1018 backtrack; \/* Array of coverage tables member in struct:OT::ReverseChainSingleSubstFormat1
    [all...]
hb-ot-layout-gsubgpos-private.hh 885 const USHORT backtrack[],
893 skippy_iter.set_match_func (match_func, match_data, backtrack);
1722 backtrack; \/* Array of backtracking values member in struct:OT::ChainRule
2109 backtrack; \/* Array of coverage tables member in struct:OT::ChainContextFormat3
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 1579 const SDep *backtrack() { function in class:__anon17351::SchedDAGReverseDFS
    [all...]
  /external/v8/test/cctest/
test-regexp.cc 880 Label fail, backtrack; local
892 m.PushBacktrack(&backtrack);
894 m.Bind(&backtrack);
895 m.Backtrack();
947 Label fail, backtrack; local
1021 Label backtrack; local
1288 Label backtrack; local
1471 Label start, fail, backtrack; local
    [all...]
  /external/v8/src/regexp/
jsregexp.h 860 enum Action { ACCEPT, BACKTRACK, NEGATIVE_SUBMATCH_SUCCESS };
1346 Label* backtrack() { return backtrack_; } function in class:v8::internal::Trace
    [all...]
jsregexp.cc 774 // push backtrack code location
776 // backtrack code location:
782 // <push affected registers on backtrack stack>
784 // push backtrack code location
786 // backtrack code location:
788 // <pop backtrack location from stack and go to it>
795 // <pop backtrack location from stack and go to it>
821 // then need to backtrack to a point where it can match "foo". The naive
3249 Label* backtrack = trace->backtrack(); local
    [all...]
  /external/pcre/dist/
pcre_jit_compile.c 105 the 'backtrack' path. Branch instructions are expesive for all CPUs, so we avoid taken
110 Backtrack path: match failed.
113 Backtrack path: match is required.
130 D backtrack path
131 ')' backtrack path (If we arrived from "C" jump to the backtrack of "C")
132 B backtrack path
135 C backtrack path
136 A backtrack path
138 Notice, that the order of backtrack code paths are the opposite of the fas
6087 backtrack_common *backtrack; local
6293 backtrack_common *backtrack; local
6413 backtrack_common *backtrack; local
6984 backtrack_common *backtrack; local
7525 backtrack_common *backtrack; local
7906 backtrack_common *backtrack; local
8152 backtrack_common *backtrack; local
8215 backtrack_common *backtrack; local
8247 backtrack_common *backtrack; local
8278 backtrack_common *backtrack; local
9361 assert_backtrack backtrack; local
    [all...]
  /external/guice/extensions/persist/lib/
commons-io.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-util-0.9.0.M2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/
aether-util-0.9.0.M2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/
aether-util-0.9.0.M3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/
aether-util-1.0.2.v20150114.jar 
  /external/guice/extensions/struts2/lib/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-io-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.4/
commons-io-1.4.jar 

Completed in 666 milliseconds

1 2