Searched refs:EmptyArray (Results 1 – 22 of 22) sorted by relevance
21 import libcore.util.EmptyArray;114 return EmptyArray.ANNOTATION; in getVisibleAnnotations()124 return EmptyArray.ANNOTATION; in getVisibleAnnotations()
25 import libcore.util.EmptyArray;130 this.formalTypeParameters = EmptyArray.TYPE_VARIABLE; in parseForClass()139 this.formalTypeParameters = EmptyArray.TYPE_VARIABLE; in parseForClass()160 this.formalTypeParameters = EmptyArray.TYPE_VARIABLE; in parseForMethod()191 this.formalTypeParameters = EmptyArray.TYPE_VARIABLE; in parseForConstructor()
22 import libcore.util.EmptyArray;64 return EmptyArray.TYPE; in resolveTypes()
25 import libcore.util.EmptyArray;48 return EmptyArray.TYPE; in getTypeArray()
30 import libcore.util.EmptyArray;250 annotations = EmptyArray.ANNOTATION; in declaredAnnotations()282 return declaredAnnotations().values().toArray(EmptyArray.ANNOTATION); in getDeclaredAnnotations()
30 import libcore.util.EmptyArray;140 return EmptyArray.CLASS; in getParameterTypes()
34 import libcore.util.EmptyArray;188 return EmptyArray.CLASS; in getParameterTypes()
50 import libcore.util.EmptyArray;731 return EmptyArray.CLASS; in intersectExceptions()780 result.add(Object.class.getMethod("hashCode", EmptyArray.CLASS)); in getMethods()781 result.add(Object.class.getMethod("toString", EmptyArray.CLASS)); in getMethods()
36 import libcore.util.EmptyArray;
13 import libcore.util.EmptyArray;53 declared = EmptyArray.BOOLEAN; in Attributes2Impl()54 specified = EmptyArray.BOOLEAN; in Attributes2Impl()
33 public final class EmptyArray { class34 private EmptyArray() {} in EmptyArray() method in EmptyArray
219 private StackTraceElement[] stackTrace = libcore.util.EmptyArray.STACK_TRACE_ELEMENT;822 stackTrace = libcore.util.EmptyArray.STACK_TRACE_ELEMENT; in fillInStackTrace()865 if (stackTrace == libcore.util.EmptyArray.STACK_TRACE_ELEMENT || in getOurStackTrace()872 return libcore.util.EmptyArray.STACK_TRACE_ELEMENT; in getOurStackTrace()878 return libcore.util.EmptyArray.STACK_TRACE_ELEMENT; in getOurStackTrace()
54 import libcore.util.EmptyArray;1112 return EmptyArray.STRING; in initLibPaths()
93 import libcore.util.EmptyArray;1152 return EmptyArray.TYPE_VARIABLE; in getTypeParameters()1372 return EmptyArray.CLASS; in getInterfaces()2937 parameterTypes = EmptyArray.CLASS; in getMethod()3385 parameterTypes = EmptyArray.CLASS; in getConstructor0()
44 import libcore.util.EmptyArray;1842 return ste != null ? ste : EmptyArray.STACK_TRACE_ELEMENT; in getStackTrace()
34 import libcore.util.EmptyArray;182 s.receive(new DatagramPacket(EmptyArray.BYTE, 0)); in testDatagramSocketReceive()
30 import libcore.util.EmptyArray;40 return newStringFromChars(EmptyArray.CHAR, 0, 0); in newEmptyString()
32 import libcore.util.EmptyArray;204 return thread != null ? thread.getStackTrace() : EmptyArray.STACK_TRACE_ELEMENT; in getStackTrace()
33 import libcore.util.EmptyArray;130 DatagramPacket p = new DatagramPacket(EmptyArray.BYTE, 0); in peek()
45 import libcore.util.EmptyArray;1235 return EmptyArray.STRING; in fastSplit()
256 "luni/src/main/java/libcore/util/EmptyArray.java",
700 public final class EmptyArray {