Home
last modified time | relevance | path

Searched refs:iae (Results 1 – 25 of 88) sorted by relevance

1234

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/
DTimeScaleAPITest.java35 } catch (IllegalArgumentException iae) { in TestBigDecimalFromBigDecimal()
42 } catch (IllegalArgumentException iae) { in TestBigDecimalFromBigDecimal()
50 } catch (IllegalArgumentException iae) { in TestBigDecimalFromBigDecimal()
60 } catch (IllegalArgumentException iae) { in TestBigDecimalFromDouble()
67 } catch (IllegalArgumentException iae) { in TestBigDecimalFromDouble()
75 } catch (IllegalArgumentException iae) { in TestBigDecimalFromDouble()
85 } catch (IllegalArgumentException iae) { in TestBigDecimalFromLong()
92 } catch (IllegalArgumentException iae) { in TestBigDecimalFromLong()
100 } catch (IllegalArgumentException iae) { in TestBigDecimalFromLong()
112 } catch (IllegalArgumentException iae) { in TestFromLong()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timescale/
DTimeScaleAPITest.java39 } catch (IllegalArgumentException iae) { in TestBigDecimalFromBigDecimal()
46 } catch (IllegalArgumentException iae) { in TestBigDecimalFromBigDecimal()
54 } catch (IllegalArgumentException iae) { in TestBigDecimalFromBigDecimal()
64 } catch (IllegalArgumentException iae) { in TestBigDecimalFromDouble()
71 } catch (IllegalArgumentException iae) { in TestBigDecimalFromDouble()
79 } catch (IllegalArgumentException iae) { in TestBigDecimalFromDouble()
89 } catch (IllegalArgumentException iae) { in TestBigDecimalFromLong()
96 } catch (IllegalArgumentException iae) { in TestBigDecimalFromLong()
104 } catch (IllegalArgumentException iae) { in TestBigDecimalFromLong()
116 } catch (IllegalArgumentException iae) { in TestFromLong()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DTestUScriptRun.java104 } catch (IllegalArgumentException iae) { in TestContstruction()
111 } catch (IllegalArgumentException iae) { in TestContstruction()
118 } catch (IllegalArgumentException iae) { in TestContstruction()
125 } catch (IllegalArgumentException iae) { in TestContstruction()
132 } catch (IllegalArgumentException iae) { in TestContstruction()
139 } catch (IllegalArgumentException iae) { in TestContstruction()
146 } catch (IllegalArgumentException iae) { in TestContstruction()
153 } catch (IllegalArgumentException iae) { in TestContstruction()
160 } catch (IllegalArgumentException iae) { in TestContstruction()
167 }catch (IllegalArgumentException iae) { in TestContstruction()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DTestUScriptRun.java108 } catch (IllegalArgumentException iae) { in TestContstruction()
115 } catch (IllegalArgumentException iae) { in TestContstruction()
122 } catch (IllegalArgumentException iae) { in TestContstruction()
129 } catch (IllegalArgumentException iae) { in TestContstruction()
136 } catch (IllegalArgumentException iae) { in TestContstruction()
143 } catch (IllegalArgumentException iae) { in TestContstruction()
150 } catch (IllegalArgumentException iae) { in TestContstruction()
157 } catch (IllegalArgumentException iae) { in TestContstruction()
164 } catch (IllegalArgumentException iae) { in TestContstruction()
171 }catch (IllegalArgumentException iae) { in TestContstruction()
[all …]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/
DLauncher.java158 } catch (IllegalArgumentException iae) { in actionPerformed()
159 showFailure(demoShort,iae.toString()); in actionPerformed()
160 iae.printStackTrace(); in actionPerformed()
161 } catch (IllegalAccessException iae) { in actionPerformed()
162 showFailure(demoShort,iae.toString()); in actionPerformed()
163 iae.printStackTrace(); in actionPerformed()
/external/droiddriver/src/io/appium/droiddriver/instrumentation/
DRootFinder.java66 } catch (IllegalAccessException iae) {
69 instanceMethod, VIEW_FIELD_NAME), iae);
90 } catch (IllegalAccessException iae) { in getRootViews()
92 viewsField, windowManagerObj), iae); in getRootViews()
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestTokenRewriteStream.java293 catch (IllegalArgumentException iae) { in testInsertInPriorReplace()
294 exc = iae; in testInsertInPriorReplace()
437 catch (IllegalArgumentException iae) { in testReplaceRangeThenInsertAtRightEdge()
438 exc = iae; in testReplaceRangeThenInsertAtRightEdge()
510 catch (IllegalArgumentException iae) { in testReplaceThenReplaceSuperset()
511 exc = iae; in testReplaceThenReplaceSuperset()
534 catch (IllegalArgumentException iae) { in testReplaceThenReplaceLowerIndexedSuperset()
535 exc = iae; in testReplaceThenReplaceLowerIndexedSuperset()
681 catch (IllegalArgumentException iae) { in testOverlappingReplace2()
682 exc = iae; in testOverlappingReplace2()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DCompoundTransliteratorTest.java100 }catch(IllegalArgumentException iae) { in TestGetTransliterator()
102 throw iae; in TestGetTransliterator()
130 }catch(IllegalArgumentException iae){ in TestTransliterate()
132 throw iae; in TestTransliterate()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DCompoundTransliteratorTest.java104 }catch(IllegalArgumentException iae) { in TestGetTransliterator()
106 throw iae; in TestGetTransliterator()
134 }catch(IllegalArgumentException iae){ in TestTransliterate()
136 throw iae; in TestTransliterate()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITest.java57 } catch (IllegalArgumentException iae) { in TestDefaultRuleBasedCharacterIteration()
58 … errln("ERROR: failed construction in TestDefaultRuleBasedCharacterIteration()" + iae.toString()); in TestDefaultRuleBasedCharacterIteration()
138 } catch (IllegalArgumentException iae) { in TestDefaultRuleBasedWordIteration()
139 …ROR: failed construction in TestDefaultRuleBasedWordIteration() -- custom rules" + iae.toString()); in TestDefaultRuleBasedWordIteration()
191 } catch (IllegalArgumentException iae) { in TestDefaultRuleBasedSentenceIteration()
192 … errln("ERROR: failed construction in TestDefaultRuleBasedSentenceIteration()" + iae.toString()); in TestDefaultRuleBasedSentenceIteration()
221 } catch (IllegalArgumentException iae) { in TestDefaultRuleBasedLineIteration()
222 … errln("ERROR: failed construction in TestDefaultRuleBasedLineIteration()" + iae.toString()); in TestDefaultRuleBasedLineIteration()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITest.java53 } catch (IllegalArgumentException iae) { in TestDefaultRuleBasedCharacterIteration()
54 … errln("ERROR: failed construction in TestDefaultRuleBasedCharacterIteration()" + iae.toString()); in TestDefaultRuleBasedCharacterIteration()
134 } catch (IllegalArgumentException iae) { in TestDefaultRuleBasedWordIteration()
135 …ROR: failed construction in TestDefaultRuleBasedWordIteration() -- custom rules" + iae.toString()); in TestDefaultRuleBasedWordIteration()
187 } catch (IllegalArgumentException iae) { in TestDefaultRuleBasedSentenceIteration()
188 … errln("ERROR: failed construction in TestDefaultRuleBasedSentenceIteration()" + iae.toString()); in TestDefaultRuleBasedSentenceIteration()
217 } catch (IllegalArgumentException iae) { in TestDefaultRuleBasedLineIteration()
218 … errln("ERROR: failed construction in TestDefaultRuleBasedLineIteration()" + iae.toString()); in TestDefaultRuleBasedLineIteration()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorTemplateElem.java73 catch (IllegalAccessException iae) in startElement()
75 …handler.error(XSLTErrorResources.ER_FAILED_CREATING_ELEMTMPL, null, iae);//"Failed creating ElemTe… in startElement()
/external/testng/src/main/java/org/testng/internal/
DPropertyUtils.java82 } catch (IllegalAccessException | InvocationTargetException iae) { in setPropertyRealValue()
83 LOGGER.warn("Cannot set property " + name + " with value " + value + ". Cause " + iae); in setPropertyRealValue()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DDiskLruCacheTest.java101 } catch (IllegalArgumentException iae) { in validateKey()
102 assertEquals("keys must match regex [a-z0-9_-]{1,120}: \"" + key + "\"", iae.getMessage()); in validateKey()
108 } catch (IllegalArgumentException iae) { in validateKey()
109 assertEquals("keys must match regex [a-z0-9_-]{1,120}: \"" + key + "\"", iae.getMessage()); in validateKey()
115 } catch (IllegalArgumentException iae) { in validateKey()
116 assertEquals("keys must match regex [a-z0-9_-]{1,120}: \"" + key + "\"", iae.getMessage()); in validateKey()
122 } catch (IllegalArgumentException iae) { in validateKey()
123 assertEquals("keys must match regex [a-z0-9_-]{1,120}: \"" + key + "\"", iae.getMessage()); in validateKey()
129 } catch (IllegalArgumentException iae) { in validateKey()
130 assertEquals("keys must match regex [a-z0-9_-]{1,120}: \"" + key + "\"", iae.getMessage()); in validateKey()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
DICUDurationTest.java338 } catch (IllegalArgumentException iae) { in TestBadObjectError()
339 logln("PASS: expected: Caught iae: " + iae.toString() ); in TestBadObjectError()
345 } catch (IllegalArgumentException iae) { in TestBadObjectError()
346 logln("PASS: [#2] expected: Caught iae: " + iae.toString() ); in TestBadObjectError()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DICUDurationTest.java334 } catch (IllegalArgumentException iae) { in TestBadObjectError()
335 logln("PASS: expected: Caught iae: " + iae.toString() ); in TestBadObjectError()
341 } catch (IllegalArgumentException iae) { in TestBadObjectError()
342 logln("PASS: [#2] expected: Caught iae: " + iae.toString() ); in TestBadObjectError()
/external/apache-commons-math/src/main/java/org/apache/commons/math/
DMathRuntimeException.java422 … IllegalArgumentException iae = new IllegalArgumentException(rootCause.getLocalizedMessage());
423 iae.initCause(rootCause);
424 return iae;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DNamePrepTransform.java209 } catch (IllegalAccessException iae) { in transliterate()
210 throw new RuntimeException(iae); in transliterate()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
DNamePrepTransform.java210 } catch (IllegalAccessException iae) { in transliterate()
211 throw new RuntimeException(iae); in transliterate()
/external/guava/guava-tests/test/com/google/common/base/
DThrowablesTest.java497 IllegalArgumentException iae = new IllegalArgumentException(fnfe); in testGetCausalChain() local
498 RuntimeException re = new RuntimeException(iae); in testGetCausalChain()
501 assertEquals(asList(ex, re, iae, fnfe), Throwables.getCausalChain(ex)); in testGetCausalChain()
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
DPlatform.java42 } catch (IllegalArgumentException iae) { in getEnumIfPresent()
/external/guice/extensions/servlet/test/com/google/inject/servlet/
DScopeRequestIntegrationTest.java105 } catch(IllegalArgumentException iae) { in testWrongValueClasses()
106 …ava.lang.String] is not compatible with key[" + Key.get(SomeObject.class) + "]", iae.getMessage()); in testWrongValueClasses()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DMatrixUtils.java840 } catch (IllegalAccessException iae) { in deserializeRealVector()
842 ioe.initCause(iae); in deserializeRealVector()
949 } catch (IllegalAccessException iae) { in deserializeRealMatrix()
951 ioe.initCause(iae); in deserializeRealMatrix()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
DGlobalizationPreferencesTest.java379 } catch (IllegalArgumentException iae) { in TestSetLocales()
899 } catch (IllegalArgumentException iae) { in TestBreakIterator()
910 } catch (IllegalArgumentException iae) { in TestBreakIterator()
1144 } catch (IllegalArgumentException iae) { in TestDisplayName()
1155 } catch (IllegalArgumentException iae) { in TestDisplayName()
1269 } catch (IllegalArgumentException iae) { in TestDateFormat()
1280 } catch (IllegalArgumentException iae) { in TestDateFormat()
1440 } catch (IllegalArgumentException iae) { in TestNumberFormat()
1450 } catch (IllegalArgumentException iae) { in TestNumberFormat()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DGlobalizationPreferencesTest.java383 } catch (IllegalArgumentException iae) { in TestSetLocales()
903 } catch (IllegalArgumentException iae) { in TestBreakIterator()
914 } catch (IllegalArgumentException iae) { in TestBreakIterator()
1148 } catch (IllegalArgumentException iae) { in TestDisplayName()
1159 } catch (IllegalArgumentException iae) { in TestDisplayName()
1273 } catch (IllegalArgumentException iae) { in TestDateFormat()
1284 } catch (IllegalArgumentException iae) { in TestDateFormat()
1444 } catch (IllegalArgumentException iae) { in TestNumberFormat()
1454 } catch (IllegalArgumentException iae) { in TestNumberFormat()

1234