HomeSort by relevance Sort by last modified time
    Searched full:numberformatexception (Results 76 - 100 of 2150) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
SessionExpiresParser.java 48 } catch (NumberFormatException ex) {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HeaderParser.java 62 } catch (NumberFormatException e) {
  /external/sl4a/Utils/src/com/googlecode/android_scripting/
ConvertUtils.java 36 throw new java.lang.NumberFormatException("Val must be between 0 and 255");
  /frameworks/base/cmds/wm/src/com/android/commands/wm/
Wm.java 112 } catch (NumberFormatException e) {
155 } catch (NumberFormatException e) {
191 } catch (NumberFormatException e) {
252 private int parseDimension(String s) throws NumberFormatException {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaFrameworkIntegrationTestRunner.java 67 catch (NumberFormatException e) {
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestPushMessage.java 64 } catch (NumberFormatException e) {
BluetoothMapMessage.java 85 } catch (NumberFormatException e) {
117 } catch (NumberFormatException e) {
129 } catch (NumberFormatException e) {
  /frameworks/base/core/java/com/android/internal/util/
ProcFileReader.java 213 private NumberFormatException invalidLong(int tokenIndex) {
214 return new NumberFormatException(
224 throw new NumberFormatException("parsed value larger than integer");
  /frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
MainActivity.java 97 } catch (NumberFormatException e) {
109 } catch (NumberFormatException e) {
121 } catch (NumberFormatException e) {
  /libcore/ojluni/src/main/java/java/lang/
Integer.java 429 * <p>An exception of type {@code NumberFormatException} is
459 * parseInt("2147483648", 10) throws a NumberFormatException
460 * parseInt("99", 8) throws a NumberFormatException
461 * parseInt("Kona", 10) throws a NumberFormatException
470 * @exception NumberFormatException if the {@code String}
474 throws NumberFormatException
483 throw new NumberFormatException("null");
487 throw new NumberFormatException("radix " + radix +
492 throw new NumberFormatException("radix " + radix +
510 throw NumberFormatException.forInputString(s)
    [all...]
Long.java 360 * <p>An exception of type {@code NumberFormatException} is
389 * parseLong("99", 8) throws a NumberFormatException
390 * parseLong("Hazelnut", 10) throws a NumberFormatException
399 * @throws NumberFormatException if the string does not contain a
403 throws NumberFormatException
406 throw new NumberFormatException("null");
410 throw new NumberFormatException("radix " + radix +
414 throw new NumberFormatException("radix " + radix +
432 throw NumberFormatException.forInputString(s);
435 throw NumberFormatException.forInputString(s)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerConstructorsTest.java 41 fail("NumberFormatException has not been caught");
42 } catch (NumberFormatException e) {
198 fail("NumberFormatException has not been caught");
199 } catch (NumberFormatException e) {
212 fail("NumberFormatException has not been caught");
213 } catch (NumberFormatException e) {
579 fail("NumberFormatException has not been caught");
580 } catch (NumberFormatException e) {
593 fail("NumberFormatException has not been caught");
594 } catch (NumberFormatException e)
    [all...]
  /external/vogar/src/vogar/
OptionParser.java 439 } catch (NumberFormatException ex) {
449 } catch (NumberFormatException ex) {
459 } catch (NumberFormatException ex) {
469 } catch (NumberFormatException ex) {
479 } catch (NumberFormatException ex) {
489 } catch (NumberFormatException ex) {
  /frameworks/base/core/java/android/content/
ContentValues.java 269 } catch (NumberFormatException e2) {
294 } catch (NumberFormatException e2) {
319 } catch (NumberFormatException e2) {
344 } catch (NumberFormatException e2) {
369 } catch (NumberFormatException e2) {
394 } catch (NumberFormatException e2) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
UUIDTest.java 429 fail("should throw NumberFormatException");
430 } catch (NumberFormatException e) {
445 fail("should throw NumberFormatException");
446 } catch (NumberFormatException e) {
452 fail("should throw NumberFormatException");
453 } catch (NumberFormatException e) {
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
OptionalMethodTest.java 70 throw new NumberFormatException();
213 assertTrue(expected.getTargetException() instanceof NumberFormatException);
290 assertTrue(expected.getTargetException() instanceof NumberFormatException);
  /frameworks/base/packages/Osu/src/com/android/hotspot2/
Utils.java 175 throw new NumberFormatException("Odd length hex string: " + text.length());
188 public static int fromHex(char ch, boolean lenient) throws NumberFormatException {
198 throw new NumberFormatException("Bad hex-character: " + ch);
  /frameworks/base/services/core/java/com/android/server/wm/
DisplaySettings.java 152 } catch (NumberFormatException e) {
175 } catch (NumberFormatException e) {
180 private void readDisplay(XmlPullParser parser) throws NumberFormatException,
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
Utils.java 173 throw new NumberFormatException("Odd length hex string: " + text.length());
186 public static int fromHex(char ch, boolean lenient) throws NumberFormatException {
196 throw new NumberFormatException("Bad hex-character: " + ch);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalSource.java 120 } catch (NumberFormatException e) {
139 } catch (NumberFormatException e) {
175 } catch (NumberFormatException e) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
PackageIconLoader.java 107 } catch (NumberFormatException nfe) {
132 } catch (NumberFormatException nfe) {
207 } catch (NumberFormatException e) {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
AbstractXmlPullParser.java 69 } catch (NumberFormatException e) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DefaultTransformer.java 55 } catch (NumberFormatException e) {
  /external/guava/guava/src/com/google/common/primitives/
UnsignedBytes.java 197 * @throws NumberFormatException if the string does not contain a valid unsigned {@code byte}
213 * @throws NumberFormatException if the string does not contain a valid unsigned {@code byte}
223 // We need to throw a NumberFormatException, so we have to duplicate checkedCast. =(
227 throw new NumberFormatException("out of range: " + parse);
  /external/owasp/sanitizer/src/tests/org/owasp/html/
FuzzyTestCase.java 51 } catch (NumberFormatException ex) {

Completed in 993 milliseconds

1 2 34 5 6 7 8 91011>>