Searched defs:EMPTY (Results 1 - 25 of 27) sorted by relevance

12

/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
H A DAnnotationsList.java27 public static final AnnotationsList EMPTY = new AnnotationsList(0); field in class:AnnotationsList
H A DAnnotations.java33 public static final Annotations EMPTY = new Annotations(); field in class:Annotations
36 EMPTY.setImmutable();
/dalvik/dx/src/com/android/dex/
H A DTypeList.java23 public static final TypeList EMPTY = new TypeList(null, Dex.EMPTY_SHORT_ARRAY); field in class:TypeList
/dalvik/dx/src/com/android/dx/rop/annotation/
H A DAnnotationsList.java27 public static final AnnotationsList EMPTY = new AnnotationsList(0); field in class:AnnotationsList
H A DAnnotations.java32 public static final Annotations EMPTY = new Annotations(); field in class:Annotations
35 EMPTY.setImmutable();
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DCatchHandlerList.java29 public static final CatchHandlerList EMPTY = new CatchHandlerList(0); field in class:CatchHandlerList
H A DCatchTable.java30 public static final CatchTable EMPTY = new CatchTable(0); field in class:CatchTable
H A DPositionList.java28 public static final PositionList EMPTY = new PositionList(0); field in class:PositionList
61 return EMPTY;
/dalvik/dexgen/src/com/android/dexgen/rop/
H A DLineNumberList.java27 public static final LineNumberList EMPTY = new LineNumberList(0); field in class:LineNumberList
39 if (list1 == EMPTY) {
H A DByteCatchList.java31 public static final ByteCatchList EMPTY = new ByteCatchList(0); field in class:ByteCatchList
115 return EMPTY;
182 return IntList.EMPTY;
207 return StdTypeList.EMPTY;
/dalvik/dx/src/com/android/dx/cf/code/
H A DBootstrapMethodsList.java28 public static final BootstrapMethodsList EMPTY = new BootstrapMethodsList(0); field in class:BootstrapMethodsList
86 if (list1 == EMPTY) {
88 } else if (list2 == EMPTY) {
H A DLineNumberList.java27 public static final LineNumberList EMPTY = new LineNumberList(0); field in class:LineNumberList
39 if (list1 == EMPTY) {
H A DByteCatchList.java31 public static final ByteCatchList EMPTY = new ByteCatchList(0); field in class:ByteCatchList
115 return EMPTY;
182 return IntList.EMPTY;
207 return StdTypeList.EMPTY;
H A DLocalVariableList.java31 public static final LocalVariableList EMPTY = new LocalVariableList(0); field in class:LocalVariableList
43 if (list1 == EMPTY) {
/dalvik/dx/src/com/android/dx/dex/code/
H A DCatchHandlerList.java29 public static final CatchHandlerList EMPTY = new CatchHandlerList(0); field in class:CatchHandlerList
H A DCatchTable.java29 public static final CatchTable EMPTY = new CatchTable(0); field in class:CatchTable
H A DPositionList.java28 public static final PositionList EMPTY = new PositionList(0); field in class:PositionList
61 return EMPTY;
/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRegisterSpecList.java29 public static final RegisterSpecList EMPTY = new RegisterSpecList(0); field in class:RegisterSpecList
250 return EMPTY;
277 return EMPTY;
H A DRegisterSpecSet.java29 public static final RegisterSpecSet EMPTY = new RegisterSpecSet(0); field in class:RegisterSpecSet
/dalvik/dexgen/src/com/android/dexgen/util/
H A DIntList.java26 public static final IntList EMPTY = new IntList(0); field in class:IntList
38 EMPTY.setImmutable();
/dalvik/dx/src/com/android/dx/rop/code/
H A DRegisterSpecSet.java28 public static final RegisterSpecSet EMPTY = new RegisterSpecSet(0); field in class:RegisterSpecSet
H A DRegisterSpecList.java30 public static final RegisterSpecList EMPTY = new RegisterSpecList(0); field in class:RegisterSpecList
251 return EMPTY;
278 return EMPTY;
307 return EMPTY;
/dalvik/dx/src/com/android/dx/util/
H A DIntList.java26 public static final IntList EMPTY = new IntList(0); field in class:IntList
38 EMPTY.setImmutable();
/dalvik/dexgen/src/com/android/dexgen/rop/type/
H A DStdTypeList.java27 public static final StdTypeList EMPTY = new StdTypeList(0); field in class:StdTypeList
/dalvik/dx/src/com/android/dx/rop/type/
H A DStdTypeList.java27 public static final StdTypeList EMPTY = new StdTypeList(0); field in class:StdTypeList

Completed in 339 milliseconds

12