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

12

/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
478 @memoize
500 @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 Dfake_host_file_system_provider.py7 from third_party.json_schema_compiler.memoize import memoize namespace
17 @memoize
H A Denvironment.py10 from third_party.json_schema_compiler.memoize import memoize namespace
13 @memoize
H A Dhost_file_system_provider.py10 from third_party.json_schema_compiler.memoize import memoize namespace
46 @memoize
69 @memoize
H A Dinstance_servlet.py10 from third_party.json_schema_compiler.memoize import memoize namespace
34 @memoize
H A Dcaching_file_system.py11 from third_party.json_schema_compiler.memoize import memoize namespace
70 @memoize
72 '''This is a simple wrapper to memoize Futures to directory stats, since
H A Dcontent_providers.py16 from third_party.json_schema_compiler.memoize import memoize namespace
75 @memoize
86 @memoize
H A Dcompiled_file_system.py12 from third_party.json_schema_compiler.memoize import memoize namespace
117 @memoize
128 @memoize
137 @memoize
H A Dgitiles_file_system.py24 from third_party.json_schema_compiler.memoize import memoize namespace
163 @memoize
H A Davailability_finder.py15 from third_party.json_schema_compiler.memoize import memoize namespace
153 @memoize
289 @memoize
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dmemoize.js19 * return cvox.Memoize.memoize(computeIsAccessible_, 'isAccessible', node);
27 * computations in a call to memoize.scope() - memoization is only
112 cvox.Memoize.memoize = function(functionClosure, functionName, node) {
/external/chromium_org/build/
H A Dlandmine_utils.py13 def memoize(default=None): function
29 @memoize()
34 @memoize()
39 @memoize()
44 @memoize()
50 @memoize()
54 @memoize()
67 @memoize()
86 @memoize()
/external/chromium_org/v8/build/
H A Dlandmine_utils.py13 def memoize(default=None): function
29 @memoize()
34 @memoize()
39 @memoize()
44 @memoize()
50 @memoize()
54 @memoize()
67 @memoize()
86 @memoize()
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as760 public function memoize(input:IntStream, function
/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/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/chromium_org/tools/gyp/pylib/gyp/
H A Dcommon.py18 class memoize(object): class in inherits:object
133 @memoize
170 @memoize
571 get_edges = memoize(get_edges)
/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

Completed in 4255 milliseconds

12