Searched defs:memoize (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/tools/json_schema_compiler/
H A Dmemoize.py5 def memoize(fn): function
6 '''Decorates |fn| to memoize.
H A Dmodel.py8 from memoize import memoize namespace
390 @memoize
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
H A Dfilter.rb50 def memoize( rule, start_index, success ) method in class:ANTLR3.FilterMode
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dinstance_servlet.py11 from third_party.json_schema_compiler.memoize import memoize namespace
34 @memoize
H A Davailability_finder.py13 from third_party.json_schema_compiler.memoize import memoize namespace
118 @memoize
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as760 public function memoize(input:IntStream, function
/external/chromium_org/build/
H A Dlandmines.py32 def memoize(default=None): function
48 @memoize()
53 @memoize()
58 @memoize()
63 @memoize()
69 @memoize()
73 @memoize()
86 @memoize()
105 @memoize()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dprofile.rb70 def memoize( rule, start_index, success ) method in class:ANTLR3.Profile.ParserEvents
71 @debug_listener.memoize( rule, rule_start_index, sucess )
264 def memoize( rule, start_index, success ) method in class:ANTLR3.Profile.Profiler
H A Drecognizers.rb878 def memoize( rule, start_index, success ) method in class:ANTLR3.rule_memoization
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dcommon.py17 class memoize(object): class in inherits:object
124 @memoize
161 @memoize
481 get_edges = memoize(get_edges)
/external/guava/guava/src/com/google/common/base/
H A DSuppliers.java83 * memoize}, it is returned directly.
85 public static <T> Supplier<T> memoize(Supplier<T> delegate) { method in class:Suppliers
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3baserecognizer.h292 void (*memoize) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer, member in struct:ANTLR3_BASE_RECOGNIZER_struct
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBaseRecognizer.pm549 sub memoize { subroutine
550 Readonly my $usage => 'void memoize(IntStream input, int rule_index, int rule_start_index)';
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DBaseRecognizer.java833 public void memoize(IntStream input, method in class:BaseRecognizer
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3baserecognizer.c74 static void memoize (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_MARKER ruleIndex, ANTLR3_MARKER ruleParseStart);
171 recognizer->memoize = memoize;
1989 memoize (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_MARKER ruleIndex, ANTLR3_MARKER ruleParseStart) function
2043 /* If we don't already have this entry, append it. The memoize trie does not
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Drecognizers.py953 def memoize(self, input, ruleIndex, ruleStartIndex, success): member in class:BaseRecognizer
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DProfiler.java197 public void memoize(IntStream input, method in class:Profiler
203 if (dump) System.out.println("memoize "+ruleName);
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DBaseRecognizer.js887 memoize: function(input,
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 417 milliseconds