OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CstLong
(Results
1 - 3
of
3
) sorted by null
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstLong.java
25
public final class
CstLong
28
public static final
CstLong
VALUE_0 = make(0);
31
public static final
CstLong
VALUE_1 = make(1);
39
public static
CstLong
make(long value) {
44
return new
CstLong
(value);
52
private
CstLong
(long value) {
/dalvik/dx/src/com/android/dx/rop/cst/
CstLong.java
25
public final class
CstLong
28
public static final
CstLong
VALUE_0 = make(0);
31
public static final
CstLong
VALUE_1 = make(1);
39
public static
CstLong
make(long value) {
44
return new
CstLong
(value);
52
private
CstLong
(long value) {
/prebuilt/sdk/tools/lib/
dx.jar
Completed in 535 milliseconds