HomeSort by relevance Sort by last modified time
    Searched full:backtracking (Results 151 - 175 of 248) sorted by null

1 2 3 4 5 67 8 910

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ASTParser.stg 42 <if(backtracking)>
ASTTreeParser.stg 42 <if(backtracking)>
  /external/jpeg/
jdatasrc.c 154 * provided by the JPEG library. That method assumes that no backtracking
  /external/qemu/distrib/jpeg-6b/
jdatasrc.c 154 * provided by the JPEG library. That method assumes that no backtracking
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3lexer.c 733 if (lexer->rec->state->backtracking > 0)
787 if (lexer->rec->state->backtracking > 0)
833 if (lexer->rec->state->backtracking > 0)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 231 * works for backtracking also, which can have nested decisions.
280 /** Track backtracking decisions. You'll see a fixed or cyclic decision
509 buf.Append("Number of rule invocations while backtracking ");
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 250 * works for backtracking also, which can have nested decisions.
306 /** Track backtracking decisions. You'll see a fixed or cyclic decision
560 buf.Append("Number of rule invocations while backtracking ");
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
TreeToNFAConverter.g 93 other.state.backtracking++;
108 other.state.backtracking++;
659 if ( state.backtracking == 0 )
  /external/regex-re2/re2/testing/
tester.cc 177 // Always required - needed for backtracking (reference implementation).
476 // Backtracking is the gold standard.
482 LOG(ERROR) << "Skipped backtracking! " << CEscape(regexp_str_)
  /external/webkit/Tools/android/flex-2.5.4a/
NEWS 786 - The term "backtracking" has been renamed "backing up",
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3input.h 162 * the input stream must be careful to accumulate enough input so that any backtracking
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonTreeNodeStream.js 8 * This stream knows how to mark/release for backtracking.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 302 raise( BacktrackingFailed ) if @recognizer.state.backtracking > 0
profile.rb 170 [ 'Backtracking (Syntactic Predicate)', syntactic_predicate_looks ]
streams.rb 50 to implement backtracking and various error recovery techniques, recognizers
129 to perform tasks such as backtracking and error recovery.
190 # saves the current position for the purposes of backtracking and
568 # position with the #rewind method. This method is used to implement backtracking.
    [all...]
error.rb 52 recognizer is in backtracking mode (i.e. r.state.backtracking > 0)
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/
template-output.rb 229 example "backtracking mode" do
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
AST.stg 7 <if(backtracking)>
  /external/chromium/testing/gmock/scripts/generator/cpp/
tokenize.py 59 # Where the token originated from. This can be used for backtracking.
  /external/wpa_supplicant_8/src/crypto/
random.c 106 /* First, add hash back to pool to make backtracking more difficult. */
  /libcore/luni/src/main/java/java/util/regex/
Pattern.java 135 * <p>Quantifiers allow backtracking by default. There are also possessive quantifiers to prevent
136 * backtracking. They're same as the greedy ones but with a trailing {@code +}:
  /external/clang/include/clang/Lex/
Preprocessor.h 377 /// CachedTokens - Cached tokens are stored here when we do backtracking or
806 /// RevertCachedTokens - When backtracking is enabled and tokens are cached,
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py 140 move backwards such as when backtracking.
148 backtracking using the mark/rewind mechanism that restores state and
151 Currently, this method is only used for efficient backtracking using
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java 338 // if filtering, we need to set actions to execute at backtracking
355 outputFileST.add("backtracking", Boolean.valueOf(canBacktrack));
356 headerFileST.add("backtracking", Boolean.valueOf(canBacktrack));
    [all...]
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3Mojo.java 78 * on cyclic DFAs, which rules may use backtracking, and so on.

Completed in 1158 milliseconds

1 2 3 4 5 67 8 910