Searched refs:old (Results 1 - 25 of 699) sorted by path

1234567891011>>

/external/aac/libPCMutils/src/
H A Dlimiter.cpp226 FIXP_DBL tmp, old, gain, additionalGain, additionalGainUnfiltered; local
292 old = maxBuf[maxBufIdx];
296 /* new sample is greater than old maximum, so it is the new maximum */
299 else if (old < max) {
304 /* the old maximum has left the window, we have to search the complete
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.as85 * old=^(nil a b c), new=r yields ^(r a b c)
86 * old=^(a b c), new=r yields ^(r ^(a b c))
91 * old=^(nil a b c), new=^(nil r) yields ^(r a b c)
92 * old=^(a b c), new=^(nil r) yields ^(r ^(a b c))
96 * old=null, new=r yields r
97 * old=null, new=^(nil r) yields ^(nil r)
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeRewriter.cs137 ITree old = oldTree as ITree;
139 string oldMessage = old != null ? old.ToStringTree() : "??";
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas139 /// old=^(nil a b c), new=r yields ^(r a b c)
140 /// old=^(a b c), new=r yields ^(r ^(a b c))
145 /// old=^(nil a b c), new=^(nil r) yields ^(r a b c)
146 /// old=^(a b c), new=^(nil r) yields ^(r ^(a b c))
150 /// old=null, new=r yields r
151 /// old=null, new=^(nil r) yields ^(nil r)
736 /// Make stream jump to a new location, saving old location.
4807 // drop node and index stacks back to old size
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRBaseTreeAdaptor.h91 * old=^(nil a b c), new=r yields ^(r a b c)
92 * old=^(a b c), new=r yields ^(r ^(a b c))
97 * old=^(nil a b c), new=^(nil r) yields ^(r a b c)
98 * old=^(a b c), new=^(nil r) yields ^(r ^(a b c))
102 * old=null, new=r yields r
103 * old=null, new=^(nil r) yields ^(nil r)
114 - (id<ANTLRTree>)becomeRoot:(id<ANTLRTree>)aNewRoot old:(id<ANTLRTree>)oldRoot;
119 - (id<ANTLRTree>)becomeRootfromToken:(id<ANTLRToken>)aNewRoot old:(id<ANTLRTree>)oldRoot;
H A DANTLRTreeAdaptor.h79 * old=^(nil a b c), new=r yields ^(r a b c)
80 * old=^(a b c), new=r yields ^(r ^(a b c))
85 * old=^(nil a b c), new=^(nil r) yields ^(r a b c)
86 * old=^(a b c), new=^(nil r) yields ^(r ^(a b c))
90 * old=null, new=r yields r
91 * old=null, new=^(nil r) yields ^(nil r)
102 - (id) becomeRoot:(id<ANTLRTree>)newRoot old:(id<ANTLRTree>)oldRoot;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRBaseTreeAdaptor.h91 * old=^(nil a b c), new=r yields ^(r a b c)
92 * old=^(a b c), new=r yields ^(r ^(a b c))
97 * old=^(nil a b c), new=^(nil r) yields ^(r a b c)
98 * old=^(a b c), new=^(nil r) yields ^(r ^(a b c))
102 * old=null, new=r yields r
103 * old=null, new=^(nil r) yields ^(nil r)
114 - (id<ANTLRTree>)becomeRoot:(id<ANTLRTree>)aNewRoot old:(id<ANTLRTree>)oldRoot;
119 - (id<ANTLRTree>)becomeRootfromToken:(id<ANTLRToken>)aNewRoot old:(id<ANTLRTree>)oldRoot;
H A DANTLRTreeAdaptor.h79 * old=^(nil a b c), new=r yields ^(r a b c)
80 * old=^(a b c), new=r yields ^(r ^(a b c))
85 * old=^(nil a b c), new=^(nil r) yields ^(r a b c)
86 * old=^(a b c), new=^(nil r) yields ^(r ^(a b c))
90 * old=null, new=r yields r
91 * old=null, new=^(nil r) yields ^(nil r)
102 - (id) becomeRoot:(id<ANTLRTree>)newRoot old:(id<ANTLRTree>)oldRoot;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRBaseTreeAdaptor.h91 * old=^(nil a b c), new=r yields ^(r a b c)
92 * old=^(a b c), new=r yields ^(r ^(a b c))
97 * old=^(nil a b c), new=^(nil r) yields ^(r a b c)
98 * old=^(a b c), new=^(nil r) yields ^(r ^(a b c))
102 * old=null, new=r yields r
103 * old=null, new=^(nil r) yields ^(nil r)
114 - (id<ANTLRTree>)becomeRoot:(id<ANTLRTree>)aNewRoot old:(id<ANTLRTree>)oldRoot;
119 - (id<ANTLRTree>)becomeRootfromToken:(id<ANTLRToken>)aNewRoot old:(id<ANTLRTree>)oldRoot;
H A DANTLRTreeAdaptor.h79 * old=^(nil a b c), new=r yields ^(r a b c)
80 * old=^(a b c), new=r yields ^(r ^(a b c))
85 * old=^(nil a b c), new=^(nil r) yields ^(r a b c)
86 * old=^(a b c), new=^(nil r) yields ^(r ^(a b c))
90 * old=null, new=r yields r
91 * old=null, new=^(nil r) yields ^(nil r)
102 - (id) becomeRoot:(id<ANTLRTree>)newRoot old:(id<ANTLRTree>)oldRoot;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRBaseTreeAdaptor.h83 * old=^(nil a b c), new=r yields ^(r a b c)
84 * old=^(a b c), new=r yields ^(r ^(a b c))
89 * old=^(nil a b c), new=^(nil r) yields ^(r a b c)
90 * old=^(a b c), new=^(nil r) yields ^(r ^(a b c))
94 * old=null, new=r yields r
95 * old=null, new=^(nil r) yields ^(nil r)
106 - (id<ANTLRBaseTree>)becomeRoot:(id<ANTLRBaseTree>)aNewRoot old:(id<ANTLRBaseTree>)oldRoot;
111 - (id<ANTLRBaseTree>)becomeRootfromToken:(id<ANTLRToken>)aNewRoot old:(id<ANTLRBaseTree>)oldRoot;
H A DANTLRTreeAdaptor.h75 * old=^(nil a b c), new=r yields ^(r a b c)
76 * old=^(a b c), new=r yields ^(r ^(a b c))
81 * old=^(nil a b c), new=^(nil r) yields ^(r a b c)
82 * old=^(a b c), new=^(nil r) yields ^(r ^(a b c))
86 * old=null, new=r yields r
87 * old=null, new=^(nil r) yields ^(nil r)
98 - (id) becomeRoot:(id)newRoot old:(id)oldRoot;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCParser.m1165 old:root_1];
1223 old:root_1];
1353 old:root_1];
1623 old:root_1];
1760 old:root_1];
2021 old:root_1];
2425 old:root_1];
2556 old:root_1];
2752 root_0 = (ANTLRCommonTree *)[treeAdaptor becomeRoot:K_EQEQ43_tree old:root_0];
2764 root_0 = (ANTLRCommonTree *)[treeAdaptor becomeRoot:K_LT44_tree old
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCParser.m1031 old:root_1];
1085 old:root_1];
1201 old:root_1];
1441 old:root_1];
1562 old:root_1];
1813 old:root_1];
2166 root_1 = (ANTLRCommonTree *)[treeAdaptor becomeRoot:[stream_K_FOR nextNode] old:root_1];
2282 root_1 = (ANTLRCommonTree *)[treeAdaptor becomeRoot:[stream_K_EQ nextNode] old:root_1];
2447 root_0 = (ANTLRCommonTree *)[treeAdaptor becomeRoot:K_EQEQ43_tree old:root_0];
2458 root_0 = (ANTLRCommonTree *)[treeAdaptor becomeRoot:K_LT44_tree old
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangParser.m391 old:root_1];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
H A DTreeRewriteParser.m270 root_1 = (ANTLRCommonTree *)[treeAdaptor becomeRoot:(id<ANTLRTree>)[stream_subrule nextNode] old:root_1];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
H A DTreeRewriteParser.m264 old:root_1];
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
H A DAST.stg398 <if(args)> <! must create new node from old !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DAST.stg552 <if(args)> <! must create new node from old !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DAST.stg426 <if(args)> <! must create new node from old !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DAST.stg424 <if(args)> <! must create new node from old !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DAST.stg439 <if(args)> <! must create new node from old !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DAST.stg399 <if(args)> <! must create new node from old !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
H A DAST.stg397 <if(args)> <! must create new node from old !>

Completed in 537 milliseconds

1234567891011>>