OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumberFormatException
(Results
51 - 75
of
945
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/owasp/sanitizer/src/tests/org/owasp/html/
FuzzyTestCase.java
51
} catch (
NumberFormatException
ex) {
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
IntentFilterAuthorityEntryTest.java
13
@Test(expected =
NumberFormatException
.class)
/external/apache-xml/src/main/java/org/apache/xml/serializer/
Version.src
146
} catch (
NumberFormatException
nfe) {
/external/nist-sip/java/gov/nist/javax/sip/parser/
TimeStampParser.java
93
} catch (
NumberFormatException
ex) {
118
} catch (
NumberFormatException
ex) {
ContentLengthParser.java
65
} catch (
NumberFormatException
ex) {
ExpiresParser.java
78
} catch (
NumberFormatException
ex) {
MaxForwardsParser.java
64
} catch (
NumberFormatException
ex) {
RetryAfterParser.java
81
} catch (
NumberFormatException
ex) {
107
} catch (
NumberFormatException
ex) {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionCursorBackedCursor.java
115
} catch (
NumberFormatException
e) {
164
} catch (
NumberFormatException
e) {
178
} catch (
NumberFormatException
e) {
187
} catch (
NumberFormatException
e) {
196
} catch (
NumberFormatException
e) {
/external/guava/guava/src/com/google/common/primitives/
UnsignedLongs.java
244
* @throws
NumberFormatException
if the string does not contain a valid unsigned {@code long}
265
* @throws
NumberFormatException
if the string does not contain a valid unsigned {@code long}
274
} catch (
NumberFormatException
e) {
275
NumberFormatException
decodeException =
276
new
NumberFormatException
("Error parsing value: " + stringValue);
287
* @throws
NumberFormatException
if the string does not contain a valid unsigned {@code long}
296
throw new
NumberFormatException
("empty string");
299
throw new
NumberFormatException
("illegal radix: " + radix);
307
throw new
NumberFormatException
(s);
310
throw new
NumberFormatException
("Too large for unsigned long: " + s)
[
all
...]
ParseRequest.java
34
throw new
NumberFormatException
("empty string");
UnsignedInts.java
208
* @throws
NumberFormatException
if the string does not contain a valid unsigned {@code int} value
216
} catch (
NumberFormatException
e) {
217
NumberFormatException
decodeException =
218
new
NumberFormatException
("Error parsing value: " + stringValue);
227
* @throws
NumberFormatException
if the string does not contain a valid unsigned {@code int} value
241
* @throws
NumberFormatException
if the string does not contain a valid unsigned {@code int}, or
250
throw new
NumberFormatException
("Input " + string + " in base " + radix
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
IPAddress.java
67
catch (
NumberFormatException
ex)
110
catch (
NumberFormatException
e)
165
catch (
NumberFormatException
ex)
/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");
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DefaultTransformer.java
55
} catch (
NumberFormatException
e) {
/external/apache-http/src/org/apache/http/impl/client/
DefaultConnectionKeepAliveStrategy.java
74
} catch(
NumberFormatException
ignore) {
/external/apache-http/src/org/apache/http/impl/cookie/
RFC2109VersionHandler.java
63
} catch (
NumberFormatException
e) {
/external/nist-sip/java/gov/nist/javax/sip/address/
RFC2396UrlDecoder.java
66
} 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");
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPUtils.java
275
catch (
NumberFormatException
e)
328
catch (
NumberFormatException
e)
375
catch (
NumberFormatException
e)
418
catch (
NumberFormatException
e)
/frameworks/base/core/java/android/util/
Rational.java
544
private static
NumberFormatException
invalidRational(String s) {
545
throw new
NumberFormatException
("Invalid Rational: \"" + s + "\"");
566
* Rational.parseRational("4.56") => throws
NumberFormatException
572
* @throws
NumberFormatException
if {@code string} cannot be parsed
577
throws
NumberFormatException
{
598
} catch (
NumberFormatException
e) {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaFrameworkIntegrationTestRunner.java
67
catch (
NumberFormatException
e) {
/libcore/ojluni/src/main/java/sun/net/
ResourceManager.java
64
} catch (
NumberFormatException
e) {}
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
AlloCommandHandlerTest.java
90
fail("Expected
NumberFormatException
");
92
catch (
NumberFormatException
expected) {
103
fail("Expected
NumberFormatException
");
105
catch (
NumberFormatException
expected) {
/libcore/luni/src/test/java/libcore/java/lang/
OldFloatTest.java
26
fail("
NumberFormatException
is not thrown.");
27
} catch(
NumberFormatException
nfe) {
43
fail("
NumberFormatException
is not thrown for string: "
45
} catch(
NumberFormatException
nfe) {
Completed in 5908 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>