/art/test/080-oom-throw/ |
info.txt | 2 the JIT'ed code handles OOM exception correctly since it cannot fall back to
|
/art/test/081-hot-exceptions/ |
info.txt | 1 Make a hot exception-throwing path to stress test how the trace builder handles
|
/art/test/095-switch-MAX_INT/src/ |
Main.java | 2 static public void main(String[] args) throws Exception {
|
/art/test/ExceptionHandle/ |
ExceptionHandle.java | 20 int f() throws Exception { 25 } catch (Exception e) { 35 void g(int doThrow) throws Exception { 37 throw new Exception();
|
/dalvik/tests/023-many-interfaces/src/ |
Main.java | 2 static public void main(String[] args) throws Exception {
|
/dalvik/tests/051-thread/ |
expected.txt | 5 @ Got expected setDaemon exception
|
/dalvik/tests/054-uncaught/ |
expected.txt | 2 Uncaught exception DEFAULT! 7 Uncaught exception THREAD! 12 Uncaught exception THREAD! 17 Uncaught exception DEFAULT!
|
/dalvik/tests/080-oom-throw/ |
info.txt | 2 the JIT'ed code handles OOM exception correctly since it cannot fall back to
|
/dalvik/tests/081-hot-exceptions/ |
info.txt | 1 Make a hot exception-throwing path to stress test how the trace builder handles
|
/dalvik/tests/095-switch-MAX_INT/src/ |
Main.java | 2 static public void main(String[] args) throws Exception {
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/ |
OperatorException.java | 4 extends Exception
|
/external/chromium_org/android_webview/test/data/device_files/ |
xhr_access.html | 10 document.title = "Exception";
|
/external/chromium_org/base/process/ |
launch_mac.cc | 12 // This function is tailored to remove the Breakpad exception handler. 20 // Setting the exception port to MACH_PORT_NULL may not be entirely 21 // kosher to restore the default exception handler, but in practice, 22 // it results in the exception port being set to Apple Crash Reporter,
|
/external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/ |
error.js | 5 return x.split('-'); // Throws exception.
|
/external/chromium_org/tools/gyp/test/win/compiler-flags/ |
exception-handling.gyp | 7 # Optimization disabled so that the exception-causing code is not removed 19 'sources': ['exception-handling-on.cc'], 31 'sources': ['exception-handling-on.cc'], 43 'sources': ['exception-handling-on.cc'],
|
/external/chromium_org/v8/test/webkit/ |
delete-getters-setters-expected.txt | 29 PASS b1.property threw exception TypeError: Cannot read property 'property' of undefined. 30 PASS a2.property threw exception TypeError: Cannot read property 'property' of undefined. 31 PASS b3.property threw exception TypeError: Cannot read property 'property' of undefined. 32 PASS a4.property threw exception TypeError: Cannot read property 'property' of undefined. 33 PASS b5.property threw exception TypeError: Cannot read property 'property' of undefined. 34 PASS a6.property threw exception TypeError: Cannot read property 'property' of undefined. 35 PASS b7.property threw exception TypeError: Cannot read property 'property' of undefined. 36 PASS a8.property threw exception TypeError: Cannot read property 'property' of undefined. 37 PASS o1.b.property threw exception TypeError: Cannot read property 'property' of undefined. 38 PASS o1.a.property threw exception TypeError: Cannot read property 'property' of undefined [all...] |
/external/guava/guava-tests/test/com/google/common/io/ |
CloseablesTest.java | 46 // make sure that no exception is thrown regardless of value of 47 // 'swallowException' when the mock does not throw an exception. 56 // make sure that no exception is thrown if 'swallowException' is true 57 // when the mock does throw an exception. 63 // make sure that the exception is thrown if 'swallowException' is false 64 // when the mock does throw an exception. 71 // make sure that no exception is thrown by CloseQuietly when the mock does 72 // throw an exception, either on close, on flush, or both. 78 // make sure that no exception is thrown regardless of value of 79 // 'swallowException' when the mock does not throw an exception [all...] |
/external/javassist/sample/evolve/ |
CannotCreateException.java | 11 public CannotCreateException(Exception e) {
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/ |
LexerException.java | 6 public class LexerException extends Exception
|
/external/junit/src/org/junit/experimental/max/ |
CouldNotReadCoreException.java | 6 public class CouldNotReadCoreException extends Exception {
|
/external/junit/src/org/junit/internal/runners/statements/ |
ExpectException.java | 19 public void evaluate() throws Exception { 28 String message= "Unexpected exception, expected<" 31 throw new Exception(message, e); 35 throw new AssertionError("Expected exception: "
|
/external/junit/src/org/junit/runner/manipulation/ |
NoTestsRemainException.java | 6 public class NoTestsRemainException extends Exception {
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
RawMessageChannel.java | 7 public abstract void processMessage(SIPMessage sipMessage) throws Exception ;
|
/external/nist-sip/java/javax/sip/header/ |
TooManyHopsException.java | 3 public class TooManyHopsException extends Exception {
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/ |
ResourceExtractorTest.java | 15 public void setUp() throws Exception { 22 public void shouldHandleStyleable() throws Exception { 28 public void shouldPrefixAllSystemResourcesWithAndroid() throws Exception { 33 public void shouldHandleNull() throws Exception {
|