/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/SanitizerCoverage/ |
D | stack-depth.ll | 28 ; CHECK: [[frameInt:%[^ \t]+]] = ptrtoint i8* [[framePtr]] to [[intType:i[0-9]+]] 29 ; CHECK: [[lowest:%[^ \t]+]] = load [[intType]], [[intType]]* @__sancov_lowest_stack 30 ; CHECK: [[cmp:%[^ \t]+]] = icmp ult [[intType]] [[frameInt]], [[lowest]] 33 ; CHECK: store [[intType]] [[frameInt]], [[intType]]* @__sancov_lowest_stack
|
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/ |
D | TransformationsTest.java | 74 …A").get().getFieldByName("a").get().getVariable(0).setType(new ArrayType(PrimitiveType.intType())); in example7() 82 fd.addVariable(new VariableDeclarator(PrimitiveType.intType(), "b")); in example8() 90 fd.addVariable(new VariableDeclarator(new ArrayType(PrimitiveType.intType()), "b")); in example9() 113 md.addParameter(new ArrayType(PrimitiveType.intType()), "p1"); in exampleParam2() 138 md.setType(PrimitiveType.intType()); in exampleParam5()
|
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/nodeTypes/ |
D | NodeWithVariablesTest.java | 37 assertEquals(PrimitiveType.intType(), declaration.getCommonType()); in getCommonTypeWorksForNormalVariables() 67 assertEquals(PrimitiveType.intType(), declaration.getElementType()); in getElementTypeWorksForNormalVariables() 73 assertEquals(PrimitiveType.intType(), declaration.getElementType()); in getElementTypeWorksForArrayTypes()
|
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/builders/ |
D | FieldDeclarationBuildersTest.java | 34 import static com.github.javaparser.ast.type.PrimitiveType.intType; 109 myPrivateField.getVariables().add(new VariableDeclarator(intType(), "secondField")); in testCreateGetterWithANonValidField() 116 myPrivateField.getVariables().add(new VariableDeclarator(intType(), "secondField")); in testCreateSetterWithANonValidField()
|
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/wiki_samples/ |
D | MethodChanger_2.java | 33 import static com.github.javaparser.ast.type.PrimitiveType.intType; 71 n.addParameter(intType(), "value"); in changeMethod()
|
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/transformations/ast/body/ |
D | AnnotationDeclarationTransformationsTest.java | 84 …AnnotationMemberDeclaration(EnumSet.noneOf(Modifier.class), PrimitiveType.intType(), "foo", null)); in addingMember() 98 …AnnotationMemberDeclaration(EnumSet.noneOf(Modifier.class), PrimitiveType.intType(), "foo", null)); in replacingMember()
|
D | MethodDeclarationTransformationsTest.java | 113 …it.getParameters().set(0, new Parameter(new ArrayType(PrimitiveType.intType()), new SimpleName("fo… in replacingOnlyParameter()
|
D | ConstructorDeclarationTransformationsTest.java | 113 …cd.getParameters().set(0, new Parameter(new ArrayType(PrimitiveType.intType()), new SimpleName("fo… in replacingOnlyParameter()
|
D | ClassOrInterfaceDeclarationTransformationsTest.java | 186 …claration(EnumSet.noneOf(Modifier.class), new VariableDeclarator(PrimitiveType.intType(), "bar"))); in replacingFieldWithAnotherField()
|
/external/guice/core/test/com/google/inject/ |
D | KeyTest.java | 137 Type intType = int.class; in testPrimitivesAndWrappersAreEqual() local 138 assertEquals(integerKey, Key.get(intType)); in testPrimitivesAndWrappersAreEqual() 139 assertEquals(integerKey2, Key.get(intType, Named.class)); in testPrimitivesAndWrappersAreEqual() 140 assertEquals(integerKey3, Key.get(intType, Names.named("int"))); in testPrimitivesAndWrappersAreEqual()
|
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/bdd/steps/ |
D | ManipulationSteps.java | 191 method.addParameter(intType(), paramName); in whenMethodInClassHasAnIntArgumentCalledAdded() 268 assertThat(parameter.getType(), is(intType())); in thenMethodInClassParameterIsTypeIntCalled() 282 n.addParameter(intType(), "value"); in visit()
|
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/ |
D | KeyTest.java | 209 TypeMirror intType = intMethod.getReturnType(); in primitiveKeysMatchBoxedKeys() local 210 assertThat(intType.getKind().isPrimitive()).isTrue(); in primitiveKeysMatchBoxedKeys() 213 assertThat(types.isSameType(intType, integerType)).named("type equality").isFalse(); in primitiveKeysMatchBoxedKeys()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/javaparser/contexts/ |
D | ClassOrInterfaceDeclarationContextResolutionTest.java | 387 ResolvedType intType = ResolvedPrimitiveType.INT; in solveMethodWithPrimitiveParameters() local 389 …vedMethodDeclaration> ref = context.solveMethod("foo3", ImmutableList.of(intType), false, new Refl… in solveMethodWithPrimitiveParameters() 460 ResolvedType intType = ResolvedPrimitiveType.INT; in solveMethodAsUsageWithPrimitiveParameters() local 462 …Optional<MethodUsage> ref = context.solveMethodAsUsage("foo3", ImmutableList.of(intType), new Refl… in solveMethodAsUsageWithPrimitiveParameters()
|
/external/skqp/src/sksl/ |
D | SkSLContext.h | 389 static std::unique_ptr<Type> fp_type(const Type* intType, const Type* boolType) { in fp_type() argument 394 Type::Field(mods, "numTextureSamplers", intType), in fp_type() 395 Type::Field(mods, "numCoordTransforms", intType), in fp_type() 396 Type::Field(mods, "numChildProcessors", intType), in fp_type()
|
/external/skia/src/sksl/ |
D | SkSLContext.h | 395 static std::unique_ptr<Type> fp_type(const Type* intType, const Type* boolType) { in fp_type() argument 400 Type::Field(mods, "numTextureSamplers", intType), in fp_type() 401 Type::Field(mods, "numCoordTransforms", intType), in fp_type() 402 Type::Field(mods, "numChildProcessors", intType), in fp_type()
|
/external/deqp/modules/glshared/ |
D | glsShaderExecUtil.cpp | 121 const glu::VarType intType (intBaseType, glu::PRECISION_HIGHP); in generateVertexShader() local 123 src << "flat " << out << " " << glu::declare(intType, outputPrefix + output->name) << ";\n"; in generateVertexShader() 200 const glu::VarType intType (intBaseType, glu::PRECISION_HIGHP); in generateGeometryShader() local 202 src << "flat out " << glu::declare(intType, outputPrefix + output->name) << ";\n"; in generateGeometryShader() 324 const glu::VarType intType (intBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl() local 326 decl.varType = intType; in generateFragShaderOutputDecl() 436 const glu::VarType intType (intBaseType, glu::PRECISION_HIGHP); in generatePassthroughFragmentShader() local 438 src << "flat in " << glu::declare(intType, inputPrefix + output->name) << ";\n"; in generatePassthroughFragmentShader()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderIntegerFunctionTests.cpp | 919 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in BitCountCase() local 922 m_spec.outputs.push_back(Symbol("count", glu::VarType(intType, glu::PRECISION_LOWP))); in BitCountCase() 979 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in FindLSBCase() local 982 m_spec.outputs.push_back(Symbol("lsb", glu::VarType(intType, glu::PRECISION_LOWP))); in FindLSBCase() 1057 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in FindMSBCase() local 1060 m_spec.outputs.push_back(Symbol("msb", glu::VarType(intType, glu::PRECISION_LOWP))); in FindMSBCase()
|
D | es31fShaderCommonFunctionTests.cpp | 1036 …const glu::DataType intType = outIsSigned ? (vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu:… in FloatBitsToUintIntCase() local 1040 m_spec.outputs.push_back(Symbol("out0", glu::VarType(intType, glu::PRECISION_HIGHP))); in FloatBitsToUintIntCase() 1744 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in FrexpCase() local 1748 m_spec.outputs.push_back(Symbol("out1", glu::VarType(intType, glu::PRECISION_HIGHP))); in FrexpCase() 1835 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in LdexpCase() local 1838 m_spec.inputs.push_back(Symbol("in1", glu::VarType(intType, glu::PRECISION_HIGHP))); in LdexpCase() 2208 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in init() local 2215 intGroup->addChild(new BitsToFloatCase(m_context, intType, glu::ShaderType(shaderType))); in init()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderIntegerFunctionTests.cpp | 1148 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in BitCountCase() local 1151 m_spec.outputs.push_back(Symbol("count", glu::VarType(intType, glu::PRECISION_MEDIUMP))); in BitCountCase() 1212 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in FindLSBCase() local 1215 m_spec.outputs.push_back(Symbol("lsb", glu::VarType(intType, glu::PRECISION_LOWP))); in FindLSBCase() 1276 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in findMSBCase() local 1279 m_spec.outputs.push_back(Symbol("msb", glu::VarType(intType, glu::PRECISION_LOWP))); in findMSBCase()
|
D | vktShaderCommonFunctionTests.cpp | 1251 …const glu::DataType intType = outIsSigned ? (vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu:… in FloatBitsToUintIntCase() local 1255 m_spec.outputs.push_back(Symbol("out0", glu::VarType(intType, glu::PRECISION_HIGHP))); in FloatBitsToUintIntCase() 2077 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in FrexpCase() local 2081 m_spec.outputs.push_back(Symbol("out1", glu::VarType(intType, glu::PRECISION_HIGHP))); in FrexpCase() 2227 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in LdexpCase() local 2230 m_spec.inputs.push_back(Symbol("in1", glu::VarType(intType, glu::PRECISION_HIGHP))); in LdexpCase() 2454 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in init() local 2461 … intGroup->addChild(new BitsToFloatCase(getTestContext(), intType, glu::ShaderType(shaderType))); in init()
|
D | vktShaderExecutor.cpp | 228 const glu::VarType intType (intBaseType, glu::PRECISION_HIGHP); in generateVertexShader() local 230 …src << "layout(location = " << locationNumber << ") flat out " << glu::declare(intType, outputPref… in generateVertexShader() 336 const glu::VarType intType (intBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl() local 338 decl.varType = intType; in generateFragShaderOutputDecl() 410 const glu::VarType intType (intBaseType, glu::PRECISION_HIGHP); in generatePassthroughFragmentShader() local 412 …src << "layout(location = " << locationNumber << ") flat in " << glu::declare(intType, inputPrefix… in generatePassthroughFragmentShader() 459 const glu::VarType intType (intBaseType, glu::PRECISION_HIGHP); in generateGeometryShader() local 461 …src << "layout(location = " << locationNumber << ") flat out " << glu::declare(intType, outputPref… in generateGeometryShader()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/ |
D | PrimitiveType.java | 72 public static PrimitiveType intType() { in intType() method in PrimitiveType
|
/external/clang/utils/ABITest/ |
D | ABITestGen.py | 519 intType = BuiltinType('int',4) 523 sbtg = FixedTypeGenerator([charType, intType, floatType, doubleType]) 551 'i32' : intType,
|
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/type/ |
D | ArrayTypeTest.java | 126 …iableDeclarationExpr.getVariable(0).setType(new ArrayType(new ArrayType(PrimitiveType.intType()))); in setVariableDeclarationWithArrays()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderCommonFunctionTests.cpp | 953 …const glu::DataType intType = outIsSigned ? (vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu:… in FloatBitsToUintIntCase() local 957 m_spec.outputs.push_back(Symbol("out0", glu::VarType(intType, glu::PRECISION_HIGHP))); in FloatBitsToUintIntCase() 1699 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in init() local 1704 intGroup->addChild(new BitsToFloatCase(m_context, intType, glu::ShaderType(shaderType))); in init()
|