/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/dagger2/lib/ |
D | auto-factory-1.0-20150915.183854-35.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/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/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.jdt.core_3.11.0.v20150602-1242.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/external/guice/lib/build/ |
D | spring-beans.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/springframework/
org/ ... |
D | cglib-3.1.jar | META-INF/
META-INF/MANIFEST.MF
net/
net/sf/
net/ ... |
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.apache.jasper_5.5.17.v201004212143.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/guice/extensions/persist/lib/ |
D | ognl-2.6.7.jar | META-INF/
META-INF/MANIFEST.MF
ognl/
ognl/ASTAdd.class
ASTAdd ... |
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant-nodeps.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/guice/extensions/struts2/lib/ |
D | ognl-3.0.jar | META-INF/
META-INF/MANIFEST.MF
ognl/
ognl/enhance/
ognl/ ... |
D | jetty-util-6.1.0.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mortbay/
org/ ... |
D | core-3.1.1.jar | META-INF/
org/
org/eclipse/
org/eclipse/jdt/
org/eclipse ... |
/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()
|