/external/apache-http/src/org/apache/http/params/ |
HttpConnectionParams.java | 65 throw new IllegalArgumentException("HTTP parameters may not be null"); 80 throw new IllegalArgumentException("HTTP parameters may not be null"); 94 throw new IllegalArgumentException("HTTP parameters may not be null"); 112 throw new IllegalArgumentException("HTTP parameters may not be null"); 119 throw new IllegalArgumentException("HTTP parameters may not be null"); 127 throw new IllegalArgumentException("HTTP parameters may not be null"); 140 throw new IllegalArgumentException("HTTP parameters may not be null"); 157 throw new IllegalArgumentException("HTTP parameters may not be null"); 170 throw new IllegalArgumentException("HTTP parameters may not be null"); 184 throw new IllegalArgumentException("HTTP parameters may not be null") [all...] |
/external/easymock/src/org/easymock/ |
Capture.java | 78 throw new AssertionError("Nothing captured yet");
81 throw new AssertionError("More than one value captured: "
123 throw new IllegalArgumentException("Unknown capture type: " + type);
|
/external/easymock/src/org/easymock/internal/ |
LegacyMatcherProvider.java | 50 throw new RuntimeExceptionWrapper(
60 throw new RuntimeExceptionWrapper(new IllegalStateException(
85 throw new IOException(e.toString());
|
ReplayState.java | 62 throw new ThrowableWrapper(t);
64 throw t;
158 throw new RuntimeExceptionWrapper(new IllegalStateException(
|
Result.java | 42 throw throwable;
81 throw new IllegalArgumentException("Delegation to object ["
86 throw e.getCause();
|
/external/stlport/doc/ |
README.utf8 | 9 In C++ it means that the following code will throw an exception to 13 // Will throw a std::runtime_error exception. 19 // Will throw a std::runtime_error exception:
|
/external/v8/test/mjsunit/regress/ |
regress-1178598.js | 52 throw 42; 69 throw 87; 81 assertTrue(false); // should throw exception
|
/external/webkit/JavaScriptCore/runtime/ |
Completion.cpp | 44 return Completion(Throw, error); 57 return Completion(Throw, error); 67 return Completion(Throw, exception);
|
/frameworks/base/awt/java/beans/ |
PropertyEditorSupport.java | 40 throw new NullPointerException(Messages.getString("beans.0C")); //$NON-NLS-1$ 56 throw new IllegalArgumentException(text); 84 throw new NullPointerException(Messages.getString("beans.0C")); //$NON-NLS-1$
|
/frameworks/base/awt/javax/imageio/stream/ |
FileImageInputStream.java | 53 throw new IllegalArgumentException("f == null!"); 68 throw new IllegalArgumentException("raf == null!"); 109 throw new IndexOutOfBoundsException();
|
/frameworks/base/core/java/com/android/internal/util/ |
JournaledFile.java | 64 throw new IllegalStateException("uncommitted write already in progress"); 91 throw new IllegalStateException("no file to commit"); 102 throw new IllegalStateException("no file to roll back");
|
XmlUtils.java | 441 throw new RuntimeException("writeValueXml: unable to write value " + v); 521 throw new XmlPullParserException( 528 throw new XmlPullParserException( 534 throw new XmlPullParserException( 567 throw new XmlPullParserException( 573 throw new XmlPullParserException( 599 throw new XmlPullParserException( 602 throw new XmlPullParserException( 617 throw new XmlPullParserException( 620 throw new XmlPullParserException [all...] |
/frameworks/base/core/tests/coretests/src/android/view/ |
SetTagsTest.java | 85 assertTrue("Setting a tag with a framework id did not throw an exception", result); 96 assertTrue("Setting a tag with an id with no package did not throw an exception", result); 112 assertTrue("Setting a tag with an id with app package did not throw an exception", result);
|
/frameworks/base/location/java/android/location/ |
Geocoder.java | 62 throw new NullPointerException("locale == null"); 107 throw new IllegalArgumentException("latitude == " + latitude); 110 throw new IllegalArgumentException("longitude == " + longitude); 117 throw new IOException(ex); 152 throw new IllegalArgumentException("locationName == null"); 159 throw new IOException(ex); 208 throw new IllegalArgumentException("locationName == null"); 211 throw new IllegalArgumentException("lowerLeftLatitude == " 215 throw new IllegalArgumentException("lowerLeftLongitude == " 219 throw new IllegalArgumentException("upperRightLatitude == [all...] |
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
ustdxept.cpp | 21 error_message::error_message (const char* arg) throw() 33 error_message::~error_message (void) throw() 38 void error_message::info (string& msgbuf, const char* fmt) const throw()
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/ |
ValueParser.java | 50 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); 73 throw new ResultException(ResultCode.REQUIRED_VALUES_MISSING); 96 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); 124 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); 147 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); 169 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); 201 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); 259 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); 284 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD); 325 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD) [all...] |
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/ |
SmsManagerPermissionTest.java | 45 fail("SmsManager.sendTextMessage did not throw SecurityException as expected"); 61 fail("SmsManager.sendDataMessage did not throw SecurityException as expected"); 80 fail("SmsManager.sendMultipartTextMessage did not throw SecurityException as expected");
|
VibratorServicePermissionTest.java | 50 fail("vibrate did not throw SecurityException as expected"); 66 fail("vibratePattern did not throw SecurityException as expected"); 81 fail("cancelVibrate did not throw SecurityException as expected");
|
/packages/apps/Email/src/com/android/exchange/adapter/ |
PingParser.java | 30 * If the folder list needs to be reloaded, throw a StaleFolderListException, which will be caught 68 throw new IOException(); 79 throw new StaleFolderListException();
|
/packages/apps/QuickSearchBox/tests/slow/src/com/android/quicksearchbox/tests/slow/ |
SlowSuggestionProvider.java | 76 throw new UnsupportedOperationException(); 82 throw new UnsupportedOperationException(); 87 throw new UnsupportedOperationException();
|
/cts/tests/tests/text/src/android/text/cts/ |
StaticLayoutTest.java | 117 fail("should throw NullPointerException here"); 173 fail("should throw ArrayIndexOutOfBoundsException"); 179 fail("should throw ArrayIndexOutOfBoundsException"); 202 fail("should throw ArrayIndexOutOfBoundsException"); 208 fail("should throw ArrayIndexOutOfBoundsException"); 229 fail("should throw ArrayIndexOutOfBoundsException"); 235 fail("should throw ArrayIndexOutOfBoundsException"); 259 fail("should throw ArrayIndexOutOfBoundsException"); 265 fail("should throw ArrayIndexOutOfBoundsException"); 286 fail("should throw ArrayIndexOutOfBoundsException") [all...] |
/dalvik/libcore/luni/src/main/java/java/net/ |
ServerSocket.java | 143 throw e; 160 throw new SocketException(Msg.getString("K031f")); //$NON-NLS-1$ 168 throw e; 171 throw e; 186 throw new IllegalArgumentException(Msg.getString("K0325", aPort)); //$NON-NLS-1$ 258 throw e; 260 throw new SocketException(e.toString()); 309 throw new SocketException(Msg.getString("K0042")); //$NON-NLS-1$ 327 throw new IllegalArgumentException(Msg.getString("K0036")); //$NON-NLS-1$ 393 throw new BindException(Msg.getString("K0315")); //$NON-NLS-1 [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
PushbackReaderTest.java | 130 fail("Failed to throw exception reading from closed reader"); 257 fail("should throw NullPointerException"); 264 fail("should throw IndexOutOfBoundsException"); 271 fail("should throw IndexOutOfBoundsException"); 278 fail("should throw IndexOutOfBoundsException"); 285 fail("should throw IndexOutOfBoundsException"); 292 fail("should throw IndexOutOfBoundsException"); 299 fail("should throw IndexOutOfBoundsException"); 308 fail("should throw IOException"); 363 fail("reset failed to throw expected IOException") [all...] |
/frameworks/base/core/java/android/accounts/ |
AccountManager.java | 131 * the application's main event thread. These operations throw 256 if (context == null) throw new IllegalArgumentException("context is null"); 275 if (account == null) throw new IllegalArgumentException("account is null"); 280 throw new RuntimeException(e); 300 if (account == null) throw new IllegalArgumentException("account is null"); 301 if (key == null) throw new IllegalArgumentException("key is null"); 306 throw new RuntimeException(e); 326 throw new RuntimeException(e); 347 throw new RuntimeException(e); 372 throw new RuntimeException(e) [all...] |
/external/emma/core/java12/com/vladium/emma/rt/ |
AppRunner.java | 160 throw new IllegalArgumentException ("null/empty input: className"); 167 if (_args [a] == null) throw new IllegalArgumentException ("null input: args[" + a + "]"); 197 throw new IllegalArgumentException ("not a file: [" + _file.getAbsolutePath () + "]"); 218 if (types == null) throw new IllegalArgumentException ("null input: types"); 221 if (reportTypes.length == 0) throw new IllegalArgumentException ("empty input: types"); 243 throw new IllegalStateException ("application class name not set"); 246 throw new IllegalStateException ("application arguments not set"); 249 throw new IllegalStateException ("coverage path not set"); 257 throw new IllegalStateException ("report types not set"); 344 runnerExitHookManager = ExitHookManager.getSingleton (); // can throw [all...] |