HomeSort by relevance Sort by last modified time
    Searched defs:intType (Results 1 - 25 of 29) sorted by null

1 2

  /external/dagger2/compiler/src/test/java/dagger/internal/codegen/
KeyTest.java 209 TypeMirror intType = intMethod.getReturnType();
210 assertThat(intType.getKind().isPrimitive()).isTrue();
213 assertThat(types.isSameType(intType, integerType)).named("type equality").isFalse();
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
JsonMessageBuilder.java 321 int intType = option.getInt(ENCODING_FIELD_TYPE);
322 EncodingType type = EncodingType.fromIntVal(intType);
535 int intType = encoding.getType().getAsInt();
536 result.put(ENCODING_FIELD_TYPE, intType);
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageBuilder.java 376 int intType = option.getInt(ENCODING_FIELD_TYPE);
377 EncodingType type = encodingTypeFromIntValue(intType);
583 int intType = encodingTypeToIntVal(encoding.getType());
584 result.put(ENCODING_FIELD_TYPE, intType);
622 * @param intType the value used on the wire
625 private static EncodingType encodingTypeFromIntValue(int intType) {
627 switch (intType) {
  /external/guice/core/test/com/google/inject/
KeyTest.java 124 Type intType = int.class;
125 assertEquals(integerKey, Key.get(intType));
126 assertEquals(integerKey2, Key.get(intType, Named.class));
127 assertEquals(integerKey3, Key.get(intType, Names.named("int")));
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderIntegerFunctionTests.cpp     [all...]
vktShaderCommonFunctionTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 953 const glu::DataType intType = outIsSigned ? (vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT)
957 m_spec.outputs.push_back(Symbol("out0", glu::VarType(intType, glu::PRECISION_HIGHP)));
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp     [all...]
es31fShaderIntegerFunctionTests.cpp 919 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize);
922 m_spec.outputs.push_back(Symbol("count", glu::VarType(intType, glu::PRECISION_LOWP)))
    [all...]
  /external/javassist/src/main/javassist/
CtClass.java 100 public static CtClass intType;
152 intType = new CtPrimitiveType("int", 'I', "java.lang.Integer",
155 primitiveTypes[4] = intType;
987 * addField(new CtField(CtClass.intType, "i", cc),
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.cpp 664 int32_t intType = 0;
666 &intType);
672 *outType = static_cast<DisplayType>(intType);
    [all...]
HWC2On1Adapter.cpp 687 auto intType = static_cast<int32_t>(element.second);
691 outTypes[numWritten] = intType;
    [all...]
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
MapBinderTest.java 103 private final TypeLiteral<Integer> intType = TypeLiteral.get(Integer.class);
333 assertMapVisitor(Key.get(mapOfInteger), stringType, intType, setOf(module), BOTH, false, 1,
383 assertMapVisitor(Key.get(mapOfInteger), stringType, intType, setOf(module), BOTH, false, 0,
    [all...]
MultibinderTest.java 97 final TypeLiteral<Integer> intType = TypeLiteral.get(Integer.class);
251 assertSetVisitor(Key.get(setOfInteger), intType, setOf(module), BOTH, false, 1,
328 assertSetVisitor(Key.get(setOfInteger), intType, setOf(module), BOTH, false, 0,
    [all...]
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/
kotlin-compiler-embeddable-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1514/
kotlin-compiler-embeddable-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 

Completed in 302 milliseconds

1 2