Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/sdk/nullability/java/lang/
DLong.annotated.java67 …ava.lang.String nm) throws java.lang.NumberFormatException { throw new RuntimeException("Stub!"); } in decode()
89 …ng.Long getLong(@libcore.util.NonNull java.lang.String nm) { throw new RuntimeException("Stub!"); } in getLong()
91 …tLong(@libcore.util.NonNull java.lang.String nm, long val) { throw new RuntimeException("Stub!"); } in getLong()
93 …lang.String nm, @libcore.util.Nullable java.lang.Long val) { throw new RuntimeException("Stub!"); } in getLong()
DInteger.annotated.java86 …eger getInteger(@libcore.util.NonNull java.lang.String nm) { throw new RuntimeException("Stub!"); } in getInteger()
88 …nteger(@libcore.util.NonNull java.lang.String nm, int val) { throw new RuntimeException("Stub!"); } in getInteger()
90 …g.String nm, @libcore.util.Nullable java.lang.Integer val) { throw new RuntimeException("Stub!"); } in getInteger()
92 …ava.lang.String nm) throws java.lang.NumberFormatException { throw new RuntimeException("Stub!"); } in decode()
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()
DByte.java69 public static java.lang.Byte decode(java.lang.String nm) in decode()
/libcore/ojluni/src/main/java/java/lang/
DLong.java891 public static Long decode(String nm) throws NumberFormatException { in decode()
1116 public static Long getLong(String nm) { in getLong()
1161 public static Long getLong(String nm, long val) { in getLong()
1210 public static Long getLong(String nm, Long val) { in getLong()
DShort.java286 public static Short decode(String nm) throws NumberFormatException { in decode()
/libcore/ojluni/src/main/java/java/nio/charset/
DCoderResult.java110 String nm = names[type]; in toString() local
/libcore/ojluni/src/main/java/java/math/
DMutableBigInteger.java1550 int nm = rem.value[j+1+rem.offset]; in divideMagnitude() local
1609 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