/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
ASTTreeParser.stg | 136 <listLabelElem(elem=label,...)> 158 <listLabelElem(elem=label,...)> 238 <listLabelElem(elem={<label>.Tree},...)> 253 <listLabelElem(elem={<label>.Tree},...)>
|
ST.stg | 83 <listLabel(elem=label+".Template",...)>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
AST.stg | 128 <listLabelElem(elem=label,elemType=labelType,...)> 140 <listLabelElem(elem=label,elemType=labelType,...)> 152 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)> 164 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)>
|
ASTTreeParser.stg | 137 <listLabelElem(elem=label,...)> 159 <listLabelElem(elem=label,...)> 239 <listLabelElem(elem={<label>.Tree},...)> 254 <listLabelElem(elem={<label>.Tree},...)>
|
ST.stg | 60 <listLabelElem(elem={<label>.Template},elemType="StringTemplate",...)>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
AST.stg | 148 <listLabel(elem=label,...)> 160 <listLabel(elem=label,...)> 176 <listLabel(elem=label+".Tree",...)> 188 <listLabel(elem=label+".Tree",...)>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
AST.stg | 99 <listLabel(elem=label,...)> 111 <listLabel(elem=label,...)> 127 <listLabel(elem=label+".getTree()",...)> 139 <listLabel(elem=label+".getTree()",...)>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
AST.stg | 243 <listLabel(elem=label,...)> 258 <listLabel(elem=label,...)> 271 <listLabel(elem={[<label> getTree]},...)> 285 <listLabel(elem={[<label> getTree]},...)>
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
XSLTAttributeDef.java | [all...] |
XSLTElementDef.java | 705 void setRequiredFound(String elem, boolean found) 707 if (m_requiredFound.get(elem) != null) 708 m_requiredFound.remove(elem);
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemVariable.java | 511 * @param elem New element to append to this element's children list 516 public ElemTemplateElement appendChild(ElemTemplateElement elem) 525 return super.appendChild(elem);
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
mediasessionclient.h | 146 const buzz::XmlElement* elem, 151 buzz::XmlElement** elem,
|
/external/guava/guava/src/com/google/common/collect/ |
SortedIterables.java | 190 public Entry<E> apply(E elem) { 191 return Multisets.immutableEntry(elem, 1);
|
/external/icu4c/test/intltest/ |
dadrcoll.cpp | 30 static void U_CALLCONV deleteSeqElement(void *elem) { 31 delete((SeqElement *)elem);
|
/external/libxml2/include/libxml/ |
HTMLparser.h | 95 htmlNodePtr elem); 99 htmlNodePtr elem);
|
/libcore/luni/src/main/java/java/util/ |
TreeSet.java | 494 E elem = (E)stream.readObject(); local 495 map.put(elem, Boolean.TRUE);
|
/ndk/sources/host-tools/make-3.81/ |
makefile.com | 77 $ cfile = f$elem(n," ",filelist)
|
/external/openssl/crypto/x509v3/ |
v3_utl.c | 76 static int ipv6_cb(const char *elem, int len, void *usr); 760 static int ipv6_cb(const char *elem, int len, void *usr) 785 if (elem[len]) 787 if (!ipv4_from_asc(s->tmp + s->total, elem)) 793 if (!ipv6_hex(s->tmp + s->total, elem, len))
|
/external/valgrind/main/memcheck/tests/ |
unit_oset.c | 357 const Block* elem = (const Block*)velem; local 359 assert(elem->first <= elem->last); 360 if (key < elem->first) return -1; 361 if (key > elem->last) return 1;
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
VCardJapanizationTests.java | 124 PropertyNodesVerifierElem elem = mVerifier.addPropertyNodesVerifierElemWithEmptyName(); local 125 elem.addExpectedNode("X-PHONETIC-LAST-NAME", "\u3084\u307E\u3060", 133 elem.addExpectedNode("SORT-STRING", 226 PropertyNodesVerifierElem elem = mVerifier.addPropertyNodesVerifierElemWithEmptyName(); local 229 elem.addExpectedNode("ADR", Arrays.asList("\u79C1\u66F8\u7BB107",
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/ |
AndroidPackageRenameParticipant.java | 247 Object elem = match.getElement(); 248 if (elem instanceof IType) { 249 IType eType = (IType) elem; 267 for (IType elem : elements) { 268 views.add(elem.getFullyQualifiedName());
|
/external/v8/src/ |
string.js | 436 var elem = res[i]; 437 if (%_IsSmi(elem)) { 438 if (elem > 0) { 439 match_start = (elem >> 11) + (elem & 0x7ff); 441 match_start = res[++i] - elem; 444 override[0] = elem; 448 %_CallFunction(receiver, elem, match_start, subject, replace); 450 match_start += elem.length; 457 var elem = res[i] [all...] |
/external/icu4c/i18n/ |
tmutfmt.cpp | 259 const UHashElement* elem = NULL; local 260 while ((elem = countToPatterns->nextElement(elemPos)) != NULL){ 261 const UHashTok keyTok = elem->key; 267 const UHashTok valueTok = elem->value; 760 const UHashElement* elem = NULL; local 761 while ((elem = fTimeUnitToCountToPatterns[i]->nextElement(pos)) != NULL){ 762 const UHashTok keyTok = elem->value; [all...] |
/frameworks/rs/ |
rsAllocation.cpp | 242 const Element *elem = type->getElement(); local 243 uint32_t unpaddedBytes = elem->getSizeBytesUnpadded(); 244 uint32_t paddedBytes = elem->getSizeBytes(); 251 uint32_t fieldCount = elem->getFieldCount(); 267 offsetsPadded[i] = elem->getFieldOffsetBytes(i); 268 offsetsUnpadded[i] = elem->getFieldOffsetBytesUnpadded(i); 269 sizeUnpadded[i] = elem->getField(i)->getSizeBytesUnpadded();
|
/frameworks/support/renderscript/v8/rs_support/ |
rsAllocation.cpp | 223 const Element *elem = type->getElement(); local 224 uint32_t unpaddedBytes = elem->getSizeBytesUnpadded(); 225 uint32_t paddedBytes = elem->getSizeBytes(); 232 uint32_t fieldCount = elem->getFieldCount(); 248 offsetsPadded[i] = elem->getFieldOffsetBytes(i); 249 offsetsUnpadded[i] = elem->getFieldOffsetBytesUnpadded(i); 250 sizeUnpadded[i] = elem->getField(i)->getSizeBytesUnpadded();
|