Home
last modified time | relevance | path

Searched defs:nm (Results 1 – 15 of 15) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/lang/
DInteger.annotated.java90 …eger getInteger(@libcore.util.NonNull java.lang.String nm) { throw new RuntimeException("Stub!"); } in getInteger()
92 …nteger(@libcore.util.NonNull java.lang.String nm, int val) { throw new RuntimeException("Stub!"); } in getInteger()
94 …g.String nm, @libcore.util.Nullable java.lang.Integer val) { throw new RuntimeException("Stub!"); } in getInteger()
96 …ava.lang.String nm) throws java.lang.NumberFormatException { throw new RuntimeException("Stub!"); } in decode()
DLong.annotated.java71 …ava.lang.String nm) throws java.lang.NumberFormatException { throw new RuntimeException("Stub!"); } in decode()
93 …ng.Long getLong(@libcore.util.NonNull java.lang.String nm) { throw new RuntimeException("Stub!"); } in getLong()
95 …tLong(@libcore.util.NonNull java.lang.String nm, long val) { throw new RuntimeException("Stub!"); } in getLong()
97 …lang.String nm, @libcore.util.Nullable java.lang.Long val) { throw new RuntimeException("Stub!"); } in getLong()
DByte.annotated.java49 …ava.lang.String nm) throws java.lang.NumberFormatException { throw new RuntimeException("Stub!"); } in decode()
/libcore/ojluni/annotations/hiddenapi/java/lang/
DLong.java124 public static java.lang.Long decode(java.lang.String nm) in decode()
169 public static java.lang.Long getLong(java.lang.String nm) { in getLong()
173 public static java.lang.Long getLong(java.lang.String nm, long val) { in getLong()
177 public static java.lang.Long getLong(java.lang.String nm, java.lang.Long val) { in getLong()
DInteger.java160 public static java.lang.Integer getInteger(java.lang.String nm) { in getInteger()
164 public static java.lang.Integer getInteger(java.lang.String nm, int val) { in getInteger()
168 public static java.lang.Integer getInteger(java.lang.String nm, java.lang.Integer val) { in getInteger()
172 public static java.lang.Integer decode(java.lang.String nm) in decode()
DShort.java69 public static java.lang.Short decode(java.lang.String nm) in decode()
DByte.java69 public static java.lang.Byte decode(java.lang.String nm) in decode()
/libcore/ojluni/src/main/java/java/nio/charset/
DCoderResult.java109 String nm = names[type]; in toString() local
/libcore/ojluni/src/main/java/java/lang/
DLong.java1291 public static Long decode(String nm) throws NumberFormatException { in decode()
1530 public static Long getLong(String nm) { in getLong()
1575 public static Long getLong(String nm, long val) { in getLong()
1624 public static Long getLong(String nm, Long val) { in getLong()
DShort.java330 public static Short decode(String nm) throws NumberFormatException { in decode()
DByte.java327 public static Byte decode(String nm) throws NumberFormatException { in decode()
/libcore/ojluni/src/main/java/java/math/
DMutableBigInteger.java1555 int nm = rem.value[j+1+rem.offset]; in divideMagnitude() local
1614 int nm = rem.value[limit + rem.offset]; in divideMagnitude() field in MutableBigInteger
/libcore/ojluni/src/main/java/java/net/
DURLConnection.java1376 char nm[] = new char[len]; in typeToPackageName() local
/libcore/ojluni/src/test/java/util/Collection/
DMOAT.java1274 NavigableMap<Integer,Integer> nm = in testMap() local
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java1143 private final java.util.NavigableMap<K, V> nm; field in Collections.CheckedNavigableMap
2631 private final java.util.NavigableMap<K, V> nm; field in Collections.SynchronizedNavigableMap
3410 private final java.util.NavigableMap<K, ? extends V> nm; field in Collections.UnmodifiableNavigableMap