/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/ |
D | XmlMessageBuilder.java | 376 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/ |
D | JsonMessageBuilder.java | 321 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/ |
D | MapBinderTest.java | 103 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
|
D | MultibinderTest.java | 97 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/ |
D | KeyTest.java | 209 TypeMirror intType = intMethod.getReturnType(); in primitiveKeysMatchBoxedKeys() local
|
/external/guice/core/test/com/google/inject/ |
D | KeyTest.java | 124 Type intType = int.class; in testPrimitivesAndWrappersAreEqual() local
|
/external/deqp/modules/glshared/ |
D | glsShaderExecUtil.cpp | 121 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/ |
D | es31fShaderIntegerFunctionTests.cpp | 919 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
|
D | es31fShaderCommonFunctionTests.cpp | 1036 …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/ |
D | Type.java | 109 prims.put(CtClass.intType, INTEGER); in prims.put()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 155 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
|
D | vktShaderIntegerFunctionTests.cpp | 1167 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
|
D | vktShaderCommonFunctionTests.cpp | 1268 …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/ |
D | CtClass.java | 100 public static CtClass intType; field in CtClass
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderCommonFunctionTests.cpp | 953 …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
|