OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:THE_ONE
(Results
51 - 75
of
96
) sorted by null
1
2
3
4
/dalvik/dx/src/com/android/dx/dex/code/form/
Form23x.java
33
public static final InsnFormat
THE_ONE
= new Form23x();
37
* instantiable. Use {@link #
THE_ONE
}.
Form31i.java
35
public static final InsnFormat
THE_ONE
= new Form31i();
39
* instantiable. Use {@link #
THE_ONE
}.
Form31t.java
33
public static final InsnFormat
THE_ONE
= new Form31t();
37
* instantiable. Use {@link #
THE_ONE
}.
Form32x.java
33
public static final InsnFormat
THE_ONE
= new Form32x();
37
* instantiable. Use {@link #
THE_ONE
}.
Form33x.java
33
public static final InsnFormat
THE_ONE
= new Form33x();
37
* instantiable. Use {@link #
THE_ONE
}.
Form3rc.java
34
public static final InsnFormat
THE_ONE
= new Form3rc();
38
* instantiable. Use {@link #
THE_ONE
}.
Form51l.java
36
public static final InsnFormat
THE_ONE
= new Form51l();
40
* instantiable. Use {@link #
THE_ONE
}.
Form5rc.java
34
public static final InsnFormat
THE_ONE
= new Form5rc();
38
* instantiable. Use {@link #
THE_ONE
}.
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
}.
/dalvik/dx/src/com/android/dx/gen/
Constants.java
45
return CstKnownNull.
THE_ONE
;
/dalvik/dx/src/com/android/dx/rop/code/
DexTranslationAdvice.java
29
public static final DexTranslationAdvice
THE_ONE
=
46
* This class is not publicly instantiable. Use {@link #
THE_ONE
}.
/libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicInteger.java
27
private static final Unsafe unsafe = UnsafeAccess.
THE_ONE
; // android-changed
AtomicLong.java
27
private static final Unsafe unsafe = UnsafeAccess.
THE_ONE
; // android-changed
/dalvik/dx/src/com/android/dx/command/dump/
DotDumper.java
70
classFile.setAttributeFactory(StdAttributeFactory.
THE_ONE
);
76
liveCf.setAttributeFactory(StdAttributeFactory.
THE_ONE
);
116
TranslationAdvice advice = DexTranslationAdvice.
THE_ONE
;
BlockDumper.java
116
classFile.setAttributeFactory(StdAttributeFactory.
THE_ONE
);
122
liveCf.setAttributeFactory(StdAttributeFactory.
THE_ONE
);
287
TranslationAdvice advice = DexTranslationAdvice.
THE_ONE
;
Completed in 306 milliseconds
1
2
3
4