Searched refs:elemType (Results 1 - 25 of 28) sorted by relevance

12

/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
H A DRealObjectValidator.java65 TypeMirror elemType = elem.asType();
66 if (!types.isAssignable(impClass, elemType)) {
67 error("@RealObject with type <" + elemType + ">; expected <" + impClass + '>');
69 typeVisitor.visit(elemType, elem);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DASTParser.stg75 <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,...)>
H A DAST.stg130 <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,...)>
H A DCSharp2.stg916 <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/
H A DASTParser.stg80 <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,...)>
H A DAST.stg128 <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,...)>
H A DST.stg60 <listLabelElem(elem={<label>.Template},elemType="StringTemplate",...)>
H A DCSharp3.stg892 <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,...)>
/external/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp278 QualType elemType = elemReg->getElementType();
281 if (elemType->isIncompleteType())
289 astContext.getTypeSizeInChars(elemType),
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSpecConstantTests.cpp1226 std::string generateArrayConstructorString (const glu::DataType elemType, argument
1233 const bool doCast = (!isDataTypeScalar(elemType));
1246 arrayCtorExpr << (iterNdx != 0 ? ",\n" + padding : "") << glu::getDataTypeName(elemType) << "[" << size2 << "](";
1249 arrayCtorExpr << generateInitializerListWithSpecConstant(elemType, doCast, idxBegin, idxEnd, specConstName, specConstNdx);
1261 arrayCtorExpr << generateInitializerListWithSpecConstant(elemType, doCast, 0, size1, specConstName, specConstNdx);
1323 std::string generateShaderChecksumComputationCode (const glu::DataType elemType, argument
1345 << varName << combNdx << "[i][j]" << getFirstDataElementSubscriptString(elemType) << ");\n";
1355 << varName << combNdx << "[i]" << getFirstDataElementSubscriptString(elemType) << ");\n";
1426 CaseDefinition makeArrayCompositeCaseDefinition (const glu::DataType elemType, const int size1, const int size2 = 0) argument
1436 const std::string elemTypeName (glu::getDataTypeName(elemType));
[all...]
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DDeprecatedAPIChecker.java452 String elemType = null;
455 elemType = tName.substring(dimension + 1, tName.length() - 1);
460 elemType = PRIMITIVES[i];
466 if (elemType == null) {
470 s.append(elemType);
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp482 const VarType& elemType = type.getElementType(); local
484 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType()))
487 const glu::DataType elemBasicType = elemType.getBasicType();
505 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType()))
508 const glu::DataType elemBasicType = elemType.getBasicType();
532 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());
568 const VarType& elemType local
[all...]
/external/skia/experimental/svg/model/
H A DSkSVGDOM.cpp418 const SkDOM::Type elemType = dom.getType(xmlNode); local
420 if (elemType == SkDOM::kText_Type) {
426 SkASSERT(elemType == SkDOM::kElement_Type);
/external/skqp/experimental/svg/model/
H A DSkSVGDOM.cpp418 const SkDOM::Type elemType = dom.getType(xmlNode); local
420 if (elemType == SkDOM::kText_Type) {
426 SkASSERT(elemType == SkDOM::kElement_Type);
/external/deqp/modules/glshared/
H A DglsLifetimeTests.cpp1079 Type& elemType = m_attacher.getElementType(); local
1086 Name element(elemType);
1103 if (elemType.nameLingers())
1104 errors.check(elemType.exists(elementId),
1107 errors.check(!elemType.exists(elementId),
1113 errors.check(!elemType.exists(elementId),
H A DglsUniformBlockCase.cpp512 const VarType& elemType = type.getElementType(); local
514 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType()))
517 glu::DataType elemBasicType = elemType.getBasicType();
533 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType()))
536 glu::DataType elemBasicType = elemType.getBasicType();
560 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp519 const VarType& elemType = type.getElementType(); local
521 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType()))
524 const glu::DataType elemBasicType = elemType.getBasicType();
542 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType()))
545 const glu::DataType elemBasicType = elemType.getBasicType();
569 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());
604 const VarType& elemType local
[all...]
/external/deqp/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp485 const VarType& elemType = type.getElementType(); local
487 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType()))
490 glu::DataType elemBasicType = elemType.getBasicType();
506 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType()))
509 glu::DataType elemBasicType = elemType.getBasicType();
533 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());
/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp462 const VarType& elemType = type.getElementType(); local
464 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType()))
467 glu::DataType elemBasicType = elemType.getBasicType();
483 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType()))
486 glu::DataType elemBasicType = elemType.getBasicType();
510 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());
/external/robolectric/v3/
H A Drobolectric-processor-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/robolectric/ org/robolectric/annotation/ ...
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1206 QualType elemType = ER->getElementType(); local
1209 if (elemType->isIncompleteType()) {
1214 CharUnits size = C.getTypeSizeInChars(elemType);
/external/clang/include/clang/AST/
H A DType.h5196 PipeType(QualType elemType, QualType CanonicalPtr) : argument
5197 Type(Pipe, CanonicalPtr, elemType->isDependentType(),
5198 elemType->isInstantiationDependentType(),
5199 elemType->isVariablyModifiedType(),
5200 elemType->containsUnexpandedParameterPack()),
5201 ElementType(elemType) {}
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec_array.c122 GLenum elemType, const void *elements,
142 switch (elemType) {
121 check_draw_elements_data(struct gl_context *ctx, GLsizei count, GLenum elemType, const void *elements, GLint basevertex) argument
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/error_prone/checkerframework/
H A Ddataflow-2.2.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/checkerframework/ org/checkerframework/dataflow/ org/checkerframework/dataflow/analysis/ ...

Completed in 689 milliseconds

12