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

/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.java33 public static final Annotations EMPTY = new Annotations(); field in class:Annotations
36 EMPTY.setImmutable();
/dalvik/dx/src/com/android/dx/cf/code/
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.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;
H A DLocalList.java37 public static final LocalList EMPTY = new LocalList(0); field in class:LocalList
912 return EMPTY;
/dalvik/dx/src/com/android/dx/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/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/libcore/xml/src/main/java/org/apache/xml/serializer/
H A DElemDesc.java45 static final int EMPTY = (1 << 1); field in class:ElemDesc
/dalvik/dx/src/com/android/dx/rop/type/
H A DStdTypeList.java27 public static final StdTypeList EMPTY = new StdTypeList(0); field in class:StdTypeList
/dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
H A DOpCodes.java52 * [EMPTY]
55 public static final int EMPTY = -2; field in class:OpCodes
322 * [index to namespace token, or EMPTY]
515 * [index to ns token or EMPTY]
/dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
H A DSSLEngineTest.java1716 private final ByteBuffer EMPTY = ByteBuffer.allocate(0); field in class:SSLEngineTest.HandshakeHandler
1815 result = engine.wrap(EMPTY, writeBuffer);
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/
H A DExpatParser.java613 return ClonedAttributes.EMPTY;
628 private static final Attributes EMPTY = new ClonedAttributes(0, 0, 0); field in class:ExpatParser.ClonedAttributes
H A DExpatPullParser.java359 static final NamespaceStack EMPTY = new NamespaceStack(); field in class:ExpatPullParser.NamespaceStack
462 NamespaceStack top = EMPTY;
561 super(0, NamespaceStack.EMPTY);
692 super(0, NamespaceStack.EMPTY);
/dalvik/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 706 milliseconds