Searched
full:throwing (Results
376 -
400 of
810) sorted by null
<<11121314151617181920>>
/external/guava/guava-tests/test/com/google/common/collect/ |
ImmutableBiMapTest.java | 331 .put("one", 1); // throwing on this line would be even better
|
ImmutableMapTest.java | 429 .put("one", 1); // throwing on this line would be even better
|
/external/llvm/docs/ |
SystemLibrary.rst | 183 be bashful about throwing them.
|
/external/smack/src/org/jivesoftware/smack/ |
PacketReader.java | 102 // giving up and throwing an error.
|
/external/v8/test/cctest/ |
test-accessors.cc | 350 // Use the throwing property setter/getter in a loop to force
|
/external/v8/test/mjsunit/ |
array-splice.js | 186 // Throwing an exception in conversion:
|
/libcore/crypto/src/main/java/org/conscrypt/ |
HandshakeIODataStream.java | 55 * The throwing of the exception (instead of returning of -1 value
|
/libcore/luni/src/main/java/java/io/ |
PipedInputStream.java | 134 * <p>Unlike most streams, {@code PipedInputStream} returns 0 rather than throwing
|
/libcore/luni/src/main/java/java/net/ |
ServerSocket.java | 229 * accept a connection before throwing an {@code InterruptedIOException}. The value
|
/libcore/luni/src/main/java/javax/xml/validation/ |
Validator.java | 211 * by throwing {@link SAXException} from the handler. Or for example
|
ValidatorHandler.java | 199 * by throwing {@link org.xml.sax.SAXException} from the handler. Or for example
|
/libcore/luni/src/main/java/libcore/reflect/ |
AnnotationMember.java | 45 * class-data structures and throwing is delayed until the element
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
SSLSocketFactory.java | 330 // close the socket before re-throwing the exception
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
AppsCustomizeTabHost.java | 352 // and buildLayer was throwing an IllegalStateException
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
AppsCustomizeTabHost.java | 357 // and buildLayer was throwing an IllegalStateException
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
Preconditions.java | 250 * applicable. But we can use the ridiculous, devious trick of throwing an
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
Preconditions.java | 250 * applicable. But we can use the ridiculous, devious trick of throwing an
|
/external/libphonenumber/java/ |
release_notes.txt | 191 - Fix for isValidNumberForRegion potentially throwing a NPE 493 - Handle null phone-numbers when parsing by throwing a NumberParseException.
|
/external/llvm/utils/TableGen/ |
IntrinsicEmitter.cpp | 509 // Sort throwing intrinsics after non-throwing intrinsics.
|
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasOperation.java | 343 // The various parsers handle this by throwing a CommandStatusException. 344 // TODO: Consider having the parsers return the errors instead of throwing. [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ecf.filetransfer_4.0.0.v20100529-0735.jar | |
org.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jar | |
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
LoggerTest.java | 957 * Test throwing(String, String, Throwable) with normal values. 962 this.sharedLogger.throwing("sourceClass", "sourceMethod", t); 977 this.sharedLogger.throwing("sourceClass", "sourceMethod", t); 982 * Test throwing(String, String, Throwable) with null values. 991 child.throwing(null, null, null); [all...] |
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
AbstractQueuedSynchronizer.java | [all...] |
/external/guava/guava/src/com/google/common/util/concurrent/ |
Futures.java | [all...] |
Completed in 1742 milliseconds
<<11121314151617181920>>