/external/chromium_org/third_party/simplejson/ |
D | scanner.py | 30 memo = context.memo 42 _scan_once, object_hook, object_pairs_hook, memo) 73 memo.clear()
|
D | decoder.py | 181 object_pairs_hook, memo=None, argument 184 if memo is None: 185 memo = {} 186 memo_get = memo.setdefault 398 self.memo = {}
|
D | _speedups.c | 60 PyObject *memo; member 998 Py_VISIT(s->memo); in scanner_traverse() 1015 Py_CLEAR(s->memo); in scanner_clear() 1069 memokey = PyDict_GetItem(s->memo, key); in _parse_object_str() 1076 if (PyDict_SetItem(s->memo, key, key) < 0) in _parse_object_str() 1217 memokey = PyDict_GetItem(s->memo, key); in _parse_object_unicode() 1224 if (PyDict_SetItem(s->memo, key, key) < 0) in _parse_object_unicode() 1909 PyDict_Clear(s->memo); in scanner_call() 1944 if (s->memo == NULL) { in scanner_init() 1945 s->memo = PyDict_New(); in scanner_init() [all …]
|
/external/libvorbis/lib/ |
D | floor0.c | 194 void *memo,float *out){ in floor0_inverse2() argument 200 if(memo){ in floor0_inverse2() 201 float *lsp=(float *)memo; in floor0_inverse2()
|
D | floor1.c | 606 int memo[VIF_POSIT+2]; in floor1_fit() local 612 for(i=0;i<posts;i++)memo[i]=-1; /* no neighbor yet */ in floor1_fit() 646 if(memo[ln]!=hn){ in floor1_fit() 650 memo[ln]=hn; in floor1_fit() 1054 static int floor1_inverse2(vorbis_block *vb,vorbis_look_floor *in,void *memo, in floor1_inverse2() argument 1063 if(memo){ in floor1_inverse2() 1065 int *fit_value=(int *)memo; in floor1_inverse2()
|
/external/markdown/markdown/ |
D | odict.py | 25 def __deepcopy__(self, memo): argument 27 return self.__class__([(key, deepcopy(value, memo))
|
/external/chromium_org/third_party/markdown/ |
D | odict.py | 71 def __deepcopy__(self, memo): argument 72 return self.__class__([(key, deepcopy(value, memo))
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/ |
D | message.py | 70 def __deepcopy__(self, memo=None): argument
|
/external/chromium_org/third_party/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/icu/icu4c/source/ |
D | Doxyfile.in | 33 ALIASES = "memo=\par Note:\n" \
|
/external/chromium_org/third_party/icu/source/ |
D | Doxyfile.in | 33 ALIASES = "memo=\par Note:\n" \
|
/external/zlib/src/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/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
D | prototype-1.7.js | 926 function inject(memo, iterator, context) { argument 928 memo = iterator.call(context, memo, value, index); 930 return memo; 2521 return properties.inject(dim, function(memo, property) { argument 2523 return val === null ? memo : memo - parseInt(val, 10); 5712 function fire(element, eventName, memo, bubble) { argument 5731 event.memo = memo || { };
|
/external/chromium_org/third_party/libxml/src/ |
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/libxml2/ |
D | valid.c | 6520 xmlValidateMemoPtr memo = (xmlValidateMemoPtr)user; in xmlWalkValidateList() local 6521 xmlValidateRef((xmlRefPtr)data, memo->ctxt, memo->name); in xmlWalkValidateList() 6535 xmlValidateMemo memo; in xmlValidateCheckRefCallback() local 6539 memo.ctxt = ctxt; in xmlValidateCheckRefCallback() 6540 memo.name = name; in xmlValidateCheckRefCallback() 6542 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/libogg/doc/ |
D | rfc3533.txt | 16 This memo provides information for the Internet community. It does 18 memo is unlimited.
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fts1c.test | 109 Here is the original memo we discussed earlier. Please provide any information that you may have. 634 See attached memo for more details!! 855 counterparties. Please see the attached memo regarding the existing Masters
|
D | fts2c.test | 109 Here is the original memo we discussed earlier. Please provide any information that you may have. 634 See attached memo for more details!! 855 counterparties. Please see the attached memo regarding the existing Masters
|
D | fts3ac.test | 109 Here is the original memo we discussed earlier. Please provide any information that you may have. 634 See attached memo for more details!! 855 counterparties. Please see the attached memo regarding the existing Masters
|