/external/chromium_org/build/ |
landmine_utils.py | 13 def memoize(default=None): function 29 @memoize() 34 @memoize() 39 @memoize() 44 @memoize() 50 @memoize() 54 @memoize() 67 @memoize() 86 @memoize()
|
/external/chromium_org/tools/json_schema_compiler/ |
memoize.py | 5 def memoize(fn): function 6 '''Decorates |fn| to memoize.
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
instance_servlet.py | 10 from third_party.json_schema_compiler.memoize import memoize namespace 33 @memoize
|
content_providers.py | 12 from third_party.json_schema_compiler.memoize import memoize namespace 32 @memoize 43 @memoize
|
compiled_file_system.py | 13 from third_party.json_schema_compiler.memoize import memoize namespace 96 @memoize 107 @memoize 118 @memoize 127 @memoize
|
host_file_system_provider.py | 9 from third_party.json_schema_compiler.memoize import memoize namespace 45 @memoize 66 @memoize
|
api_data_source_test.py | 24 from third_party.json_schema_compiler.memoize import memoize namespace 51 @memoize
|
availability_finder_test.py | 21 from third_party.json_schema_compiler.memoize import memoize namespace 35 @memoize
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
Dbg.stg | 84 - (void) memoize:(id<ANTLRIntStream>)input RuleIndex:(NSInteger)ruleIndex StartIndex:(NSInteger)ruleStartIndex 86 [((Profiler)dbg) memoize:input RuleIndex:ruleIndex StartIndex:ruleStartIndex [<grammar.composite.rootGrammar.recognizerName> ruleNames[ruleIndex]]; 87 [super memoize:input RuleIndex:ruleIndex StartIndex:ruleStartIndex];
|
ObjC.stg | 99 memoize, 171 memoize, 226 memoize, 331 <if(memoize)> 424 - (void)memoize:(id\<ANTLRIntStream\>)anInput 428 if ( state.backtracking > 1 ) [super memoize:anInput RuleIndex:ruleIndex StartIndex:ruleStartIndex]; 459 memoize, 490 memoize, 521 memoize, 754 <if(memoize)> /* parserCtorBody * [all...] |
/external/guava/guava-tests/test/com/google/common/base/ |
SuppliersTest.java | 105 Supplier<Integer> memoizedSupplier = Suppliers.memoize(countingSupplier); 111 Supplier<Integer> memoizedSupplier = Suppliers.memoize(countingSupplier); 112 assertSame(memoizedSupplier, Suppliers.memoize(memoizedSupplier)); 118 Supplier<Integer> memoizedSupplier = Suppliers.memoize(countingSupplier); 155 Supplier<Integer> memoizedSupplier = Suppliers.memoize(exceptingSupplier); 254 return Suppliers.memoize(supplier); 386 reserialize(Suppliers.memoize(Suppliers.ofInstance(5))).get());
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
Python.stg | 51 backtracking, synpreds, memoize, numRules, 123 <if(memoize)> 201 def memoize(self, input, ruleIndex, ruleStartIndex, success): 204 super(<grammar.recognizerName>, self).memoize(input, ruleIndex, ruleStartIndex, success) 252 <if(memoize)> 381 <if(memoize)> 402 rule(ruleName,ruleDescriptor,block,emptyRule,description,exceptions,finally,memoize) ::= << 425 <if(memoize)> 437 <if(memoize)> 465 <memoize()> [all...] |
Dbg.stg | 107 public void memoize(IntStream input, 111 ((Profiler)self._dbg).memoize(input, ruleIndex, ruleStartIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]); 112 super.memoize(input, ruleIndex, ruleStartIndex);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
Dbg.stg | 70 public void memoize(IntStream input, 74 ((Profiler)dbg).memoize(input, ruleIndex, ruleStartIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]); 75 super.memoize(input, ruleIndex, ruleStartIndex);
|
Java.stg | 58 backtracking, synpreds, memoize, numRules, 108 <if(memoize)> 182 public void memoize(IntStream input, 186 if ( state.backtracking>1 ) super.memoize(input, ruleIndex, ruleStartIndex); 264 <if(memoize)> 347 <if(memoize)> 365 rule(ruleName,ruleDescriptor,block,emptyRule,description,exceptions,finally,memoize) ::= << 402 <memoize()> 427 <if(memoize)> 488 memoize() ::= < [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/ |
filter.rb | 50 def memoize( rule, start_index, success ) method in class:ANTLR3.FilterMode
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
ActionScript.stg | 45 backtracking, synpreds, memoize, numRules, 82 <if(memoize)> 152 public override function memoize(input:IntStream, 156 if ( this.state.backtracking>1 ) super.memoize(input, ruleIndex, ruleStartIndex); 226 <if(memoize)> 297 <if(memoize)> 315 rule(ruleName,ruleDescriptor,block,emptyRule,description,exceptions,finally,memoize) ::= << 349 <memoize()> 374 <if(memoize)> 434 memoize() ::= < [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/ |
Scala.stg | 49 backtracking, synpreds, memoize, numRules, 92 <if(memoize)> 164 override def memoize(input: IntStream, 167 if ( state.backtracking>1 ) super.memoize(input, ruleIndex, ruleStartIndex) 245 <if(memoize)> 324 <if(memoize)> 342 rule(ruleName,ruleDescriptor,block,emptyRule,description,exceptions,finally,memoize) ::= << 380 <memoize()> 405 <if(memoize)> 466 memoize() ::= < [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
Perl5.stg | 39 backtracking, synpreds, memoize, numRules, 170 public void memoize(IntStream input, 174 if ( backtracking>1 ) super.memoize(input, ruleIndex, ruleStartIndex); 314 <if(memoize)> 336 rule(ruleName,ruleDescriptor,block,emptyRule,description,exceptions,finally,memoize) ::= << 373 <memoize()> 401 <if(memoize)> 461 memoize() ::= << 462 <if(memoize)> 464 if ( backtracking>0 ) { memoize(input, <ruleDescriptor.index>, <ruleDescriptor.name>_StartIndex); [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
Ruby.stg | 20 profile, backtracking, synpreds, memoize, numRules, fileName, ANTLRVersion, generatedTimestamp, 253 <if(memoize)><if(grammar.grammarIsRoot)> 295 rule(ruleName, ruleDescriptor, block, emptyRule, description, exceptions, finally, memoize) ::= << 429 <if(memoize)><if(backtracking)> 434 <if(memoize)><if(backtracking)> 455 <traceOut()><memoize()><ruleScopeCleanUp()><finally> 481 <if(memoize)> 539 <if(memoize)> 557 memoize() ::= << 558 <if(memoize)><if(backtracking) [all...] |
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3baserecognizer.h | 292 void (*memoize) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer, member in struct:ANTLR3_BASE_RECOGNIZER_struct
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
backtracking.rb | 13 memoize=true;
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
common.py | 17 class memoize(object): class in inherits:object 132 @memoize 169 @memoize 504 get_edges = memoize(get_edges)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pickle.py | 227 def memoize(self, obj): member in class:Pickler 330 # Save the reduce() output and finally memoize the object 405 self.memoize(obj) 489 self.memoize(obj) 501 self.memoize(obj) 529 self.memoize(obj) 555 self.memoize(obj) 581 self.memoize(obj) 599 self.memoize(obj) 648 self.memoize(obj [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pickle.py | 227 def memoize(self, obj): member in class:Pickler 330 # Save the reduce() output and finally memoize the object 405 self.memoize(obj) 489 self.memoize(obj) 501 self.memoize(obj) 529 self.memoize(obj) 555 self.memoize(obj) 581 self.memoize(obj) 599 self.memoize(obj) 648 self.memoize(obj [all...] |