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

1 2 3

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 47 * the memoization table for ruleIndex. For key ruleStartIndex, you
50 * This is only used if rule memoization is on (which it is by default).
IntStream.as 102 * memoization, but in the future it may be used for incremental parsing.
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
RecognizerSharedState.js 46 * the memoization table for ruleIndex. For key ruleStartIndex, you
49 * This is only used if rule memoization is on (which it is by default).
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
RecognizerSharedState.pm 67 # the memoization table for ruleIndex. For key ruleStartIndex, you
69 # This is only used if rule memoization is on (which it is by default).
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
constants.rb 53 # flag used by recognizers during memoization to
57 # flag used by recognizers during memoization to indicate
  /external/guava/guava/src/com/google/common/base/
Suppliers.java 76 * <a href="http://en.wikipedia.org/wiki/Memoization">memoization</a>
128 * <a href="http://en.wikipedia.org/wiki/Memoization">memoization</a>
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
memoized.py 29 # Python does not (yet) seem to provide automatic memoization. So we've
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 11 // Uses memoization to support recursive matches like HasDescendant.
33 // The maximum number of memoization entries to store.
43 // We use memoization to avoid running the same matcher on the same
53 // FIXME: Benchmark whether memoization of non-pointer typed nodes
484 // To allow memoization in the very common case of having deeply nested
490 // allow simple memoization on the ancestors. Thus, we only memoize as long
499 "Invariant broken: only nodes that support memoization may be "
522 // Only one parent - do recursive memoization.
613 // Maps (matcher, node) -> the match result for memoization.
  /external/guava/guava-tests/test/com/google/common/base/
SuppliersTest.java 143 // it still should only have executed once due to memoization
157 // call get() twice to make sure that memoization doesn't interfere
209 // it still should only have executed once due to memoization
219 // it still should only have executed twice due to memoization
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognizerSharedState.cs 99 * the memoization table for ruleIndex. For key ruleStartIndex, you
103 * <remarks>This is only used if rule memoization is on (which it is by default).</remarks>
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognizerSharedState.cs 101 * the memoization table for ruleIndex. For key ruleStartIndex, you
105 * <remarks>This is only used if rule memoization is on (which it is by default).</remarks>
IIntStream.cs 130 * memoization, but in the future it may be used for incremental parsing.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
RecognizerSharedState.java 75 * the memoization table for ruleIndex. For key ruleStartIndex, you
78 * This is only used if rule memoization is on (which it is by default).
IntStream.java 103 * memoization, but in the future it may be used for incremental parsing.
  /external/antlr/antlr-3.4/runtime/Python/
TODO 66 - using Stream.index as a state for 'error-already-reported' or memoization
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3recognizersharedstate.h 115 * the memoization table for ruleIndex. For key ruleStartIndex, you
118 * This is only used if rule memoization is on.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_message.cc 1029 bool memoization = useMemoization == MEMOIZE; local
    [all...]
  /external/clang/include/clang/AST/
ASTTypeTraits.h 174 /// Supports comparison of nodes that support memoization.
176 /// only Stmt, Decl, Type and NestedNameSpecifier return memoization data).
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 115 /** Track memoization; this is not part of standard debug interface
560 buf.Append("rule memoization cache size ");
563 buf.Append("number of rule memoization cache hits ");
566 buf.Append("number of rule memoization cache misses ");
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 119 /** Track memoization; this is not part of standard debug interface
611 buf.Append("rule memoization cache size ");
614 buf.Append("number of rule memoization cache hits ");
617 buf.Append("number of rule memoization cache misses ");
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
Profiler.java 171 /** Track memoization; this is not part of standard debug interface
622 buf.append("rule memoization cache size ");
625 buf.append("number of rule memoization cache hits ");
628 buf.append("number of rule memoization cache misses ");
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseRecognizer.h 167 // support for memoization
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseRecognizer.h 167 // support for memoization
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseRecognizer.h 167 // support for memoization
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseRecognizer.h 159 // support for memoization

Completed in 516 milliseconds

1 2 3