/libcore/ojluni/annotations/sdk/nullability/java/util/logging/ |
D | Logger.annotated.java | 38 protected Logger(@libcore.util.Nullable java.lang.String name, @libcore.util.Nullable java.lang.Str… in Logger() 44 …er getLogger(@libcore.util.NonNull java.lang.String name, @libcore.util.Nullable java.lang.String … in getLogger() 48 …public static java.util.logging.Logger getAnonymousLogger(@libcore.util.Nullable java.lang.String … in getAnonymousLogger() 50 @libcore.util.Nullable public java.util.ResourceBundle getResourceBundle() { throw new RuntimeExcep… in getResourceBundle() 52 @libcore.util.Nullable public java.lang.String getResourceBundleName() { throw new RuntimeException… in getResourceBundleName() 54 public void setFilter(@libcore.util.Nullable java.util.logging.Filter newFilter) throws java.lang.S… in setFilter() 56 @libcore.util.Nullable public java.util.logging.Filter getFilter() { throw new RuntimeException("St… in getFilter() 60 public void log(@libcore.util.NonNull java.util.logging.Level level, @libcore.util.Nullable java.la… in log() 62 …ibcore.util.NonNull java.util.function.Supplier<java.lang.@libcore.util.Nullable String> msgSuppli… in log() 64 …Null java.util.logging.Level level, @libcore.util.Nullable java.lang.String msg, @libcore.util.Nul… in log() [all …]
|
/libcore/luni/src/main/java/android/crypto/hpke/ |
D | HpkeSpi.java | 24 import libcore.util.Nullable; 65 @Nullable byte[] info, in engineInitSender() 66 @Nullable PrivateKey senderKey, in engineInitSender() 67 @Nullable byte[] psk, in engineInitSender() 68 @Nullable byte[] psk_id) in engineInitSender() 106 @Nullable byte[] info, in engineInitSenderWithSeed() 107 @Nullable PrivateKey senderKey, in engineInitSenderWithSeed() 108 @Nullable byte[] psk, in engineInitSenderWithSeed() 109 @Nullable byte[] psk_id, in engineInitSenderWithSeed() 143 @Nullable byte[] info, in engineInitRecipient() [all …]
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/ |
D | Field.annotated.java | 50 public boolean equals(@libcore.util.Nullable java.lang.Object obj) { throw new RuntimeException("St… in equals() 58 @libcore.util.Nullable public native java.lang.Object get(@libcore.util.Nullable java.lang.Object o… in get() 60 public native boolean getBoolean(@libcore.util.Nullable java.lang.Object obj) throws java.lang.Ille… in getBoolean() 62 public native byte getByte(@libcore.util.Nullable java.lang.Object obj) throws java.lang.IllegalAcc… in getByte() 64 public native char getChar(@libcore.util.Nullable java.lang.Object obj) throws java.lang.IllegalAcc… in getChar() 66 public native short getShort(@libcore.util.Nullable java.lang.Object obj) throws java.lang.IllegalA… in getShort() 68 public native int getInt(@libcore.util.Nullable java.lang.Object obj) throws java.lang.IllegalAcces… in getInt() 70 public native long getLong(@libcore.util.Nullable java.lang.Object obj) throws java.lang.IllegalAcc… in getLong() 72 public native float getFloat(@libcore.util.Nullable java.lang.Object obj) throws java.lang.IllegalA… in getFloat() 74 public native double getDouble(@libcore.util.Nullable java.lang.Object obj) throws java.lang.Illega… in getDouble() [all …]
|
/libcore/ojluni/annotations/sdk/nullability/java/util/ |
D | Objects.annotated.java | 36 public static boolean equals(@libcore.util.Nullable java.lang.Object a, @libcore.util.Nullable java… in equals() 38 public static boolean deepEquals(@libcore.util.Nullable java.lang.Object a, @libcore.util.Nullable … in deepEquals() 40 public static int hashCode(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException(… in hashCode() 42 public static int hash(java.lang.@libcore.util.Nullable Object @libcore.util.Nullable ... values) {… in hash() 44 @libcore.util.NonNull public static java.lang.String toString(@libcore.util.Nullable java.lang.Obje… in toString() 46 @libcore.util.NonNull public static java.lang.String toString(@libcore.util.Nullable java.lang.Obje… in toString() 50 @libcore.util.NonNull public static <T> T requireNonNull(@libcore.util.Nullable T obj) { throw new … in requireNonNull() 52 @libcore.util.NonNull public static <T> T requireNonNull(@libcore.util.Nullable T obj, @libcore.uti… in requireNonNull() 54 public static boolean isNull(@libcore.util.Nullable java.lang.Object obj) { throw new RuntimeExcept… in isNull() 56 public static boolean nonNull(@libcore.util.Nullable java.lang.Object obj) { throw new RuntimeExcep… in nonNull() [all …]
|
D | HashMap.annotated.java | 45 @libcore.util.Nullable public V get(@libcore.util.Nullable java.lang.Object key) { throw new Runtim… in get() 47 public boolean containsKey(@libcore.util.Nullable java.lang.Object key) { throw new RuntimeExceptio… in containsKey() 49 @libcore.util.Nullable public V put(@libcore.util.NullFromTypeParam K key, @libcore.util.NullFromTy… in put() 53 @libcore.util.Nullable public V remove(@libcore.util.Nullable java.lang.Object key) { throw new Run… in remove() 57 public boolean containsValue(@libcore.util.Nullable java.lang.Object value) { throw new RuntimeExce… in containsValue() 65 @libcore.util.Nullable public V getOrDefault(@libcore.util.Nullable java.lang.Object key, @libcore.… in getOrDefault() 67 @libcore.util.Nullable public V putIfAbsent(@libcore.util.NullFromTypeParam K key, @libcore.util.Nu… in putIfAbsent() 69 public boolean remove(@libcore.util.Nullable java.lang.Object key, @libcore.util.Nullable java.lang… in remove() 71 public boolean replace(@libcore.util.NullFromTypeParam K key, @libcore.util.Nullable V oldValue, @l… in replace() 73 @libcore.util.Nullable public V replace(@libcore.util.NullFromTypeParam K key, @libcore.util.NullFr… in replace() [all …]
|
D | Arrays.annotated.java | 106 public static <T> void parallelSort(T @libcore.util.NonNull [] a, @libcore.util.Nullable java.util.… in parallelSort() 108 …T @libcore.util.NonNull [] a, int fromIndex, int toIndex, @libcore.util.Nullable java.util.Compara… in parallelSort() 114 public static <T> void sort(T @libcore.util.NonNull [] a, @libcore.util.Nullable java.util.Comparat… in sort() 116 …T @libcore.util.NonNull [] a, int fromIndex, int toIndex, @libcore.util.Nullable java.util.Compara… in sort() 166 …util.NonNull [] a, @libcore.util.NullFromTypeParam T key, @libcore.util.Nullable java.util.Compara… in binarySearch() 168 …ndex, int toIndex, @libcore.util.NullFromTypeParam T key, @libcore.util.Nullable java.util.Compara… in binarySearch() 170 public static boolean equals(long @libcore.util.Nullable [] a, long @libcore.util.Nullable [] a2) {… in equals() 174 public static boolean equals(int @libcore.util.Nullable [] a, int @libcore.util.Nullable [] a2) { t… in equals() 178 public static boolean equals(short @libcore.util.Nullable [] a, short @libcore.util.Nullable [] a2)… in equals() 182 public static boolean equals(char @libcore.util.Nullable [] a, char @libcore.util.Nullable [] a2) {… in equals() [all …]
|
D | Deque.annotated.java | 55 @libcore.util.Nullable public E pollFirst(); in pollFirst() 57 @libcore.util.Nullable public E pollLast(); in pollLast() 63 @libcore.util.Nullable public E peekFirst(); in peekFirst() 65 @libcore.util.Nullable public E peekLast(); in peekLast() 67 public boolean removeFirstOccurrence(@libcore.util.Nullable java.lang.Object o); in removeFirstOccurrence() 69 public boolean removeLastOccurrence(@libcore.util.Nullable java.lang.Object o); in removeLastOccurrence() 77 @libcore.util.Nullable public E poll(); in poll() 81 @libcore.util.Nullable public E peek(); in peek() 87 public boolean remove(@libcore.util.Nullable java.lang.Object o); in remove() 89 public boolean contains(@libcore.util.Nullable java.lang.Object o); in contains()
|
D | TreeMap.annotated.java | 36 public TreeMap(@libcore.util.Nullable java.util.Comparator<? super @libcore.util.NullFromTypeParam … in TreeMap() 44 public boolean containsKey(@libcore.util.Nullable java.lang.Object key) { throw new RuntimeExceptio… in containsKey() 46 public boolean containsValue(@libcore.util.Nullable java.lang.Object value) { throw new RuntimeExce… in containsValue() 48 @libcore.util.Nullable public V get(@libcore.util.Nullable java.lang.Object key) { throw new Runtim… in get() 50 @libcore.util.Nullable public java.util.Comparator<? super @libcore.util.NullFromTypeParam K> compa… in comparator() 58 @libcore.util.Nullable public V put(@libcore.util.NullFromTypeParam K key, @libcore.util.NullFromTy… in put() 60 @libcore.util.Nullable public V remove(@libcore.util.Nullable java.lang.Object key) { throw new Run… in remove() 66 @libcore.util.Nullable public java.util.Map.Entry<@libcore.util.NullFromTypeParam K, @libcore.util.… in firstEntry() 68 @libcore.util.Nullable public java.util.Map.Entry<@libcore.util.NullFromTypeParam K, @libcore.util.… in lastEntry() 70 @libcore.util.Nullable public java.util.Map.Entry<@libcore.util.NullFromTypeParam K, @libcore.util.… in pollFirstEntry() [all …]
|
D | LinkedList.annotated.java | 49 public boolean contains(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("St… in contains() 55 public boolean remove(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub… in remove() 71 public int indexOf(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub!")… in indexOf() 73 public int lastIndexOf(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stu… in lastIndexOf() 75 @libcore.util.Nullable public E peek() { throw new RuntimeException("Stub!"); } in peek() 79 @libcore.util.Nullable public E poll() { throw new RuntimeException("Stub!"); } in poll() 89 @libcore.util.Nullable public E peekFirst() { throw new RuntimeException("Stub!"); } in peekFirst() 91 @libcore.util.Nullable public E peekLast() { throw new RuntimeException("Stub!"); } in peekLast() 93 @libcore.util.Nullable public E pollFirst() { throw new RuntimeException("Stub!"); } in pollFirst() 95 @libcore.util.Nullable public E pollLast() { throw new RuntimeException("Stub!"); } in pollLast() [all …]
|
D | ArrayDeque.annotated.java | 60 @libcore.util.Nullable public E pollFirst() { throw new RuntimeException("Stub!"); } in pollFirst() 62 @libcore.util.Nullable public E pollLast() { throw new RuntimeException("Stub!"); } in pollLast() 68 @libcore.util.Nullable public E peekFirst() { throw new RuntimeException("Stub!"); } in peekFirst() 70 @libcore.util.Nullable public E peekLast() { throw new RuntimeException("Stub!"); } in peekLast() 72 public boolean removeFirstOccurrence(@libcore.util.Nullable java.lang.Object o) { throw new Runtime… in removeFirstOccurrence() 74 public boolean removeLastOccurrence(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeE… in removeLastOccurrence() 82 @libcore.util.Nullable public E poll() { throw new RuntimeException("Stub!"); } in poll() 86 @libcore.util.Nullable public E peek() { throw new RuntimeException("Stub!"); } in peek() 100 public boolean contains(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("St… in contains() 102 public boolean remove(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub… in remove() [all …]
|
D | NavigableMap.annotated.java | 43 @libcore.util.Nullable public java.util.Map.Entry<@libcore.util.NullFromTypeParam K, @libcore.util.… in lowerEntry() 45 @libcore.util.Nullable public K lowerKey(@libcore.util.NullFromTypeParam K key); in lowerKey() 47 @libcore.util.Nullable public java.util.Map.Entry<@libcore.util.NullFromTypeParam K, @libcore.util.… in floorEntry() 49 @libcore.util.Nullable public K floorKey(@libcore.util.NullFromTypeParam K key); in floorKey() 51 @libcore.util.Nullable public java.util.Map.Entry<@libcore.util.NullFromTypeParam K, @libcore.util.… in ceilingEntry() 53 @libcore.util.Nullable public K ceilingKey(@libcore.util.NullFromTypeParam K key); in ceilingKey() 55 @libcore.util.Nullable public java.util.Map.Entry<@libcore.util.NullFromTypeParam K, @libcore.util.… in higherEntry() 57 @libcore.util.Nullable public K higherKey(@libcore.util.NullFromTypeParam K key); in higherKey() 59 @libcore.util.Nullable public java.util.Map.Entry<@libcore.util.NullFromTypeParam K, @libcore.util.… in firstEntry() 61 @libcore.util.Nullable public java.util.Map.Entry<@libcore.util.NullFromTypeParam K, @libcore.util.… in lastEntry() [all …]
|
D | Map.annotated.java | 38 public boolean containsKey(@libcore.util.Nullable java.lang.Object key); in containsKey() 40 public boolean containsValue(@libcore.util.Nullable java.lang.Object value); in containsValue() 42 @libcore.util.Nullable public V get(@libcore.util.Nullable java.lang.Object key); in get() 44 @libcore.util.Nullable public V put(@libcore.util.NullFromTypeParam K key, @libcore.util.NullFromTy… in put() 46 @libcore.util.Nullable public V remove(@libcore.util.Nullable java.lang.Object key); in remove() 58 public boolean equals(@libcore.util.Nullable java.lang.Object o); in equals() 62 @libcore.util.Nullable public default V getOrDefault(@libcore.util.Nullable java.lang.Object key, @… in getOrDefault() 68 @libcore.util.Nullable public default V putIfAbsent(@libcore.util.NullFromTypeParam K key, @libcore… in putIfAbsent() 70 public default boolean remove(@libcore.util.Nullable java.lang.Object key, @libcore.util.Nullable j… in remove() 72 public default boolean replace(@libcore.util.NullFromTypeParam K key, @libcore.util.Nullable V oldV… in replace() [all …]
|
D | AbstractMap.annotated.java | 40 public boolean containsValue(@libcore.util.Nullable java.lang.Object value) { throw new RuntimeExce… in containsValue() 42 public boolean containsKey(@libcore.util.Nullable java.lang.Object key) { throw new RuntimeExceptio… in containsKey() 44 @libcore.util.Nullable public V get(@libcore.util.Nullable java.lang.Object key) { throw new Runtim… in get() 46 @libcore.util.Nullable public V put(@libcore.util.NullFromTypeParam K key, @libcore.util.NullFromTy… in put() 48 @libcore.util.Nullable public V remove(@libcore.util.Nullable java.lang.Object key) { throw new Run… in remove() 60 public boolean equals(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub… in equals() 81 public boolean equals(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub… in equals() 101 public boolean equals(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub… in equals()
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | System.annotated.java | 41 public static void setIn(@libcore.util.Nullable java.io.InputStream in) { throw new RuntimeExceptio… in setIn() 43 public static void setOut(@libcore.util.Nullable java.io.PrintStream out) { throw new RuntimeExcept… in setOut() 45 public static void setErr(@libcore.util.Nullable java.io.PrintStream err) { throw new RuntimeExcept… in setErr() 47 @libcore.util.Nullable public static java.io.Console console() { throw new RuntimeException("Stub!"… in console() 49 @libcore.util.Nullable public static java.nio.channels.Channel inheritedChannel() throws java.io.IO… in inheritedChannel() 51 public static void setSecurityManager(@libcore.util.Nullable java.lang.SecurityManager s) { throw n… in setSecurityManager() 53 @libcore.util.Nullable public static java.lang.SecurityManager getSecurityManager() { throw new Run… in getSecurityManager() 61 public static int identityHashCode(@libcore.util.Nullable java.lang.Object x) { throw new RuntimeEx… in identityHashCode() 67 public static void setProperties(@libcore.util.Nullable java.util.Properties props) { throw new Run… in setProperties() 69 @libcore.util.Nullable public static java.lang.String getProperty(@libcore.util.NonNull java.lang.S… in getProperty() [all …]
|
D | Thread.annotated.java | 42 public Thread(@libcore.util.Nullable java.lang.Runnable target) { throw new RuntimeException("Stub!… in Thread() 44 public Thread(@libcore.util.Nullable java.lang.ThreadGroup group, @libcore.util.Nullable java.lang.… in Thread() 48 public Thread(@libcore.util.Nullable java.lang.ThreadGroup group, @libcore.util.NonNull java.lang.S… in Thread() 50 public Thread(@libcore.util.Nullable java.lang.Runnable target, @libcore.util.NonNull java.lang.Str… in Thread() 52 public Thread(@libcore.util.Nullable java.lang.ThreadGroup group, @libcore.util.Nullable java.lang.… in Thread() 54 public Thread(@libcore.util.Nullable java.lang.ThreadGroup group, @libcore.util.Nullable java.lang.… in Thread() 56 public Thread(@libcore.util.Nullable java.lang.ThreadGroup group, @libcore.util.Nullable java.lang.… in Thread() 74 @Deprecated public final synchronized void stop(@libcore.util.Nullable java.lang.Throwable obj) { t… in stop() 98 @libcore.util.Nullable public final java.lang.ThreadGroup getThreadGroup() { throw new RuntimeExcep… in getThreadGroup() 122 @libcore.util.Nullable public java.lang.ClassLoader getContextClassLoader() { throw new RuntimeExce… in getContextClassLoader() [all …]
|
D | Throwable.annotated.java | 38 public Throwable(@libcore.util.Nullable java.lang.String message) { throw new RuntimeException("Stu… in Throwable() 40 public Throwable(@libcore.util.Nullable java.lang.String message, @libcore.util.Nullable java.lang.… in Throwable() 42 public Throwable(@libcore.util.Nullable java.lang.Throwable cause) { throw new RuntimeException("St… in Throwable() 44 protected Throwable(@libcore.util.Nullable java.lang.String message, @libcore.util.Nullable java.la… in Throwable() 46 @libcore.util.Nullable public java.lang.String getMessage() { throw new RuntimeException("Stub!"); } in getMessage() 48 @libcore.util.Nullable public java.lang.String getLocalizedMessage() { throw new RuntimeException("… in getLocalizedMessage() 50 @libcore.util.Nullable public synchronized java.lang.Throwable getCause() { throw new RuntimeExcept… in getCause() 52 @libcore.util.NonNull public synchronized java.lang.Throwable initCause(@libcore.util.Nullable java… in initCause()
|
D | Class.annotated.java | 55 …e.util.NonNull java.lang.String name, boolean initialize, @libcore.util.Nullable java.lang.ClassLo… in forName() 59 public boolean isInstance(@libcore.util.Nullable java.lang.Object obj) { throw new RuntimeException… in isInstance() 75 @libcore.util.Nullable public java.lang.ClassLoader getClassLoader() { throw new RuntimeException("… in getClassLoader() 79 @libcore.util.Nullable public java.lang.Class<? super T> getSuperclass() { throw new RuntimeExcepti… in getSuperclass() 81 @libcore.util.Nullable public java.lang.reflect.Type getGenericSuperclass() { throw new RuntimeExce… in getGenericSuperclass() 83 @libcore.util.Nullable public java.lang.Package getPackage() { throw new RuntimeException("Stub!");… in getPackage() 91 @libcore.util.Nullable public java.lang.Class<?> getComponentType() { throw new RuntimeException("S… in getComponentType() 95 public java.lang.@libcore.util.NonNull Object @libcore.util.Nullable [] getSigners() { throw new Ru… in getSigners() 97 @libcore.util.Nullable public java.lang.reflect.Method getEnclosingMethod() { throw new RuntimeExce… in getEnclosingMethod() 99 @libcore.util.Nullable public java.lang.reflect.Constructor<?> getEnclosingConstructor() { throw ne… in getEnclosingConstructor() [all …]
|
/libcore/dalvik/src/main/java/dalvik/system/ |
D | PathClassLoader.java | 24 import libcore.util.Nullable; 104 … @NonNull String dexPath, @Nullable String librarySearchPath, @Nullable ClassLoader parent, in PathClassLoader() 105 @Nullable ClassLoader[] sharedLibraryLoaders) { in PathClassLoader() 143 @NonNull String dexPath, @Nullable String librarySearchPath, in PathClassLoader() 144 @Nullable ClassLoader parent, @Nullable ClassLoader[] sharedLibraryLoaders, in PathClassLoader() 145 @Nullable ClassLoader[] sharedLibraryLoadersAfter) { in PathClassLoader()
|
D | InMemoryDexClassLoader.java | 20 import libcore.util.Nullable; 39 @Nullable String librarySearchPath, @Nullable ClassLoader parent) { in InMemoryDexClassLoader() 51 @Nullable ClassLoader parent) { in InMemoryDexClassLoader() 62 public InMemoryDexClassLoader(@NonNull ByteBuffer dexBuffer, @Nullable ClassLoader parent) { in InMemoryDexClassLoader()
|
/libcore/json/src/main/java/org/json/ |
D | JSONObject.java | 32 import libcore.util.Nullable; 267 …@NonNull public JSONObject put(@NonNull String name, @Nullable Object value) throws JSONException { in put() 284 …@NonNull public JSONObject putOpt(@Nullable String name, @Nullable Object value) throws JSONExcept… in putOpt() 309 …@NonNull public JSONObject accumulate(@NonNull String name, @Nullable Object value) throws JSONExc… in accumulate() 336 …@NonNull public JSONObject append(@NonNull String name, @Nullable Object value) throws JSONExcepti… in append() 369 @Nullable public Object remove(@Nullable String name) { in remove() 377 public boolean isNull(@Nullable String name) { in isNull() 386 public boolean has(@Nullable String name) { in has() 407 @Nullable public Object opt(@Nullable String name) { in opt() 431 public boolean optBoolean(@Nullable String name) { in optBoolean() [all …]
|
/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/ |
D | ConcurrentHashMap.annotated.java | 68 …@libcore.util.Nullable public V get(@libcore.util.NonNull java.lang.Object key) { throw new Runtim… in get() 74 …@libcore.util.Nullable public V put(@libcore.util.NonNull K key, @libcore.util.NonNull V value) { … in put() 78 …@libcore.util.Nullable public V remove(@libcore.util.NonNull java.lang.Object key) { throw new Run… in remove() 92 …public boolean equals(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stu… in equals() 94 …@libcore.util.Nullable public V putIfAbsent(@libcore.util.NonNull K key, @libcore.util.NonNull V v… in putIfAbsent() 96 …public boolean remove(@libcore.util.NonNull java.lang.Object key, @libcore.util.Nullable java.lang… in remove() 100 …@libcore.util.Nullable public V replace(@libcore.util.NonNull K key, @libcore.util.NonNull V value… in replace() 102 …@libcore.util.Nullable public V getOrDefault(@libcore.util.NonNull java.lang.Object key, @libcore.… in getOrDefault() 108 …Nullable public V computeIfAbsent(@libcore.util.NonNull K key, @libcore.util.NonNull java.util.fun… in computeIfAbsent() 110 …Nullable public V computeIfPresent(@libcore.util.NonNull K key, @libcore.util.NonNull java.util.fu… in computeIfPresent() [all …]
|
/libcore/ojluni/annotations/sdk/nullability/java/io/ |
D | File.annotated.java | 41 public File(@libcore.util.Nullable java.lang.String parent, @libcore.util.NonNull java.lang.String … in File() 43 public File(@libcore.util.Nullable java.io.File parent, @libcore.util.NonNull java.lang.String chil… in File() 49 @libcore.util.Nullable public java.lang.String getParent() { throw new RuntimeException("Stub!"); } in getParent() 51 @libcore.util.Nullable public java.io.File getParentFile() { throw new RuntimeException("Stub!"); } in getParentFile() 92 public java.lang.@libcore.util.NonNull String @libcore.util.Nullable [] list() { throw new RuntimeE… in list() 94 public java.lang.@libcore.util.NonNull String @libcore.util.Nullable [] list(@libcore.util.Nullable… in list() 96 public java.io.@libcore.util.NonNull File @libcore.util.Nullable [] listFiles() { throw new Runtime… in listFiles() 98 …blic java.io.@libcore.util.NonNull File @libcore.util.Nullable [] listFiles(@libcore.util.Nullable… in listFiles() 100 …blic java.io.@libcore.util.NonNull File @libcore.util.Nullable [] listFiles(@libcore.util.Nullable… in listFiles() 134 ….NonNull java.lang.String prefix, @libcore.util.Nullable java.lang.String suffix, @libcore.util.Nu… in createTempFile() [all …]
|
D | PrintWriter.annotated.java | 92 public void print(@libcore.util.Nullable java.lang.String s) { throw new RuntimeException("Stub!");… in print() 94 public void print(@libcore.util.Nullable java.lang.Object obj) { throw new RuntimeException("Stub!"… in print() 112 public void println(@libcore.util.Nullable java.lang.String x) { throw new RuntimeException("Stub!"… in println() 114 public void println(@libcore.util.Nullable java.lang.Object x) { throw new RuntimeException("Stub!"… in println() 116 …(@libcore.util.NonNull java.lang.String format, java.lang.@libcore.util.Nullable Object @libcore.u… in printf() 118 … printf(@libcore.util.Nullable java.util.Locale l, @libcore.util.NonNull java.lang.String format, … in printf() 120 …(@libcore.util.NonNull java.lang.String format, java.lang.@libcore.util.Nullable Object @libcore.u… in format() 122 … format(@libcore.util.Nullable java.util.Locale l, @libcore.util.NonNull java.lang.String format, … in format() 124 @libcore.util.NonNull public java.io.PrintWriter append(@libcore.util.Nullable java.lang.CharSequen… in append() 126 @libcore.util.NonNull public java.io.PrintWriter append(@libcore.util.Nullable java.lang.CharSequen… in append()
|
/libcore/luni/src/main/java/android/system/ |
D | StructMsghdr.java | 20 import libcore.util.Nullable; 36 @Nullable public SocketAddress msg_name; 42 @Nullable public StructCmsghdr[] msg_control; 50 public StructMsghdr(@Nullable SocketAddress msg_name, @NonNull ByteBuffer[] msg_iov, in StructMsghdr() 51 @Nullable StructCmsghdr[] msg_control, int msg_flags) { in StructMsghdr()
|
/libcore/ojluni/annotations/sdk/nullability/java/net/ |
D | InetAddress.annotated.java | 57 public boolean isReachable(@libcore.util.Nullable java.net.NetworkInterface netif, int ttl, int tim… in isReachable() 65 @libcore.util.Nullable public java.lang.String getHostAddress() { throw new RuntimeException("Stub!… in getHostAddress() 69 public boolean equals(@libcore.util.Nullable java.lang.Object obj) { throw new RuntimeException("St… in equals() 73 @libcore.util.NonNull public static java.net.InetAddress getByAddress(@libcore.util.Nullable java.l… in getByAddress() 75 @libcore.util.NonNull public static java.net.InetAddress getByName(@libcore.util.Nullable java.lang… in getByName() 77 public static java.net.InetAddress[] getAllByName(@libcore.util.Nullable java.lang.String host) thr… in getAllByName() 85 @libcore.util.NonNull public static java.net.InetAddress getByNameOnNet(@libcore.util.Nullable java… in getByNameOnNet() 87 @libcore.util.NonNull public static java.net.InetAddress[] getAllByNameOnNet(@libcore.util.Nullable… in getAllByNameOnNet()
|