HomeSort by relevance Sort by last modified time
    Searched refs:elementIndex (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
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...]
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/
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...]
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/JavaScript/
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...]
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...]
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/
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...]
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/C/
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...]
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/CSharp2/
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...]
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/CSharp3/
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...]
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/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
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...]
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...]
AST.stg 138 tokenRefTrack(token,label,elementIndex,terminalOptions) ::= <<
146 tokenRefTrackAndListLabel(token,label,elementIndex,terminalOptions) ::= <<
152 tokenRefRuleRootTrack(token,label,elementIndex,terminalOptions) ::= <<
158 tokenRefRuleRootTrackAndListLabel(token,label,elementIndex,terminalOptions) ::= <<
163 wildcardTrack(label,elementIndex) ::= <<
168 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
174 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
180 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
186 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
343 rewriteTokenRef(token,elementIndex,terminalOptions,args) ::= <
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
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...]
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/aac/libSBRdec/src/
sbrdecoder.cpp 208 const int elementIndex,
268 hSbrHeader = &(self->sbrHeader[elementIndex][i]);
289 for (ch=0; ch<self->pSbrElement[elementIndex]->nChannels; ch++)
292 sbrError = createSbrDec (self->pSbrElement[elementIndex]->pSbrChannel[ch],
294 &self->pSbrElement[elementIndex]->transposerSettings,
328 self->pSbrElement[elementIndex]->useFrameSlot = 0;
330 self->pSbrElement[elementIndex]->useHeaderSlot[i] = i;
399 const int elementIndex
402 if (self->pSbrElement[elementIndex] != NULL) {
406 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] != NULL)
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
ValidateOutputs.cpp 54 for (int elementIndex = 0; elementIndex < elementCount; elementIndex++)
56 const int offsetLocation = location + elementIndex;
  /external/chromium_org/third_party/angle/src/libGLESv2/
Uniform.cpp 81 UniformBlock::UniformBlock(const std::string &name, unsigned int elementIndex, unsigned int dataSize)
83 elementIndex(elementIndex),
92 return elementIndex != GL_INVALID_INDEX;
Uniform.h 61 UniformBlock(const std::string &name, unsigned int elementIndex, unsigned int dataSize);
68 const unsigned int elementIndex;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
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...]

Completed in 311 milliseconds

1 2 3