Searched refs:typeDescriptor (Results 1 - 8 of 8) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DTypeIdItem.java35 private StringIdItem typeDescriptor; field in class:TypeIdItem
48 * @param typeDescriptor The <code>StringIdItem</code> containing the type descriptor that
51 private TypeIdItem(DexFile dexFile, StringIdItem typeDescriptor) { argument
53 this.typeDescriptor = typeDescriptor;
60 * @param typeDescriptor The <code>StringIdItem</code> containing the type descriptor that
65 public static TypeIdItem internTypeIdItem(DexFile dexFile, StringIdItem typeDescriptor) { argument
66 TypeIdItem typeIdItem = new TypeIdItem(dexFile, typeDescriptor);
74 * @param typeDescriptor The string containing the type descriptor that this
79 public static TypeIdItem internTypeIdItem(DexFile dexFile, String typeDescriptor) { argument
96 lookupTypeIdItem(DexFile dexFile, String typeDescriptor) argument
[all...]
H A DFieldIdItem.java177 String typeDescriptor = classType.getTypeDescriptor();
181 StringBuffer sb = new StringBuffer(typeDescriptor.length() + fieldName.length() + fieldType.length() + 3);
182 sb.append(typeDescriptor);
/external/javassist/src/main/javassist/bytecode/
H A DConstPool.java233 return ntinfo.typeDescriptor;
337 return getUtf8Info(n.typeDescriptor);
416 return getUtf8Info(n.typeDescriptor);
499 return getUtf8Info(n.typeDescriptor);
632 return ntinfo.typeDescriptor;
660 && getUtf8Info(ntinfo.typeDescriptor).equals(desc))
1244 int typeDescriptor; field in class:NameAndTypeInfo
1248 typeDescriptor = type;
1253 typeDescriptor = in.readUnsignedShort();
1256 boolean hashCheck(int a, int b) { return a == memberName && b == typeDescriptor; }
[all...]
/external/emma/core/java12/com/vladium/jcd/lib/
H A DTypes.java163 return new signatureCompiler ().typeDescriptor (type);
412 String typeDescriptor (Class type) method in class:Types.signatureCompiler
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DDescriptors.java954 final GenericDescriptor typeDescriptor =
959 if (typeDescriptor instanceof Descriptor) {
961 } else if (typeDescriptor instanceof EnumDescriptor) {
970 if (!(typeDescriptor instanceof Descriptor)) {
974 messageType = (Descriptor)typeDescriptor;
981 if (!(typeDescriptor instanceof EnumDescriptor)) {
985 enumType = (EnumDescriptor)typeDescriptor;
/external/emma/core/java12/com/vladium/jcd/cls/
H A DClassDef.java518 public int addNameType (final String name, final String typeDescriptor) argument
521 final int descriptor_index = addCONSTANT_Utf8 (typeDescriptor, true);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 152 milliseconds