/external/aac/libSBRdec/src/ |
D | sbrdecoder.cpp | 208 const int elementIndex, in sbrDecoder_ResetElement() argument 266 hSbrHeader = &(self->sbrHeader[elementIndex][i]); in sbrDecoder_ResetElement() 287 for (ch=0; ch<self->pSbrElement[elementIndex]->nChannels; ch++) in sbrDecoder_ResetElement() 290 sbrError = createSbrDec (self->pSbrElement[elementIndex]->pSbrChannel[ch], in sbrDecoder_ResetElement() 292 &self->pSbrElement[elementIndex]->transposerSettings, in sbrDecoder_ResetElement() 326 self->pSbrElement[elementIndex]->useFrameSlot = 0; in sbrDecoder_ResetElement() 328 self->pSbrElement[elementIndex]->useHeaderSlot[i] = i; in sbrDecoder_ResetElement() 397 const int elementIndex in sbrDecoder_DestroyElement() argument 400 if (self->pSbrElement[elementIndex] != NULL) { in sbrDecoder_DestroyElement() 404 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] != NULL) { in sbrDecoder_DestroyElement() [all …]
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
D | ASTParser.stg | 15 tokenRef(token,label,elementIndex,terminalOptions) ::= << 23 tokenRefBang(token,label,elementIndex,terminalOptions) ::= "<super.tokenRef(...)>" 25 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 33 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions) ::= << 38 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 43 tokenRefRuleRootAndListLabel(token,label,terminalOptions,elementIndex) ::= << 48 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 52 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 58 matchSetBang(s,label,elementIndex,postmatchCode) ::= "<super.matchSet(...)>" 59 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
D | ASTTreeParser.stg | 63 tokenRefBang(token,label,elementIndex,terminalOptions) ::= << 68 tokenRef(token,label,elementIndex,terminalOptions) ::= << 89 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 94 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 109 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions) ::= << 114 wildcard(token,label,elementIndex,terminalOptions) ::= << 129 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 147 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 154 matchSetBang(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 159 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
D | AST.stg | 39 tokenRefTrack(token,label,elementIndex,terminalOptions) ::= << 44 tokenRefTrackAndListLabel(token,label,elementIndex,terminalOptions) ::= << 49 tokenRefRuleRootTrack(token,label,elementIndex,terminalOptions) ::= << 54 tokenRefRuleRootTrackAndListLabel(token,label,elementIndex,terminalOptions) ::= << 59 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 64 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 68 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 73 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 232 rewriteTokenRef(token,elementIndex,terminalOptions,args) ::= << 236 rewriteTokenLabelRef(label,elementIndex) ::= << [all …]
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
D | ASTParser.stg | 21 tokenRef(token,label,elementIndex,terminalOptions) ::= << 30 tokenRefBang(token,label,elementIndex) ::= "<super.tokenRef(...)>" 33 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 42 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions) ::= << 48 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 54 tokenRefRuleRootAndListLabel(token,label,terminalOptions,elementIndex) ::= << 72 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 76 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 80 matchSetBang(s,label,elementIndex,postmatchCode) ::= "<super.matchSet(...)>" 85 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
D | ASTTreeParser.stg | 79 tokenRefBang(token,label,elementIndex) ::= << 85 tokenRef(token,label,elementIndex,terminalOptions) ::= << 104 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 110 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 126 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions) ::= << 133 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 150 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 155 matchSetBang(s,label,elementIndex,postmatchCode) ::= << 160 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << 179 ruleRef(rule,label,elementIndex,args,scope) ::= << [all …]
|
D | AST.stg | 89 tokenRefTrack(token,label,elementIndex,terminalOptions) ::= << 97 tokenRefTrackAndListLabel(token,label,elementIndex,terminalOptions) ::= << 103 tokenRefRuleRootTrack(token,label,elementIndex,terminalOptions) ::= << 109 tokenRefRuleRootTrackAndListLabel(token,label,elementIndex,terminalOptions) ::= << 114 wildcardTrack(label,elementIndex) ::= << 119 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 125 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 131 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 137 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 297 rewriteTokenRef(token,elementIndex,terminalOptions,args) ::= << [all …]
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
D | ASTParser.stg | 57 tokenRef(token,label,elementIndex,terminalOptions) ::= << 66 tokenRefBang(token,label,elementIndex,terminalOptions) ::= "<super.tokenRef(...)>" 69 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 78 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions) ::= << 84 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 90 tokenRefRuleRootAndListLabel(token,label,terminalOptions,elementIndex) ::= << 108 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= <% 112 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 116 matchSetBang(s,label,elementIndex,terminalOptions,postmatchCode) ::= "<super.matchSet(...)>" 121 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
D | ASTTreeParser.stg | 117 tokenRefBang(token,label,elementIndex,terminalOptions) ::= << 123 tokenRef(token,label,elementIndex,terminalOptions) ::= << 144 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 150 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 166 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions) ::= << 172 wildcard(token,label,elementIndex,terminalOptions) ::= << 189 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 205 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 210 matchSetBang(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 215 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
D | ASTParser.stg | 50 tokenRef(token,label,elementIndex,terminalOptions) ::= << 59 tokenRefBang(token,label,elementIndex) ::= "<super.tokenRef(...)>" 62 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 71 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions) ::= << 77 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 83 tokenRefRuleRootAndListLabel(token,label,terminalOptions,elementIndex) ::= << 101 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 105 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 109 matchSetBang(s,label,elementIndex,postmatchCode) ::= "<super.matchSet(...)>" 114 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
D | ASTTreeParser.stg | 107 tokenRefBang(token,label,elementIndex) ::= << 113 tokenRef(token,label,elementIndex,terminalOptions) ::= << 132 tokenRefAndListLabel(token,label,elementIndex) ::= << 138 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 154 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions) ::= << 160 wildcard(token,label,elementIndex,terminalOptions) ::= << 176 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 193 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 198 matchSetBang(s,label,elementIndex,postmatchCode) ::= << 203 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
D | ASTParser.stg | 49 tokenRef(token,label,elementIndex,terminalOptions) ::= << 58 tokenRefBang(token,label,elementIndex,terminalOptions) ::= "<super.tokenRef(...)>" 61 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 70 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions) ::= << 76 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 82 tokenRefRuleRootAndListLabel(token,label,terminalOptions,elementIndex) ::= << 100 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= <% 104 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 108 matchSetBang(s,label,elementIndex,terminalOptions,postmatchCode) ::= "<super.matchSet(...)>" 113 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
D | ASTTreeParser.stg | 106 tokenRefBang(token,label,elementIndex,terminalOptions) ::= << 112 tokenRef(token,label,elementIndex,terminalOptions) ::= << 131 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 137 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 153 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions) ::= << 159 wildcard(token,label,elementIndex,terminalOptions) ::= << 175 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 192 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 197 matchSetBang(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 202 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
D | ASTParser.stg | 53 tokenRef(token,label,elementIndex,terminalOptions) ::= << 67 tokenRefBang(token,label,elementIndex) ::= "<super.tokenRef(...)>" 70 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 84 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions) ::= << 90 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 96 tokenRefRuleRootAndListLabel(token,label,terminalOptions,elementIndex) ::= << 114 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 118 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 122 matchSetBang(s,label,elementIndex,postmatchCode) ::= "<super.matchSet(...)>" 127 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
D | ASTTreeParser.stg | 118 tokenRefBang(token,label,elementIndex) ::= << 124 tokenRef(token,label,elementIndex,terminalOptions) ::= << 148 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 154 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 175 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions) ::= << 182 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 199 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 204 matchSetBang(s,label,elementIndex,postmatchCode) ::= << 209 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << 228 ruleRef(rule,label,elementIndex,args,scope) ::= << [all …]
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
D | ASTParser.stg | 49 tokenRef(token, label, elementIndex, terminalOptions) ::= << 60 tokenRefBang(token,label,elementIndex,terminalOptions) ::= "<super.tokenRef(...)>" 63 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 72 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions) ::= << 79 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 86 tokenRefRuleRootAndListLabel(token,label,terminalOptions,elementIndex) ::= << 105 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= <% 111 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 116 matchSetBang(s,label,elementIndex,terminalOptions, postmatchCode) ::= "<super.matchSet(...)>" 121 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
D | ASTTreeParser.stg | 152 tokenRefBang(token,label,elementIndex,terminalOptions) ::= << 159 tokenRef(token,label,elementIndex,terminalOptions) ::= << 179 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 186 tokenRefRuleRoot(token,label,elementIndex) ::= << 203 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions) ::= << 210 wildcard(token,label,elementIndex,terminalOptions) ::= << 227 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 245 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 251 matchSetBang(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 257 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | ASTParser.stg | 52 tokenRef(token,label,elementIndex,terminalOptions) ::= << 61 tokenRefBang(token,label,elementIndex) ::= "<super.tokenRef(...)>" 64 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 73 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions) ::= << 79 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 85 tokenRefRuleRootAndListLabel(token,label,terminalOptions,elementIndex) ::= << 103 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 107 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 111 matchSetBang(s,label,elementIndex,terminalOptions,postmatchCode) ::= "<super.matchSet(...)>" 116 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
D | ASTTreeParser.stg | 109 tokenRefBang(token,label,elementIndex,terminalOptions) ::= << 115 tokenRef(token,label,elementIndex,terminalOptions) ::= << 134 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 140 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 156 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions) ::= << 162 wildcard(token,label,elementIndex,terminalOptions) ::= << 178 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 195 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 200 matchSetBang(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 205 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | ASTParser.stg | 51 tokenRef(token,label,elementIndex,terminalOptions) ::= << 60 tokenRefBang(token,label,elementIndex,terminalOptions) ::= "<super.tokenRef(...)>" 63 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 72 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions) ::= << 79 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 86 tokenRefRuleRootAndListLabel(token,label,terminalOptions,elementIndex) ::= << 104 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 108 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 112 matchSetBang(s,label,elementIndex,terminalOptions,postmatchCode) ::= "<super.matchSet(...)>" 117 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
D | ASTTreeParser.stg | 123 tokenRefBang(token,label,elementIndex,terminalOptions) ::= << 129 tokenRef(token,label,elementIndex,terminalOptions) ::= << 149 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 155 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 171 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions) ::= << 177 wildcard(token,label,elementIndex,terminalOptions) ::= << 193 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 210 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 215 matchSetBang(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 220 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
D | ASTParser.stg | 53 tokenRef(token,label,elementIndex,terminalOptions) ::= <% 64 tokenRefBang(token,label,elementIndex,terminalOptions) ::= "<super.tokenRef(...)>" 67 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= <% 78 tokenRefBangAndListLabel(token,label,elementIndex,terminalOptions) ::= << 84 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 90 tokenRefRuleRootAndListLabel(token,label,terminalOptions,elementIndex) ::= << 108 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 112 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 116 matchSetBang(s,label,elementIndex,terminalOptions,postmatchCode) ::= "<super.matchSet(...)>" 121 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
D | ASTTreeParser.stg | 110 tokenRefBang(token,label,elementIndex,terminalOptions) ::= << 116 tokenRef(token,label,elementIndex,terminalOptions) ::= << 135 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 141 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 157 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions) ::= << 163 wildcard(token,label,elementIndex,terminalOptions) ::= << 179 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 196 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 201 matchSetBang(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 206 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << [all …]
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGMarkerLayoutInfo.cpp | 48 int& elementIndex = info.elementIndex(); in processStartAndMidMarkers() local 55 if (elementIndex > 0 && marker) in processStartAndMidMarkers() 62 if (elementIndex == 1) in processStartAndMidMarkers() 65 ++elementIndex; in processStartAndMidMarkers()
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
D | ASTTreeParser.stg | 108 tokenRefBang(token,label,elementIndex) ::= << 114 tokenRef(token,label,elementIndex,terminalOptions) ::= << 133 tokenRefAndListLabel(token,label,elementIndex,terminalOptions) ::= << 139 tokenRefRuleRoot(token,label,elementIndex,terminalOptions) ::= << 155 tokenRefRuleRootAndListLabel(token,label,elementIndex,terminalOptions) ::= << 162 matchSet(s,label,terminalOptions,elementIndex,postmatchCode) ::= << 179 matchRuleBlockSet(s,label,terminalOptions,elementIndex,postmatchCode,treeLevel="0") ::= << 184 matchSetBang(s,label,elementIndex,postmatchCode) ::= << 189 matchSetRuleRoot(s,label,terminalOptions,elementIndex,debug) ::= << 208 ruleRef(rule,label,elementIndex,args,scope) ::= << [all …]
|