Home
last modified time | relevance | path

Searched refs:memo (Results 1 – 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/simplejson/
Dscanner.py30 memo = context.memo
42 _scan_once, object_hook, object_pairs_hook, memo)
73 memo.clear()
Ddecoder.py181 object_pairs_hook, memo=None, argument
184 if memo is None:
185 memo = {}
186 memo_get = memo.setdefault
398 self.memo = {}
D_speedups.c60 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/
Dfloor0.c194 void *memo,float *out){ in floor0_inverse2() argument
200 if(memo){ in floor0_inverse2()
201 float *lsp=(float *)memo; in floor0_inverse2()
Dfloor1.c606 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/
Dodict.py25 def __deepcopy__(self, memo): argument
27 return self.__class__([(key, deepcopy(value, memo))
/external/chromium_org/third_party/markdown/
Dodict.py71 def __deepcopy__(self, memo): argument
72 return self.__class__([(key, deepcopy(value, memo))
/external/chromium_org/third_party/protobuf/python/google/protobuf/
Dmessage.py70 def __deepcopy__(self, memo=None): argument
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
Dprototype-1.6.0.3.js415 $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 …]
Dconcat-jquery-mootools-prototype.js8794 $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/
DCodeGenTreeWalker.g467 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/
Drecognizers.rb880 memo = @state.rule_memory[ rule ] and memo[ start_index ] = stop_index
/external/icu/icu4c/source/
DDoxyfile.in33 ALIASES = "memo=\par Note:\n" \
/external/chromium_org/third_party/icu/source/
DDoxyfile.in33 ALIASES = "memo=\par Note:\n" \
/external/zlib/src/doc/
Drfc1950.txt18 This memo provides information for the Internet community. This memo
20 this memo is unlimited.
Drfc1952.txt16 This memo provides information for the Internet community. This memo
18 this memo is unlimited.
Drfc1951.txt16 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/
Dprototype-1.7.js926 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/
Dvalid.c6518 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/
Dvalid.c6520 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/
DBaseRecognizer.as766 trace("!!!!!!!!! memo array is null for "+ grammarFileName);
769 trace("!!!!!!!!! memo size is "+state.ruleMemo.length+", but rule index is "+ruleIndex);
/external/libogg/doc/
Drfc3533.txt16 This memo provides information for the Internet community. It does
18 memo is unlimited.
/external/chromium_org/third_party/sqlite/src/test/
Dfts1c.test109 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
Dfts2c.test109 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
Dfts3ac.test109 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

12