OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumberFormatException
(Results
26 - 50
of
625
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/jsilver/src/com/google/clearsilver/jsilver/data/
TypeConverter.java
73
* @throws
NumberFormatException
is the string is badly formatted
75
public static int parseNumber(String value) throws
NumberFormatException
{
102
} catch (
NumberFormatException
e) {
138
} catch (
NumberFormatException
e) {
/libcore/luni/src/main/java/java/lang/
Long.java
84
* @throws
NumberFormatException
88
public Long(String string) throws
NumberFormatException
{
123
private static
NumberFormatException
invalidLong(String s) {
124
throw new
NumberFormatException
("Invalid long: \"" + s + "\"");
136
* @throws
NumberFormatException
139
public static Long decode(String string) throws
NumberFormatException
{
226
} catch (
NumberFormatException
ex) {
255
} catch (
NumberFormatException
ex) {
284
} catch (
NumberFormatException
ex) {
317
* @throws
NumberFormatException
[
all
...]
/packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRegionElementImpl.java
81
} catch (
NumberFormatException
_) {
91
} catch (
NumberFormatException
_) {
102
} catch (
NumberFormatException
_) {
112
} catch (
NumberFormatException
_) {
123
} catch (
NumberFormatException
_) {
165
} catch (
NumberFormatException
_) {
173
} catch (
NumberFormatException
_) {
180
} catch (
NumberFormatException
_) {
198
} catch (
NumberFormatException
_) {
206
} catch (
NumberFormatException
_)
[
all
...]
/external/guava/guava-tests/test/com/google/common/primitives/
UnsignedIntsTest.java
106
} catch (
NumberFormatException
e) {
112
fail("Expected
NumberFormatException
");
113
} catch (
NumberFormatException
expected) {}
116
public void testParseLongWithRadix() throws
NumberFormatException
{
135
} catch (
NumberFormatException
expected) {}
145
} catch (
NumberFormatException
expected) {}
150
} catch (
NumberFormatException
expected) {}
156
} catch (
NumberFormatException
expected) {}
UnsignedLongsTest.java
99
} catch (
NumberFormatException
e) {
107
} catch (
NumberFormatException
e) {
113
public void testParseLongWithRadix() throws
NumberFormatException
{
130
} catch (
NumberFormatException
nfe) {
142
} catch (
NumberFormatException
nfe) {
149
} catch (
NumberFormatException
nfe) {
157
} catch (
NumberFormatException
nfe) {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
LongTest.java
99
} catch (
NumberFormatException
e) {
108
} catch (
NumberFormatException
e) {
117
} catch (
NumberFormatException
e) {
126
} catch (
NumberFormatException
e) {
135
} catch (
NumberFormatException
e) {
144
} catch (
NumberFormatException
e) {
214
} catch (
NumberFormatException
e) {
223
} catch (
NumberFormatException
e) {
260
} catch (
NumberFormatException
e) {
270
} catch (
NumberFormatException
e)
[
all
...]
/libcore/luni/src/test/java/libcore/java/math/
BigIntegerTest.java
59
} catch (
NumberFormatException
expected) {
64
} catch (
NumberFormatException
expected) {
69
} catch (
NumberFormatException
expected) {
74
} catch (
NumberFormatException
expected) {
79
} catch (
NumberFormatException
expected) {
84
} catch (
NumberFormatException
expected) {
/frameworks/base/services/core/java/com/android/server/firewall/
PortFilter.java
68
} catch (
NumberFormatException
ex) {
88
} catch (
NumberFormatException
ex) {
98
} catch (
NumberFormatException
ex) {
/libcore/json/src/main/java/org/json/
JSON.java
52
} catch (
NumberFormatException
ignored) {
66
} catch (
NumberFormatException
ignored) {
80
} catch (
NumberFormatException
ignored) {
/art/test/101-fibonacci/src/
Main.java
53
} catch (
NumberFormatException
ex) {
/external/apache-http/src/org/apache/http/impl/cookie/
BasicMaxAgeHandler.java
55
} catch (
NumberFormatException
e) {
RFC2109VersionHandler.java
57
} catch (
NumberFormatException
e) {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HeaderParser.java
62
} catch (
NumberFormatException
e) {
/external/owasp/sanitizer/src/tests/org/owasp/html/
FuzzyTestCase.java
51
} catch (
NumberFormatException
ex) {
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
IntentFilterAuthorityEntryTest.java
13
@Test(expected =
NumberFormatException
.class)
/external/smack/src/com/kenai/jbosh/
AbstractIntegerAttr.java
68
* converting any possible {@code
NumberFormatException
} thrown into
73
* @throws BOSHException on {@code
NumberFormatException
}
78
} catch (
NumberFormatException
nfx) {
AttrVersion.java
66
} catch (
NumberFormatException
nfx) {
80
} catch (
NumberFormatException
nfx) {
/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) {
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
QueueUpdate.java
105
catch (
NumberFormatException
nfe) {
112
catch (
NumberFormatException
nfe) {
/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/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java
572
} catch (
NumberFormatException
e) {
586
} catch (
NumberFormatException
e) {
600
} catch (
NumberFormatException
e) {
614
} catch (
NumberFormatException
e) {
639
} catch (
NumberFormatException
e) {
664
} catch (
NumberFormatException
e) {
759
* {@code
NumberFormatException
} when trying to parse an integer.
762
final
NumberFormatException
e) {
768
* {@code
NumberFormatException
} when trying to parse a float or double.
770
private ParseException floatParseException(final
NumberFormatException
e)
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
IPAddress.java
64
catch (
NumberFormatException
ex)
107
catch (
NumberFormatException
e)
162
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-http/src/org/apache/http/impl/client/
DefaultConnectionKeepAliveStrategy.java
69
} catch(
NumberFormatException
ignore) {
Completed in 1999 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>