OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toHuman
(Results
151 - 175
of
232
) sorted by null
1
2
3
4
5
6
7
8
9
10
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoItem.java
80
"...while placing debug info for " + ref.
toHuman
());
86
public String
toHuman
() {
MapItem.java
190
sb.append(type.
toHuman
());
204
public final String
toHuman
() {
ClassDefItem.java
189
out.annotate(0, indexString() + ' ' + thisClass.
toHuman
());
195
superclass.
toHuman
()));
201
out.annotate(0, " " + list.getType(i).
toHuman
());
206
sourceFile.
toHuman
()));
MemberIdItem.java
72
out.annotate(0, indexString() + ' ' + cst.
toHuman
());
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstUtf8.java
228
return "utf8{\"" +
toHuman
() + "\"}";
244
public String
toHuman
() {
305
return '\"' +
toHuman
() + '\"';
317
String string =
toHuman
();
/dalvik/dx/src/com/android/dx/cf/direct/
MemberListParser.java
203
"name: " + name.
toHuman
());
205
"descriptor: " + desc.
toHuman
());
/dalvik/dx/src/com/android/dx/dex/code/
ArrayData.java
176
sb.append(values.get(i).
toHuman
());
196
sb.append(values.get(i).
toHuman
());
/dalvik/dx/src/com/android/dx/dex/file/
DebugInfoItem.java
77
"...while placing debug info for " + ref.
toHuman
());
83
public String
toHuman
() {
MapItem.java
189
sb.append(type.
toHuman
());
203
public final String
toHuman
() {
ClassDefItem.java
186
out.annotate(0, indexString() + ' ' + thisClass.
toHuman
());
192
superclass.
toHuman
()));
198
out.annotate(0, " " + list.getType(i).
toHuman
());
203
sourceFile.
toHuman
()));
MemberIdItem.java
70
out.annotate(0, indexString() + ' ' + cst.
toHuman
());
ValueEncoder.java
318
type.
toHuman
());
342
name.
toHuman
());
377
sb.append(cst.
toHuman
());
/dalvik/dx/src/com/android/dx/rop/cst/
CstString.java
228
return "string{\"" +
toHuman
() + "\"}";
244
public String
toHuman
() {
305
return '\"' +
toHuman
() + '\"';
317
String string =
toHuman
();
/dalvik/dx/src/com/android/dx/ssa/
NormalSsaInsn.java
119
public String
toHuman
() {
120
return toRopInsn().
toHuman
();
PhiInsn.java
331
public String
toHuman
() {
360
sb.append(result.
toHuman
());
371
sb.append(sources.get(i).
toHuman
()
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
ArrayData.java
174
sb.append(values.get(i).
toHuman
());
194
sb.append(values.get(i).
toHuman
());
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoItem.java
78
"...while placing debug info for " + ref.
toHuman
());
84
public String
toHuman
() {
MapItem.java
190
sb.append(type.
toHuman
());
204
public final String
toHuman
() {
ClassDefItem.java
187
out.annotate(0, indexString() + ' ' + thisClass.
toHuman
());
193
superclass.
toHuman
()));
199
out.annotate(0, " " + list.getType(i).
toHuman
());
204
sourceFile.
toHuman
()));
MemberIdItem.java
70
out.annotate(0, indexString() + ' ' + cst.
toHuman
());
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstString.java
228
return "string{\"" +
toHuman
() + "\"}";
244
public String
toHuman
() {
305
return '\"' +
toHuman
() + '\"';
317
String string =
toHuman
();
/external/dexmaker/src/dx/java/com/android/dx/ssa/
NormalSsaInsn.java
114
public String
toHuman
() {
115
return toRopInsn().
toHuman
();
PhiInsn.java
327
public String
toHuman
() {
356
sb.append(result.
toHuman
());
367
sb.append(sources.get(i).
toHuman
()
/dalvik/dexgen/src/com/android/dexgen/rop/code/
Insn.java
24
import com.android.dexgen.util.
ToHuman
;
32
public abstract class Insn implements
ToHuman
{
107
public String
toHuman
() {
112
* Gets an "inline" string portion for
toHuman
(), if available. This
115
* @return {@code null-ok;} if non-null, the inline text for
toHuman
()
357
sb.append(result.
toHuman
());
368
sb.append(sources.get(i).
toHuman
());
/dalvik/dx/src/com/android/dx/cf/code/
LocalsArraySet.java
141
public String
toHuman
() {
146
sb.append(getPrimary().
toHuman
());
157
sb.append(la.getPrimary().
toHuman
());
Completed in 245 milliseconds
1
2
3
4
5
6
7
8
9
10