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
129
) sorted by null
1
2
3
4
5
6
/dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form51l.java
34
public static final InsnFormat
THE_ONE
= new Form51l();
38
* instantiable. Use {@link #
THE_ONE
}.
/dalvik/dx/src/com/android/dx/dex/code/form/
Form21t.java
32
public static final InsnFormat
THE_ONE
= new Form21t();
36
* instantiable. Use {@link #
THE_ONE
}.
Form22t.java
32
public static final InsnFormat
THE_ONE
= new Form22t();
36
* instantiable. Use {@link #
THE_ONE
}.
Form22x.java
32
public static final InsnFormat
THE_ONE
= new Form22x();
36
* instantiable. Use {@link #
THE_ONE
}.
Form23x.java
32
public static final InsnFormat
THE_ONE
= new Form23x();
36
* instantiable. Use {@link #
THE_ONE
}.
Form31i.java
34
public static final InsnFormat
THE_ONE
= new Form31i();
38
* instantiable. Use {@link #
THE_ONE
}.
Form31t.java
32
public static final InsnFormat
THE_ONE
= new Form31t();
36
* instantiable. Use {@link #
THE_ONE
}.
Form32x.java
32
public static final InsnFormat
THE_ONE
= new Form32x();
36
* instantiable. Use {@link #
THE_ONE
}.
Form3rc.java
34
public static final InsnFormat
THE_ONE
= new Form3rc();
38
* instantiable. Use {@link #
THE_ONE
}.
Form51l.java
35
public static final InsnFormat
THE_ONE
= new Form51l();
39
* instantiable. Use {@link #
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
}.
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form21t.java
33
public static final InsnFormat
THE_ONE
= new Form21t();
37
* instantiable. Use {@link #
THE_ONE
}.
Form22t.java
33
public static final InsnFormat
THE_ONE
= new Form22t();
37
* instantiable. Use {@link #
THE_ONE
}.
Form22x.java
33
public static final InsnFormat
THE_ONE
= new Form22x();
37
* instantiable. Use {@link #
THE_ONE
}.
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
}.
/external/dexmaker/src/dx/java/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
}.
/external/dexmaker/src/main/java/com/google/dexmaker/
Constants.java
45
return CstKnownNull.
THE_ONE
;
/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
;
Completed in 851 milliseconds
1
2
3
4
5
6