/external/jetty/src/java/org/eclipse/jetty/util/ |
D | IntrospectionUtil.java | 86 …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/ |
D | ImmutableBean.java | 71 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()
|
D | BeanCopier.java | 97 Type targetType = Type.getType(target); in generateClass() local 119 e.checkcast(targetType); in generateClass() 126 e.checkcast(targetType); in generateClass()
|
/external/vogar/src/vogar/ |
D | Vogar.java | 582 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/ |
D | ThrowingProviderBinder.java | 204 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/ |
D | Code.java | 752 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/ |
D | glsShaderLibraryCase.cpp | 615 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/ |
D | es31fShaderImageLoadStoreTests.cpp | 3344 …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()
|
D | es31fProgramUniformTests.cpp | 739 …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/ |
D | DexMakerTest.java | 662 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/ |
D | es2fUniformApiTests.cpp | 689 …const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScal… in getRandomBoolRepresentation() local 691 result.type = targetType; in getRandomBoolRepresentation()
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformApiTests.cpp | 840 …const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScal… in getRandomBoolRepresentation() local 842 result.type = targetType; in getRandomBoolRepresentation()
|