/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | ASTParser.stg | 75 <listLabelElem(elem=label,elemType=labelType,...)> 81 <listLabelElem(elem=label,elemType=labelType,...)> 87 <listLabelElem(elem=label,elemType=labelType,...)> 143 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)> 149 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)> 155 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)>
|
D | AST.stg | 130 <listLabelElem(elem=label,elemType=labelType,...)> 142 <listLabelElem(elem=label,elemType=labelType,...)> 154 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)> 166 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)>
|
D | CSharp2.stg | 916 <listLabelElem(elem=label,elemType=labelType,...)> 919 listLabelElem(label,elem,elemType) ::= << 920 if (list_<label>==null) list_<label>=new List\<<elemType; null={<labelType>}>\>(); 992 <listLabelElem(elem=label,elemType=labelType,...)> 1019 <listLabelElem(elem=label,elemType=labelType,...)> 1032 <listLabelElem(elem=label,elemType=labelType,...)> 1051 <listLabelElem(elem=label,elemType={<ASTLabelType>},...)> 1077 <listLabelElem(elem=label,elemType=labelType,...)>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
D | ASTParser.stg | 80 <listLabelElem(elem=label,elemType=labelType,...)> 86 <listLabelElem(elem=label,elemType=labelType,...)> 92 <listLabelElem(elem=label,elemType=labelType,...)> 150 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)> 156 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)> 162 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)>
|
D | 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,...)>
|
D | CSharp3.stg | 892 <listLabelElem(elem=label,elemType=labelType,...)> 899 listLabelElem(label,elem,elemType) ::= << 900 if (list_<label>==null) list_<label>=new List\<<elemType; null={<labelType>}>\>(); 972 <listLabelElem(elem=label,elemType=labelType,...)> 999 <listLabelElem(elem=label,elemType=labelType,...)> 1012 <listLabelElem(elem=label,elemType=labelType,...)> 1031 <listLabelElem(elem=label,elemType={<ASTLabelType>},...)> 1057 <listLabelElem(elem=label,elemType=labelType,...)>
|
D | ST.stg | 60 <listLabelElem(elem={<label>.Template},elemType="StringTemplate",...)>
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ArrayBoundCheckerV2.cpp | 278 QualType elemType = elemReg->getElementType(); in computeOffset() local 281 if (elemType->isIncompleteType()) in computeOffset() 289 astContext.getTypeSizeInChars(elemType), in computeOffset()
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | DeprecatedAPIChecker.java | 450 String elemType = null; in toTypeNameList() local 453 elemType = tName.substring(dimension + 1, tName.length() - 1); in toTypeNameList() 458 elemType = PRIMITIVES[i]; in toTypeNameList() 464 if (elemType == null) { in toTypeNameList() 468 s.append(elemType); in toTypeNameList()
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 434 const VarType& elemType = type.getElementType(); in computeReferenceLayout() local 436 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() 439 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() 457 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() 460 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() 484 DE_ASSERT(elemType.isStructType() || elemType.isArrayType()); in computeReferenceLayout() 519 const VarType& elemType = varType.getElementType(); in computeReferenceLayout() local 521 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() 524 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() 543 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 519 const VarType& elemType = type.getElementType(); in computeReferenceLayout() local 521 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() 524 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() 542 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() 545 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() 569 DE_ASSERT(elemType.isStructType() || elemType.isArrayType()); in computeReferenceLayout() 604 const VarType& elemType = varType.getElementType(); in computeReferenceLayout() local 606 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() 609 const glu::DataType elemBasicType = elemType.getBasicType(); in computeReferenceLayout() 628 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() [all …]
|
/external/deqp/modules/glshared/ |
D | glsLifetimeTests.cpp | 917 Type& elemType = m_attacher.getElementType(); in testDeletedNames() local 924 Name element(elemType); in testDeletedNames() 941 if (elemType.nameLingers()) in testDeletedNames() 942 errors.check(elemType.exists(elementId), in testDeletedNames() 945 errors.check(!elemType.exists(elementId), in testDeletedNames() 951 errors.check(!elemType.exists(elementId), in testDeletedNames()
|
D | glsUniformBlockCase.cpp | 512 const VarType& elemType = type.getElementType(); in computeStd140Layout() local 514 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeStd140Layout() 517 glu::DataType elemBasicType = elemType.getBasicType(); in computeStd140Layout() 533 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeStd140Layout() 536 glu::DataType elemBasicType = elemType.getBasicType(); in computeStd140Layout() 560 DE_ASSERT(elemType.isStructType() || elemType.isArrayType()); in computeStd140Layout()
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 458 const VarType& elemType = type.getElementType(); in computeStd140Layout() local 460 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeStd140Layout() 463 glu::DataType elemBasicType = elemType.getBasicType(); in computeStd140Layout() 479 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeStd140Layout() 482 glu::DataType elemBasicType = elemType.getBasicType(); in computeStd140Layout() 506 DE_ASSERT(elemType.isStructType() || elemType.isArrayType()); in computeStd140Layout()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | MemRegion.cpp | 1152 QualType elemType = ER->getElementType(); in getAsArrayOffset() local 1155 if (elemType->isIncompleteType()) { in getAsArrayOffset() 1160 CharUnits size = C.getTypeSizeInChars(elemType); in getAsArrayOffset()
|
/external/robolectric/v3/ |
D | robolectric-processor-3.1-SNAPSHOT.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
org/
... |
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec_array.c | 286 check_draw_elements_data(struct gl_context *ctx, GLsizei count, GLenum elemType, in check_draw_elements_data() argument 305 switch (elemType) { in check_draw_elements_data()
|
/external/guice/extensions/persist/lib/ |
D | hibernate3.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hibernate/
org/ ... |
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 3271 llvm::Type *elemType = vecTy->getElementType(); in VisitAbstractConditionalOperator() local 3276 llvm::VectorType::get(elemType, in VisitAbstractConditionalOperator()
|
/external/guice/extensions/struts2/lib/ |
D | jsp-2.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.apache.jasper_5.5.17.v201004212143.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |