Searched refs:memo (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/simplejson/
H A Dscanner.py30 memo = context.memo
42 _scan_once, object_hook, object_pairs_hook, memo)
73 memo.clear()
H A Ddecoder.py181 object_pairs_hook, memo=None,
184 if memo is None:
185 memo = {}
186 memo_get = memo.setdefault
398 self.memo = {}
H A D_speedups.c60 PyObject *memo; member in struct:_PyScannerObject
998 Py_VISIT(s->memo);
1015 Py_CLEAR(s->memo);
1069 memokey = PyDict_GetItem(s->memo, key);
1076 if (PyDict_SetItem(s->memo, key, key) < 0)
1217 memokey = PyDict_GetItem(s->memo, key);
1224 if (PyDict_SetItem(s->memo, key, key) < 0)
1909 PyDict_Clear(s->memo);
1944 if (s->memo == NULL) {
1945 s->memo
[all...]
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dmessage.py70 def __deepcopy__(self, memo=None):
/external/libvorbis/lib/
H A Dfloor0.c194 void *memo,float *out){
200 if(memo){
201 float *lsp=(float *)memo;
193 floor0_inverse2(vorbis_block *vb,vorbis_look_floor *i, void *memo,float *out) argument
H A Dfloor1.c606 int memo[VIF_POSIT+2]; local
612 for(i=0;i<posts;i++)memo[i]=-1; /* no neighbor yet */
645 /* eliminate repeat searches of a particular range with a memo */
646 if(memo[ln]!=hn){
650 memo[ln]=hn;
1054 static int floor1_inverse2(vorbis_block *vb,vorbis_look_floor *in,void *memo, argument
1063 if(memo){
1065 int *fit_value=(int *)memo;
/external/chromium_org/third_party/markdown/
H A Dodict.py71 def __deepcopy__(self, memo):
72 return self.__class__([(key, deepcopy(value, memo))
/external/markdown/markdown/
H A Dodict.py25 def __deepcopy__(self, memo):
27 return self.__class__([(key, deepcopy(value, memo))
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DStringEncoding.py118 def __deepcopy__(self, memo):
156 def __deepcopy__(self, memo):
H A DSymtab.py332 def __deepcopy__(self, memo):
H A DExprNodes.py4220 def __deepcopy__(self, memo):
4226 start=copy.deepcopy(self.start, memo),
4227 stop=copy.deepcopy(self.stop, memo),
4228 step=copy.deepcopy(self.step, memo),
H A DPyrexTypes.py41 def __deepcopy__(self, memo):
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A 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/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js415 $A(div.childNodes).inject('', function(memo, node) { return memo+node.nodeValue }) :
703 inject: function(memo, iterator, context) {
705 memo = iterator.call(context, memo, value, index);
707 return memo;
2204 return properties.inject(dim, function(memo, property) {
2206 return val === null ? memo : memo - parseInt(val, 10);
3299 return $R(1, total).inject([], function(memo,
[all...]
H A Dconcat-jquery-mootools-prototype.js8794 $A(div.childNodes).inject('', function(memo, node) { return memo+node.nodeValue }) :
9082 inject: function(memo, iterator, context) {
9084 memo = iterator.call(context, memo, value, index);
9086 return memo;
10583 return properties.inject(dim, function(memo, property) {
10585 return val === null ? memo : memo - parseInt(val, 10);
11678 return $R(1, total).inject([], function(memo,
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Drecognizers.rb880 memo = @state.rule_memory[ rule ] and memo[ start_index ] = stop_index
/external/chromium_org/third_party/libxml/src/
H A Dvalid.c6518 xmlValidateMemoPtr memo = (xmlValidateMemoPtr)user; local
6519 xmlValidateRef((xmlRefPtr)data, memo->ctxt, memo->name);
6533 xmlValidateMemo memo; local
6537 memo.ctxt = ctxt;
6538 memo.name = name;
6540 xmlListWalk(ref_list, xmlWalkValidateList, &memo);
/external/libxml2/
H A Dvalid.c6520 xmlValidateMemoPtr memo = (xmlValidateMemoPtr)user; local
6521 xmlValidateRef((xmlRefPtr)data, memo->ctxt, memo->name);
6535 xmlValidateMemo memo; local
6539 memo.ctxt = ctxt;
6540 memo.name = name;
6542 xmlListWalk(ref_list, xmlWalkValidateList, &memo);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as766 trace("!!!!!!!!! memo array is null for "+ grammarFileName);
769 trace("!!!!!!!!! memo size is "+state.ruleMemo.length+", but rule index is "+ruleIndex);
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Dprototype-1.7.js926 function inject(memo, iterator, context) {
928 memo = iterator.call(context, memo, value, index);
930 return memo;
2521 return properties.inject(dim, function(memo, property) {
2523 return val === null ? memo : memo - parseInt(val, 10);
5712 function fire(element, eventName, memo, bubble) {
5731 event.memo = memo || { };
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 616 milliseconds