Home
last modified time | relevance | path

Searched defs:intType (Results 1 – 15 of 15) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
DXmlMessageBuilder.java376 int intType = option.getInt(ENCODING_FIELD_TYPE); in getEncodingOption() local
583 int intType = encodingTypeToIntVal(encoding.getType()); in encodingToJson() local
625 private static EncodingType encodingTypeFromIntValue(int intType) { in encodingTypeFromIntValue()
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
DJsonMessageBuilder.java321 int intType = option.getInt(ENCODING_FIELD_TYPE); in getEncodingOption() local
535 int intType = encoding.getType().getAsInt(); in toJson() local
/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/dagger2/compiler/src/test/java/dagger/internal/codegen/
DKeyTest.java209 TypeMirror intType = intMethod.getReturnType(); in primitiveKeysMatchBoxedKeys() local
/external/guice/core/test/com/google/inject/
DKeyTest.java124 Type intType = int.class; in testPrimitivesAndWrappersAreEqual() local
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp121 const glu::VarType intType (intBaseType, glu::PRECISION_HIGHP); in generateVertexShader() local
200 const glu::VarType intType (intBaseType, glu::PRECISION_HIGHP); in generateGeometryShader() local
324 const glu::VarType intType (intBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl() local
436 const glu::VarType intType (intBaseType, glu::PRECISION_HIGHP); in generatePassthroughFragmentShader() local
/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp919 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in BitCountCase() local
979 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in FindLSBCase() local
1057 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in FindMSBCase() local
Des31fShaderCommonFunctionTests.cpp1036 …const glu::DataType intType = outIsSigned ? (vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu:… in FloatBitsToUintIntCase() local
1744 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in FrexpCase() local
1835 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in LdexpCase() local
2205 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in init() local
/external/javassist/src/main/javassist/bytecode/analysis/
DType.java109 prims.put(CtClass.intType, INTEGER); in prims.put()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp155 const glu::VarType intType (intBaseType, glu::PRECISION_HIGHP); in generateVertexShader() local
235 const glu::VarType intType (intBasicType, glu::PRECISION_HIGHP); in generateFragShaderOutputDecl() local
304 const glu::VarType intType (intBaseType, glu::PRECISION_HIGHP); in generatePassthroughFragmentShader() local
351 const glu::VarType intType (intBaseType, glu::PRECISION_HIGHP); in generateGeometryShader() local
DvktShaderIntegerFunctionTests.cpp1167 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in BitCountCase() local
1232 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in FindLSBCase() local
1297 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize); in findMSBCase() local
DvktShaderCommonFunctionTests.cpp1268 …const glu::DataType intType = outIsSigned ? (vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu:… in FloatBitsToUintIntCase() local
2101 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in FrexpCase() local
2252 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in LdexpCase() local
2486 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in init() local
/external/javassist/src/main/javassist/
DCtClass.java100 public static CtClass intType; field in CtClass
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp953 …const glu::DataType intType = outIsSigned ? (vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu:… in FloatBitsToUintIntCase() local
1699 const glu::DataType intType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT; in init() local