OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:typedescriptor
(Results
1 - 21
of
21
) 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/compiler-rt/lib/ubsan/
ubsan_handlers.h
22
const
TypeDescriptor
&Type;
40
const
TypeDescriptor
&Type;
61
const
TypeDescriptor
&LHSType;
62
const
TypeDescriptor
&RHSType;
72
const
TypeDescriptor
&ArrayType;
73
const
TypeDescriptor
&IndexType;
92
const
TypeDescriptor
&Type;
100
const
TypeDescriptor
&FromType;
101
const
TypeDescriptor
&ToType;
109
const
TypeDescriptor
&Type
[
all
...]
ubsan_value.h
90
class
TypeDescriptor
{
149
/// This is a combination of a
TypeDescriptor
(which is emitted as constant data
154
const
TypeDescriptor
&Type;
175
Value(const
TypeDescriptor
&Type, ValueHandle Val) : Type(Type), Val(Val) {}
177
const
TypeDescriptor
&getType() const { return Type; }
ubsan_handlers_cxx.h
23
const
TypeDescriptor
&Type;
ubsan_diag.h
195
Diag &operator<<(const
TypeDescriptor
&V);
ubsan_diag.cc
40
Diag &Diag::operator<<(const
TypeDescriptor
&V) {
/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/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
...]
/cts/tools/dex-tools/src/dex/reader/
TypeFormatter.java
31
*
TypeDescriptor
:= 'V' | FieldTypeDescriptor
/dalvik/dexdump/
DexDump.cpp
[
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);
/docs/source.android.com/src/devices/tech/dalvik/
dex-format.jd
938
<h3><i>
TypeDescriptor
</i></h3>
941
<p>A <i>
TypeDescriptor
</i> is the representation of any type, including
946
<tr><td colspan="2" class="def"><i>
TypeDescriptor
</i> →</td></tr>
1072
<h3><i>
TypeDescriptor
</i> Semantics</h3>
1074
<p>This is the meaning of each of the variants of <i>
TypeDescriptor
</i>.</p>
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar
/external/robolectric/lib/main/
javassist-3.14.0-GA.jar
/external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar
/external/robolectric/lib/test/
mockito-core-1.8.5.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
Completed in 950 milliseconds