/external/markdown/markdown/ |
D | odict.py | 25 def __deepcopy__(self, memo): argument 27 return self.__class__([(key, deepcopy(value, memo))
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
D | prototype-1.6.0.3.js | 415 $A(div.childNodes).inject('', function(memo, node) { return memo+node.nodeValue }) : argument 703 inject: function(memo, iterator, context) { argument 705 memo = iterator.call(context, memo, value, index); 707 return memo; 2204 return properties.inject(dim, function(memo, property) { argument 2206 return val === null ? memo : memo - parseInt(val, 10); 3299 return $R(1, total).inject([], function(memo, i) { argument 3300 if (0 == (i - b) % a && (i - b) / a >= 0) memo.push(i); 3301 return memo; 4053 fire: function(element, eventName, memo) { argument [all …]
|
D | concat-jquery-mootools-prototype.js | 8794 $A(div.childNodes).inject('', function(memo, node) { return memo+node.nodeValue }) : argument 9082 inject: function(memo, iterator, context) { argument 9084 memo = iterator.call(context, memo, value, index); 9086 return memo; 10583 return properties.inject(dim, function(memo, property) { argument 10585 return val === null ? memo : memo - parseInt(val, 10); 11678 return $R(1, total).inject([], function(memo, i) { argument 11679 if (0 == (i - b) % a && (i - b) / a >= 0) memo.push(i); 11680 return memo; 12432 fire: function(element, eventName, memo) { argument [all …]
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | CodeGenTreeWalker.g | 467 String memo = (String)grammar.getBlockOption($start,"memoize"); 468 if ( memo==null ) 470 memo = (String)grammar.getOption("memoize"); 472 if ( memo!=null && memo.equals("true") && 475 $code.add("memoize", memo!=null && memo.equals("true"));
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | recognizers.rb | 880 memo = @state.rule_memory[ rule ] and memo[ start_index ] = stop_index
|
/external/icu4c/ |
D | Doxyfile.in | 33 ALIASES = "memo=\par Note:\n" \
|
/external/zlib/doc/ |
D | rfc1950.txt | 18 This memo provides information for the Internet community. This memo 20 this memo is unlimited.
|
D | rfc1952.txt | 16 This memo provides information for the Internet community. This memo 18 this memo is unlimited.
|
D | rfc1951.txt | 16 This memo provides information for the Internet community. This memo 18 this memo is unlimited.
|
/external/libxml2/ |
D | valid.c | 6518 xmlValidateMemoPtr memo = (xmlValidateMemoPtr)user; in xmlWalkValidateList() local 6519 xmlValidateRef((xmlRefPtr)data, memo->ctxt, memo->name); in xmlWalkValidateList() 6533 xmlValidateMemo memo; in xmlValidateCheckRefCallback() local 6537 memo.ctxt = ctxt; in xmlValidateCheckRefCallback() 6538 memo.name = name; in xmlValidateCheckRefCallback() 6540 xmlListWalk(ref_list, xmlWalkValidateList, &memo); in xmlValidateCheckRefCallback()
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | BaseRecognizer.as | 766 trace("!!!!!!!!! memo array is null for "+ grammarFileName); 769 trace("!!!!!!!!! memo size is "+state.ruleMemo.length+", but rule index is "+ruleIndex);
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRBaseRecognizer.m | 1054 if (debug) NSLog(@"!!!!!!!!! memo array is nil for %@", [self getGrammarFileName]); 1058 …if (debug) NSLog(@"!!!!!!!!! memo size is %d, but rule index is %d", [state.ruleMemo length], rule…
|
/external/srtp/doc/ |
D | rfc3711.txt | 25 and status of this protocol. Distribution of this memo is unlimited.
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 18616 memo mem]
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 33127 http://www.cnn.com/2005/US/05/16/iraq.memo/ 71842 http://www.ssi.gouv.fr/en/confidence/documents/memo-gb.html
|