OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typeDescriptor
(Results
1 - 15
of
15
) sorted by null
/external/smali/dexlib/src/main/java/org/jf/dexlib/
TypeIdItem.java
37
private StringIdItem
typeDescriptor
;
50
* @param
typeDescriptor
The <code>StringIdItem</code> containing the type descriptor that
53
private TypeIdItem(DexFile dexFile, StringIdItem
typeDescriptor
) {
55
this.
typeDescriptor
=
typeDescriptor
;
62
* @param
typeDescriptor
The <code>StringIdItem</code> containing the type descriptor that
67
public static TypeIdItem internTypeIdItem(DexFile dexFile, StringIdItem
typeDescriptor
) {
68
TypeIdItem typeIdItem = new TypeIdItem(dexFile,
typeDescriptor
);
76
* @param
typeDescriptor
The string containing the type descriptor that this
81
public static TypeIdItem internTypeIdItem(DexFile dexFile, String
typeDescriptor
) {
[
all
...]
FieldIdItem.java
189
String
typeDescriptor
= classType.getTypeDescriptor();
193
StringBuffer sb = new StringBuffer(
typeDescriptor
.length() + fieldName.length() + fieldType.length() + 3);
194
sb.append(
typeDescriptor
);
/external/javassist/src/main/javassist/bytecode/
ConstPool.java
233
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))
[
all
...]
/dalvik/dexdump/
DexDump.cpp
[
all
...]
/external/emma/core/java12/com/vladium/jcd/lib/
Types.java
163
return new signatureCompiler ().
typeDescriptor
(type);
178
public static Class descriptorToType (String
typedescriptor
) throws ClassNotFoundException
180
return new typeDescriptorCompiler ().descriptorToClass (
typedescriptor
);
333
public static String typeDescriptorToUserName (final String
typedescriptor
)
335
return new typeDescriptorCompiler2 ().descriptorToClass (
typedescriptor
);
412
String
typeDescriptor
(Class type)
495
Class descriptorToClass (String
typedescriptor
) throws ClassNotFoundException
497
char first =
typedescriptor
.charAt (0);
501
return arrayOf (
typedescriptor
.substring (1));
504
return Class.forName (vmNameToJavaName (
typedescriptor
.substring (1, typedescriptor.length() - 1)))
[
all
...]
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java
[
all
...]
/external/emma/core/java12/com/vladium/jcd/cls/
ClassDef.java
518
public int addNameType (final String name, final String
typeDescriptor
)
521
final int descriptor_index = addCONSTANT_Utf8 (
typeDescriptor
, true);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar
/external/emma/lib/
emma.jar
/prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
/external/robolectric/lib/test/
mockito-core-1.8.5.jar
/external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar
/external/robolectric/lib/main/
javassist-3.14.0-GA.jar
Completed in 168 milliseconds