OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:THE_ONE
(Results
76 - 100
of
129
) sorted by null
1
2
3
4
5
6
/libcore/ojluni/src/main/java/sun/misc/
Unsafe.java
42
private static final Unsafe
THE_ONE
= new Unsafe();
44
private static final Unsafe theUnsafe =
THE_ONE
;
66
return
THE_ONE
;
/dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java
114
classFile.setAttributeFactory(StdAttributeFactory.
THE_ONE
);
120
liveCf.setAttributeFactory(StdAttributeFactory.
THE_ONE
);
285
TranslationAdvice advice = DexTranslationAdvice.
THE_ONE
;
/dalvik/dx/src/com/android/dx/dex/code/form/
Form11n.java
34
public static final InsnFormat
THE_ONE
= new Form11n();
38
* instantiable. Use {@link #
THE_ONE
}.
Form12x.java
33
public static final InsnFormat
THE_ONE
= new Form12x();
37
* instantiable. Use {@link #
THE_ONE
}.
Form21c.java
37
public static final InsnFormat
THE_ONE
= new Form21c();
41
* instantiable. Use {@link #
THE_ONE
}.
Form21h.java
34
public static final InsnFormat
THE_ONE
= new Form21h();
38
* instantiable. Use {@link #
THE_ONE
}.
Form21s.java
34
public static final InsnFormat
THE_ONE
= new Form21s();
38
* instantiable. Use {@link #
THE_ONE
}.
Form22b.java
34
public static final InsnFormat
THE_ONE
= new Form22b();
38
* instantiable. Use {@link #
THE_ONE
}.
Form22c.java
35
public static final InsnFormat
THE_ONE
= new Form22c();
39
* instantiable. Use {@link #
THE_ONE
}.
Form22s.java
34
public static final InsnFormat
THE_ONE
= new Form22s();
38
* instantiable. Use {@link #
THE_ONE
}.
Form31c.java
37
public static final InsnFormat
THE_ONE
= new Form31c();
41
* instantiable. Use {@link #
THE_ONE
}.
/dalvik/dx/src/com/android/multidex/
Path.java
105
classFile.setAttributeFactory(StdAttributeFactory.
THE_ONE
);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form11n.java
35
public static final InsnFormat
THE_ONE
= new Form11n();
39
* instantiable. Use {@link #
THE_ONE
}.
Form12x.java
34
public static final InsnFormat
THE_ONE
= new Form12x();
38
* instantiable. Use {@link #
THE_ONE
}.
Form21c.java
38
public static final InsnFormat
THE_ONE
= new Form21c();
42
* instantiable. Use {@link #
THE_ONE
}.
Form21h.java
35
public static final InsnFormat
THE_ONE
= new Form21h();
39
* instantiable. Use {@link #
THE_ONE
}.
Form21s.java
35
public static final InsnFormat
THE_ONE
= new Form21s();
39
* instantiable. Use {@link #
THE_ONE
}.
Form22b.java
35
public static final InsnFormat
THE_ONE
= new Form22b();
39
* instantiable. Use {@link #
THE_ONE
}.
Form22c.java
36
public static final InsnFormat
THE_ONE
= new Form22c();
40
* instantiable. Use {@link #
THE_ONE
}.
Form22s.java
35
public static final InsnFormat
THE_ONE
= new Form22s();
39
* instantiable. Use {@link #
THE_ONE
}.
Form31c.java
38
public static final InsnFormat
THE_ONE
= new Form31c();
42
* instantiable. Use {@link #
THE_ONE
}.
Form32s.java
35
public static final InsnFormat
THE_ONE
= new Form32s();
39
* instantiable. Use {@link #
THE_ONE
}.
Form41c.java
37
public static final InsnFormat
THE_ONE
= new Form41c();
41
* instantiable. Use {@link #
THE_ONE
}.
Form52c.java
36
public static final InsnFormat
THE_ONE
= new Form52c();
40
* instantiable. Use {@link #
THE_ONE
}.
/dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form3rc.java
35
public static final InsnFormat
THE_ONE
= new Form3rc();
39
* instantiable. Use {@link #
THE_ONE
}.
Completed in 2601 milliseconds
1
2
3
4
5
6