Home
last modified time | relevance | path

Searched refs:intType (Results 1 – 25 of 31) sorted by relevance

12

/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
DXmlMessageBuilder.java376 int intType = option.getInt(ENCODING_FIELD_TYPE); in getEncodingOption() local
377 EncodingType type = encodingTypeFromIntValue(intType); in getEncodingOption()
583 int intType = encodingTypeToIntVal(encoding.getType()); in encodingToJson() local
584 result.put(ENCODING_FIELD_TYPE, intType); in encodingToJson()
625 private static EncodingType encodingTypeFromIntValue(int intType) { in encodingTypeFromIntValue() argument
627 switch (intType) { in encodingTypeFromIntValue()
/external/javassist/src/test/test/javassist/bytecode/analysis/
DAnalyzerTest.java207 … /* 6 */ code.addInvokestatic(stringClass, "valueOf", stringClass, new CtClass[]{CtClass.intType}); in generateDeadCode()
224 /* 1 */ code.addInvokestatic(intClass, "valueOf", intClass, new CtClass[]{CtClass.intType}); in generateInvalidCode()
241 … /* 1 */ code.addInvokestatic(stringClass, "valueOf", stringClass, new CtClass[]{CtClass.intType}); in generateCodeFalloff()
262 … /* 9 */ code.addInvokestatic(stringClass, "valueOf", stringClass, new CtClass[]{CtClass.intType}); in generateJsrMerge()
284 … /* 7 */ code.addInvokestatic(stringClass, "valueOf", stringClass, new CtClass[]{CtClass.intType}); in generateJsrMerge2()
DScannerTest.java107 … CtMethod method = new CtMethod(CtClass.voidType, "doit", new CtClass[] {CtClass.intType}, clazz); in generate()
/external/guice/core/test/com/google/inject/
DKeyTest.java124 Type intType = int.class; in testPrimitivesAndWrappersAreEqual() local
125 assertEquals(integerKey, Key.get(intType)); in testPrimitivesAndWrappersAreEqual()
126 assertEquals(integerKey2, Key.get(intType, Named.class)); in testPrimitivesAndWrappersAreEqual()
127 assertEquals(integerKey3, Key.get(intType, Names.named("int"))); in testPrimitivesAndWrappersAreEqual()
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
DJsonMessageBuilder.java321 int intType = option.getInt(ENCODING_FIELD_TYPE); in getEncodingOption() local
322 EncodingType type = EncodingType.fromIntVal(intType); in getEncodingOption()
535 int intType = encoding.getType().getAsInt(); in toJson() local
536 result.put(ENCODING_FIELD_TYPE, intType); in toJson()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/bytecode/
DAndroidTranslatorUnitTest.java27 ctClass, ctClass.getDeclaredMethod("substring", new CtClass[]{CtClass.intType}), in whenMethodReturnsObject_shouldGenerateMethodBody()
68 ctClass, ctClass.getDeclaredMethod("valueOf", new CtClass[]{CtClass.intType}), in whenMethodIsStatic_shouldGenerateMethodBody()
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
DKeyTest.java209 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/javassist/src/main/javassist/expr/
DNewArray.java111 return CtClass.intType; in getPrimitiveType()
213 params[i] = CtClass.intType; in replace2()
/external/javassist/src/main/javassist/
DCtClass.java100 public static CtClass intType; field in CtClass
152 intType = new CtPrimitiveType("int", 'I', "java.lang.Integer",
155 primitiveTypes[4] = intType;
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
DType.java62 } else if (ctClass.equals(CtClass.intType)) { in find()
/external/javassist/sample/vector/
DVectorAssistant.java120 CtClass[] args2 = { CtClass.intType }; in makeSubclass2()
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp121 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/
Des31fShaderIntegerFunctionTests.cpp919 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()
Des31fShaderCommonFunctionTests.cpp1036 …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()
2205 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in init() local
2212 intGroup->addChild(new BitsToFloatCase(m_context, intType, glu::ShaderType(shaderType))); in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp1148 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()
DvktShaderExecutor.cpp148 const glu::VarType intType (intBaseType, glu::PRECISION_HIGHP); in generateVertexShader() local
150 …src << "layout(location = " << locationNumber << ") flat out " << glu::declare(intType, outputPref… in generateVertexShader()
228 const glu::VarType intType (intBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl() local
230 decl.varType = intType; in generateFragShaderOutputDecl()
297 const glu::VarType intType (intBaseType, glu::PRECISION_HIGHP); in generatePassthroughFragmentShader() local
299 …src << "layout(location = " << locationNumber << ") flat in " << glu::declare(intType, inputPrefix… in generatePassthroughFragmentShader()
344 const glu::VarType intType (intBaseType, glu::PRECISION_HIGHP); in generateGeometryShader() local
346 …src << "layout(location = " << locationNumber << ") flat out " << glu::declare(intType, outputPref… in generateGeometryShader()
DvktShaderCommonFunctionTests.cpp1251 …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()
/external/javassist/src/main/javassist/bytecode/analysis/
DType.java60 public static final Type INTEGER = new Type(CtClass.intType);
109 prims.put(CtClass.intType, INTEGER); in prims.put() argument
/external/javassist/src/main/javassist/tools/rmi/
DStubGenerator.java147 f = new CtField(CtClass.intType, fieldObjectId, proxy); in produceProxyClass()
/external/javassist/src/main/javassist/bytecode/annotation/
DAnnotation.java140 else if (type == CtClass.intType) in createMemberValue()
/external/clang/utils/ABITest/
DABITestGen.py519 intType = BuiltinType('int',4)
523 sbtg = FixedTypeGenerator([charType, intType, floatType, doubleType])
551 'i32' : intType,
/external/javassist/src/main/javassist/bytecode/
DBytecode.java735 || type == CtClass.intType) in addLoad()
768 || type == CtClass.intType) in addStore()
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
DMapBinderTest.java103 private final TypeLiteral<Integer> intType = TypeLiteral.get(Integer.class); field in MapBinderTest
333 assertMapVisitor(Key.get(mapOfInteger), stringType, intType, setOf(module), BOTH, false, 1, in testMapBinderWithMultipleTypes() local
383 assertMapVisitor(Key.get(mapOfInteger), stringType, intType, setOf(module), BOTH, false, 0, in testMapBinderMapIsLazy() local
DMultibinderTest.java97 final TypeLiteral<Integer> intType = TypeLiteral.get(Integer.class); field in MultibinderTest
251 assertSetVisitor(Key.get(setOfInteger), intType, setOf(module), BOTH, false, 1, in testMultibinderWithMultipleSetTypes() local
328 assertSetVisitor(Key.get(setOfInteger), intType, setOf(module), BOTH, false, 0, in testMultibinderSetIsLazy() local
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp953 …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()

12