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

/external/nanopb-c/generator/google/protobuf/
H A Dmessage.py70 def __deepcopy__(self, memo=None):
/external/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/markdown/markdown/
H A Dodict.py25 def __deepcopy__(self, memo):
27 return self.__class__([(key, deepcopy(value, 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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Drecognizers.rb880 memo = @state.rule_memory[ rule ] and memo[ start_index ] = stop_index
/external/autotest/client/common_lib/test_utils/
H A Dunittest.py319 def __deepcopy__(self, memo):
320 memo[id(self)] = self
/external/libxml2/
H A Dvalid.c6521 xmlValidateMemoPtr memo = (xmlValidateMemoPtr)user; local
6522 xmlValidateRef((xmlRefPtr)data, memo->ctxt, memo->name);
6536 xmlValidateMemo memo; local
6540 memo.ctxt = ctxt;
6541 memo.name = name;
6543 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/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 3266 milliseconds