/external/proguard/src/proguard/classfile/attribute/ |
Attribute.java | 79 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called"); 94 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called"); 110 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called"); 126 throw new UnsupportedOperationException("Method must be overridden in ["+this.getClass().getName()+"] if ever called");
|
/external/stlport/stlport/stl/config/ |
_apple.h | 63 # define _STLP_THROW(x) (DebugStr("\pSTL is about to throw exception: "#x),throw x) 111 # define _STLP_MPWFIX_CATCH }catch(...){throw;} //*TY 06/01/2000 - exception handling bug workaround 112 # define _STLP_MPWFIX_CATCH_ACTION(action) }catch(...){action;throw;} //*TY 06/01/2000 - exception handling bug workaround
|
/external/stlport/test/unit/ |
full_streambuf.h | 30 throw "streambuf full";
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/ |
SAX1ParserAdapter.java | 46 throw new SAXException(ioe); 56 throw new SAXException(ioe); 87 * throw an exception 89 throw new SAXNotSupportedException("TagSoup does not implement setLocale() method");
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
try-004.js | 28 throw "Caught " + v;
|
/external/webkit/LayoutTests/storage/ |
open-database-set-empty-version.html | 21 <div>This tests that calling openDatabase with an empty version string sets the current version of that database to the empty string and subsequent attempts to open the database with a different expected version throw an exception.</div>
|
/external/webkit/WebCore/bindings/js/ |
JSXSLTProcessorCustom.cpp | 57 // Throw exception? 70 // Throw exception? 84 // Throw exception? 91 return jsUndefined(); // Throw exception?
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteStatement.java | 48 throw new IllegalStateException("database " + mDatabase.getPath() + " already closed"); 74 throw new IllegalStateException("database " + mDatabase.getPath() + " already closed"); 100 throw new IllegalStateException("database " + mDatabase.getPath() + " already closed"); 126 throw new IllegalStateException("database " + mDatabase.getPath() + " already closed");
|
/frameworks/base/core/java/com/android/internal/os/ |
AtomicFile.java | 63 throw new IOException("Couldn't create directory " + mBaseName); 72 throw new IOException("Couldn't create " + mBaseName); 105 throw new IOException("Couldn't append " + mBaseName); 114 throw new IOException("Couldn't append " + mBaseName);
|
ZygoteInit.java | 69 /** throw on missing preload, only if this looks like a developer */ 140 throw new RuntimeException( 149 throw new RuntimeException( 152 throw new RuntimeException( 158 throw new RuntimeException( 163 * This throw gets caught in ZygoteInit.main(), which responds 168 throw new ZygoteInit.MethodAndArgsCaller(m, argv); 183 throw new RuntimeException( 191 throw new RuntimeException( 205 throw new RuntimeException [all...] |
/frameworks/base/core/java/com/android/internal/util/ |
CharSequences.java | 87 if (start < 0) throw new IndexOutOfBoundsException(); 88 if (end < 0) throw new IndexOutOfBoundsException(); 89 if (end > length) throw new IndexOutOfBoundsException(); 90 if (start > end) throw new IndexOutOfBoundsException();
|
/frameworks/base/graphics/java/android/renderscript/ |
FieldPacker.java | 72 throw new IllegalArgumentException("Saving value out of range for type"); 79 throw new IllegalArgumentException("Saving value out of range for type"); 88 throw new IllegalArgumentException("Saving value out of range for type"); 99 throw new IllegalArgumentException("Saving value out of range for type");
|
/frameworks/base/keystore/java/android/security/ |
SystemKeyStore.java | 76 throw new IllegalArgumentException(); 89 throw new IllegalArgumentException(); 130 throw new IllegalArgumentException(); 138 throw new IllegalArgumentException();
|
/frameworks/base/tools/preload/ |
Operation.java | 72 throw new IllegalStateException("End time hasn't been set yet: " 90 throw new AssertionError(loadedClass.name); 101 default: throw new AssertionError(); 114 throw new RuntimeException("Integer overflow: " + nanos);
|
/packages/apps/Email/src/org/apache/commons/io/filefilter/ |
RegexFileFilter.java | 59 throw new IllegalArgumentException("Pattern is missing");
74 throw new IllegalArgumentException("Pattern is missing");
92 throw new IllegalArgumentException("Pattern is missing");
105 throw new IllegalArgumentException("Pattern is missing");
|
/packages/apps/Mms/src/com/android/mms/dom/ |
DocumentImpl.java | 179 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, null); 183 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, null); 187 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, null); 192 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, null);
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
SmsSingleRecipientSender.java | 38 throw new MmsException("Null message body or have multiple destinations."); 57 throw new MmsException("SmsMessageSender.sendMessage: divideMessage returned " + 63 throw new MmsException("SmsMessageSender.sendMessage: couldn't move message " + 96 throw new MmsException("SmsMessageSender.sendMessage: caught " + ex +
|
/cts/tests/tests/content/src/android/content/cts/ |
ContentProviderTest.java | 82 fail("Should always throw out FileNotFoundException!"); 88 fail("Should always throw out FileNotFoundException!"); 251 fail("Should always throw out FileNotFoundException!"); 257 fail("Should always throw out FileNotFoundException!"); 282 fail("Should throw FileNotFoundException!"); 292 fail("Should throw FileNotFoundException!"); 298 fail("Should always throw FileNotFoundException!"); 489 throw new RuntimeException("not implemented"); 494 throw new RuntimeException("not implemented"); 499 throw new RuntimeException("not implemented") [all...] |
/dalvik/libcore/crypto/src/main/java/javax/crypto/ |
Cipher.java | 147 throw new NullPointerException(); 150 throw new NullPointerException(); 206 throw new IllegalArgumentException(Messages.getString("crypto.04")); //$NON-NLS-1$ 211 throw new NoSuchProviderException(Messages.getString("crypto.16", provider)); //$NON-NLS-1$ 238 throw new IllegalArgumentException(Messages.getString("crypto.04")); //$NON-NLS-1$ 257 throw new NoSuchAlgorithmException(Messages.getString("crypto.17", //$NON-NLS-1$ 289 throw new NoSuchAlgorithmException(transformation); 309 throw new NoSuchAlgorithmException(e); 329 throw new NoSuchAlgorithmException(Messages.getString("crypto.17", //$NON-NLS-1$ 342 throw new NoSuchAlgorithmException(Messages.getString("crypto.17", //$NON-NLS-1 [all...] |
/dalvik/libcore/security/src/main/java/java/security/ |
AlgorithmParameters.java | 97 throw new NullPointerException(Messages.getString("security.01")); //$NON-NLS-1$ 129 throw new IllegalArgumentException(Messages.getString("security.02")); //$NON-NLS-1$ 133 throw new NoSuchProviderException(Messages.getString("security.03", //$NON-NLS-1$ 159 throw new IllegalArgumentException(Messages.getString("security.04")); //$NON-NLS-1$ 162 throw new NullPointerException(Messages.getString("security.01")); //$NON-NLS-1$ 203 throw new InvalidParameterSpecException( 223 throw new IOException(Messages.getString("security.1E")); //$NON-NLS-1$ 243 throw new IOException(Messages.getString("security.1E")); //$NON-NLS-1$ 266 throw new InvalidParameterSpecException( 283 throw new IOException(Messages.getString("security.1F")); //$NON-NLS-1 [all...] |
/dalvik/libcore/security/src/main/java/javax/security/cert/ |
X509Certificate.java | 94 throw new CertificateException(Messages.getString("security.87")); //$NON-NLS-1$ 101 throw new CertificateException(e.getMessage()); 111 throw new CertificateException(e.getMessage()); 120 throw new CertificateEncodingException(e.getMessage()); 130 throw new CertificateException(e.getMessage()); 141 throw new CertificateException(e.getMessage()); 158 throw new CertificateNotYetValidException(e.getMessage()); 160 throw new CertificateExpiredException(e.getMessage()); 170 throw new CertificateNotYetValidException(e.getMessage()); 172 throw new CertificateExpiredException(e.getMessage()) [all...] |
/external/emma/core/java12/com/vladium/util/ |
WCMatcher.java | 23 if (pattern == null) throw new IllegalArgumentException ("null input: pattern"); 120 if (s == null) throw new IllegalArgumentException ("null input: s"); 127 if (chars == null) throw new IllegalArgumentException ("null input: chars"); 139 if (s == null) throw new IllegalArgumentException ("null input: s"); 146 if (chars == null) throw new IllegalArgumentException ("null input: chars"); 158 if (s == null) throw new IllegalArgumentException ("null input: s"); 165 if (chars == null) throw new IllegalArgumentException ("null input: chars"); 196 if (s == null) throw new IllegalArgumentException ("null input: s"); 203 if (chars == null) throw new IllegalArgumentException ("null input: chars"); 235 if (s == null) throw new IllegalArgumentException ("null input: s") [all...] |
/external/guava/src/com/google/common/base/ |
Joiner.java | 46 * specified, the joining methods will throw {@link NullPointerException} if any 119 * to {@link #appendTo(Appendable, Iterable)}, except that it does not throw 127 throw new AssertionError(impossible); 135 * to {@link #appendTo(Appendable, Iterable)}, except that it does not throw 145 * Object, Object[])}, except that it does not throw {@link IOException}. 190 throw new UnsupportedOperationException("already specified useForNull"); 193 throw new UnsupportedOperationException("already specified useForNull"); 227 throw new UnsupportedOperationException("already specified skipNulls"); 231 throw new UnsupportedOperationException( 287 * does not throw {@link IOException} [all...] |
/frameworks/base/awt/java/awt/image/ |
PackedColorModel.java | 85 throw new IllegalArgumentException(Messages.getString("awt.236")); //$NON-NLS-1$ 137 throw new IllegalArgumentException(Messages.getString("awt.236")); //$NON-NLS-1$ 142 throw new IllegalArgumentException(Messages.getString("awt.239")); //$NON-NLS-1$ 149 throw new IllegalArgumentException(Messages.getString("awt.23A")); //$NON-NLS-1$ 265 throw new IllegalArgumentException(Messages.getString("awt.23B", i)); //$NON-NLS-1$ 274 throw new IllegalArgumentException(Messages.getString("awt.23C")); //$NON-NLS-1$ 307 throw new IllegalArgumentException(Messages.getString("awt.23D")); //$NON-NLS-1$ 313 throw new IllegalArgumentException(Messages.getString("awt.23E")); //$NON-NLS-1$ 319 throw new IllegalArgumentException(Messages.getString("awt.23F")); //$NON-NLS-1$ 326 throw new IllegalArgumentException(Messages.getString("awt.23C")); //$NON-NLS-1 [all...] |
/frameworks/base/core/java/android/net/http/ |
HttpsConnection.java | 107 throw new RuntimeException(e); 109 throw new RuntimeException(e); 197 throw new IOException(errorMessage); 233 throw new IOException(errorMessage); 241 throw new IOException(errorMessage); 249 throw new IOException(errorMessage); 266 throw new IOException(errorMessage); 303 throw new IOException(errorMessage); 324 throw new IOException("failed to handle "+ error); 355 throw new SSLConnectionClosedByUserException("connection closed by the user") [all...] |