/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
D | TestUtils.java | 43 …public static ClassDef makeClassDef(@Nonnull String classType, @Nullable String superType, String.… in makeClassDef() argument 44 return new ImmutableClassDef(classType, 0, superType, ImmutableSet.copyOf(interfaces), in makeClassDef() 48 public static ClassDef makeInterfaceDef(@Nonnull String classType, String... interfaces) { in makeInterfaceDef() argument 49 … return new ImmutableClassDef(classType, AccessFlags.INTERFACE.getValue(), "Ljava/lang/Object;", in makeInterfaceDef()
|
/external/vogar/src/vogar/ |
D | OptionParser.java | 180 Class<?> classType = (Class) type; in getHandler() local 181 if (Collection.class.isAssignableFrom(classType)) { in getHandler() 189 if (classType.isEnum()) { in getHandler() 190 return new EnumHandler(classType); in getHandler() 192 return handlers.get(classType); in getHandler()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
D | FieldIdItem.java | 73 String classType = dexFile.getType(classIndex); 81 return String.format("%s->%s:%s", classType, fieldName, fieldType);
|
D | MethodIdItem.java | 73 String classType = dexFile.getType(classIndex); 81 return String.format("%s->%s%s", classType, methodName, protoString);
|
D | ClassDefItem.java | 112 private void addClassDataIdentity(int classDataOffset, String classType) { in makeAnnotator() argument 114 classDataAnnotator.setItemIdentity(classDataOffset, classType); in makeAnnotator()
|
/external/skia/tests/ |
D | GrTRecorderTest.cpp | 273 ClassType classType = order.next(); in test_subclasses_iters() local 276 REPORTER_ASSERT(reporter, classType == iter->getType()); in test_subclasses_iters() 281 REPORTER_ASSERT(reporter, classType == reverseIter->getType()); in test_subclasses_iters()
|
/external/mockito/src/org/mockito/internal/util/reflection/ |
D | GenericMetadataSupport.java | 68 protected void registerTypeVariablesOn(Type classType) { in registerTypeVariablesOn() argument 69 if (!(classType instanceof ParameterizedType)) { in registerTypeVariablesOn() 72 ParameterizedType parameterizedType = (ParameterizedType) classType; in registerTypeVariablesOn()
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
D | ClassEmitter.java | 63 final Type classType = Type.getType("L" + className.replace('.', '/') + ";"); in begin_class() local 66 return classType; in begin_class()
|
/external/smali/smali/src/main/antlr3/ |
D | smaliTreeWalker.g | 77 public String classType; 162 $classDef = dexBuilder.internClassDef($header.classType, $header.accessFlags, $header.superType, 173 header returns[String classType, int accessFlags, String superType, List<String> implementsList, St… 176 classType = $class_spec.type; 177 $classType = classType; 262 …$field = dexBuilder.internField(classType, $SIMPLE_NAME.text, $nonvoid_type_descriptor.type, $acce… 458 classType, 509 type = classType; 522 type = classType;
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | ClassProto.java | 660 private String getPackage(@Nonnull String classType) { 661 int lastSlash = classType.lastIndexOf('/'); 665 return classType.substring(1, lastSlash);
|
D | MethodAnalyzer.java | 1099 RegisterType classType = RegisterType.getRegisterType(RegisterType.REFERENCE, classClass); 1100 setDestinationRegisterTypeAndPropagateChanges(analyzedInstruction, classType); 1133 RegisterType classType = RegisterType.getRegisterType(classPath, typeReference); 1136 RegisterType.getRegisterType(RegisterType.UNINIT_REF, classType.type));
|
/external/smali/smali/src/main/java/org/jf/smali/ |
D | smaliTreeWalker.java | 324 public String classType; field in smaliTreeWalker 443 ….internClassDef((header1!=null?((smaliTreeWalker.header_return)header1).classType:null), (header1!… in smali_file() 467 public String classType; field in smaliTreeWalker.header_return 522 classType = (class_spec5!=null?((smaliTreeWalker.class_spec_return)class_spec5).type:null); in header() 523 retval.classType = classType; in header() 1037 …field = dexBuilder.internField(classType, (SIMPLE_NAME20!=null?SIMPLE_NAME20.getText():null), (non… in field() 2246 classType, in method() 2479 type = classType; in method_reference() 2543 type = classType; in field_reference()
|
/external/doclava/src/com/google/doclava/ |
D | InfoBuilder.java | 555 String commentText, SourcePositionInfo position, ClassType classType) { in buildClassName() argument 567 switch (classType) { in buildClassName()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
D | jdimodel.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/vogar/lib/ |
D | gson-1.7.1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | mockito-all-1.8.5.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hamcrest/
org/ ... |
/external/replicaisland/src/com/replica/replicaisland/ |
D | GameObjectFactory.java | 208 public ComponentClass(Class<?> classType, int size) { in GameObjectFactory() argument 209 type = classType; in GameObjectFactory()
|
/external/robolectric/lib/test/ |
D | mockito-core-1.8.5.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mockito/
org/ ... |
/external/dexmaker/lib/ |
D | mockito-core-1.9.1-SNAPSHOT.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mockito/
org/ ... |
/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.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | findbugs.jar | META-INF/
META-INF/MANIFEST.MF
default.xsl
edu/
edu/umd ... |