Home
last modified time | relevance | path

Searched refs:targetType (Results 1 – 12 of 12) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/util/
DIntrospectionUtil.java86 …public static Field findField (Class<?> clazz, String targetName, Class<?> targetType, boolean che… in findField() argument
99 if (field.getType().equals(targetType)) in findField()
104 if (field.getType().isAssignableFrom(targetType)) in findField()
109 … findInheritedField(clazz.getPackage(), clazz.getSuperclass(), targetName, targetType, strictType); in findField()
112 …eldException("No field with name "+targetName+" in class "+clazz.getName()+" of type "+targetType); in findField()
116 …urn findInheritedField(clazz.getPackage(),clazz.getSuperclass(), targetName,targetType,strictType); in findField()
/external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
DImmutableBean.java71 Type targetType = Type.getType(target); in generateClass() local
76 targetType, in generateClass()
80 … ce.declare_field(Constants.ACC_FINAL | Constants.ACC_PRIVATE, FIELD_NAME, targetType, null); in generateClass()
87 e.checkcast(targetType); in generateClass()
DBeanCopier.java97 Type targetType = Type.getType(target); in generateClass() local
119 e.checkcast(targetType); in generateClass()
126 e.checkcast(targetType); in generateClass()
/external/vogar/src/vogar/
DVogar.java582 TargetType targetType; in run() local
584 targetType = TargetType.SSH; in run()
586 targetType = TargetType.LOCAL; in run()
588 targetType = TargetType.ADB; in run()
593 : new File(targetType.defaultDeviceDir(), "run"); in run()
597 switch (targetType) { in run()
612 throw new IllegalStateException("Unknown target type: " + targetType); in run()
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
DThrowingProviderBinder.java204 public ScopedBindingBuilder to(Class<? extends P> targetType) { in to() argument
205 return to(Key.get(targetType)); in to()
/external/dexmaker/src/main/java/com/google/dexmaker/
DCode.java752 com.android.dx.rop.type.Type targetType) { in getCastRop() argument
754 switch (targetType.getBasicType()) { in getCastRop()
763 return Rops.opConv(targetType, sourceType); in getCastRop()
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp615 BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType targetType);
631 …alidator::BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType targetType) in BeforeDrawValidator() argument
634 , m_targetType (targetType) in BeforeDrawValidator()
637 DE_ASSERT(targetType < TARGETTYPE_LAST); in BeforeDrawValidator()
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp3344 …const EarlyFragmentTestsCase::RenderTargetType targetType = (EarlyFragmentTestsCase::RenderTarget… in init() local
3352 …const string targetName = targetType == EarlyFragmentTestsCase::RENDERTARGET_FBO ?… in init()
3353 …: targetType == EarlyFragmentTestsCase::RENDERTARGET_FBO_WITHOUT_TEST_ATTACHMENT ? (std::string("_… in init()
3360 … + ((targetType == EarlyFragmentTestsCase::RENDERTARGET_FBO) ? (", render to fbo") in init()
3361 …: (targetType == EarlyFragmentTestsCase::RENDERTARGET_FBO_WITHOUT_TEST_ATTACHMENT) ? (", render t… in init()
3364 …mentTestsCase(m_context, caseName.c_str(), caseDesc.c_str(), testType, useEarlyTests, targetType)); in init()
Des31fProgramUniformTests.cpp739 …const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScal… in getRandomBoolRepresentation() local
741 result.type = targetType; in getRandomBoolRepresentation()
/external/dexmaker/src/test/java/com/google/dexmaker/
DDexMakerTest.java662 TypeId<?> targetType = TypeId.get(target); in numericCastingMethod() local
663 MethodId<?, ?> methodId = GENERATED.getMethod(targetType, "call", sourceType); in numericCastingMethod()
666 Local<?> localCasted = code.newLocal(targetType); in numericCastingMethod()
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp689 …const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScal… in getRandomBoolRepresentation() local
691 result.type = targetType; in getRandomBoolRepresentation()
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp840 …const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScal… in getRandomBoolRepresentation() local
842 result.type = targetType; in getRandomBoolRepresentation()