/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
Preconditions.java | 43 throw new IllegalArgumentException( 50 throw new IllegalArgumentException( 58 throw new IllegalArgumentException( 66 throw new IllegalArgumentException( 74 throw new IllegalArgumentException( 82 throw new IllegalArgumentException( 90 throw new IllegalArgumentException( 98 throw new IllegalArgumentException( 106 throw new IllegalArgumentException( 114 throw new IllegalArgumentException [all...] |
/external/lzma/CPP/7zip/Common/ |
CWrappers.cpp | 15 static SRes CompressProgress(void *pp, UInt64 inSize, UInt64 outSize) throw()
22 CCompressProgressWrap::CCompressProgressWrap(ICompressProgressInfo *progress) throw()
45 static SRes MyRead(void *object, void *data, size_t *size) throw()
57 static size_t MyWrite(void *object, const void *data, size_t size) throw()
72 CSeqInStreamWrap::CSeqInStreamWrap(ISequentialInStream *stream) throw()
79 CSeqOutStreamWrap::CSeqOutStreamWrap(ISequentialOutStream *stream) throw()
87 HRESULT SResToHRESULT(SRes res) throw()
101 static SRes InStreamWrap_Read(void *pp, void *data, size_t *size) throw()
110 static SRes InStreamWrap_Seek(void *pp, Int64 *offset, ESzSeek origin) throw()
127 CSeekInStreamWrap::CSeekInStreamWrap(IInStream *stream) throw()
[all...] |
/art/test/008-exceptions/ |
expected.txt | 1 Got an NPE: second throw 2 java.lang.NullPointerException: second throw 6 Caused by: java.lang.NullPointerException: first throw
|
/art/test/514-shifts/src/ |
Main.java | 31 throw new Error("Expected -2147483648, got " + b); 34 throw new Error("Expected 0xFFF, got " + a); 42 throw new Error("Expected 0, got " + b); 45 throw new Error("Expected 0xFFF, got " + a); 53 throw new Error("Expected 0, got " + b); 56 throw new Error("Expected 0xFFF, got " + a); 64 throw new Error("Expected 0x2468ACF13579BDEL, got " + b); 69 throw new Error("Expected 0x41, got " + a); 77 throw new Error("Expected 0x91A2B3C4D5E6F7L, got " + b); 82 throw new Error("Expected 0x41, got " + a) [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
DERExternalParser.java | 44 throw new ASN1Exception(e.getMessage(), e); 61 throw new ASN1ParsingException("unable to get DER object", ioe); 65 throw new ASN1ParsingException("unable to get DER object", ioe);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/field/ |
FiniteFields.java | 14 throw new IllegalArgumentException("Irreducible polynomials in GF(2) must have constant term"); 20 throw new IllegalArgumentException("Polynomial exponents must be montonically increasing"); 37 throw new IllegalArgumentException("'characteristic' must be >= 2");
|
/external/junit/src/org/junit/internal/runners/statements/ |
ExpectException.java | 25 throw e; 31 throw new Exception(message, e); 35 throw new AssertionError("Expected exception: "
|
/external/lzma/CPP/7zip/UI/Console/ |
ConsoleClose.cpp | 54 throw CCtrlBreakException();
61 throw "SetConsoleCtrlHandler fails";
69 throw "SetConsoleCtrlHandler fails";
|
/external/lzma/CPP/Windows/ |
DLL.h | 40 bool Free() throw();
41 bool LoadEx(CFSTR path, DWORD flags = LOAD_LIBRARY_AS_DATAFILE) throw();
42 bool Load(CFSTR path) throw();
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/ |
RawCoder.java | 17 throw new UnsupportedOptionsException( 21 throw new UnsupportedOptionsException( 30 throw new UnsupportedOptionsException(
|
/external/mockito/src/org/mockito/internal/runners/util/ |
RunnerProvider.java | 35 throw new RuntimeException(e);
41 throw e;
43 throw new RuntimeException(e);
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowResultReceiver.java | 25 throw new RuntimeException(e); 27 throw new RuntimeException(e); 29 throw new RuntimeException(e);
|
/external/v8/test/mjsunit/es6/debug-promises/ |
throw-caught-uncaught.js | 19 throw new Error("caught throw"); 24 assertEquals("caught throw", e.message);
|
/external/v8/test/webkit/ |
class-syntax-call-expected.txt | 6 PASS new A did not throw exception. 8 PASS new B did not throw exception. 10 PASS new (class { constructor() {} })() did not throw exception.
|
/external/valgrind/drd/tests/ |
sem_wait.cpp | 19 throw FailedOn("sem_init", errno); 24 throw FailedOn("sem_trywait", errno); 32 throw FailedOn("sem_destroy", errno);
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
VertexFrame.java | 37 throw new IllegalArgumentException("Initializing vertex frame with zero size!"); 40 throw new RuntimeException("Could not allocate vertex frame!"); 58 throw new RuntimeException("Vertex frames do not support reading data!"); 65 throw new RuntimeException("Could not set int values for vertex frame!"); 71 throw new RuntimeException("Vertex frames do not support reading data!"); 78 throw new RuntimeException("Could not set int values for vertex frame!"); 84 throw new RuntimeException("Vertex frames do not support reading data!"); 92 throw new RuntimeException("Data size in setData does not match vertex frame size!"); 94 throw new RuntimeException("Could not set vertex frame data!"); 100 throw new RuntimeException("Vertex frames do not support reading data!") [all...] |
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/ |
ActivityManagerPermissionTests.java | 43 fail("IActivityManager.moveTaskToFront did not throw SecurityException as" 53 fail("IActivityManager.moveTaskToFront did not throw SecurityException as" 66 fail("IActivityManager.updateConfiguration did not throw SecurityException as" 79 fail("IActivityManager.setDebugApp did not throw SecurityException as" 92 fail("IActivityManager.setProcessLimit did not throw SecurityException as" 105 fail("IActivityManager.setAlwaysFinish did not throw SecurityException as" 118 fail("IActivityManager.signalPersistentProcesses did not throw SecurityException as" 131 fail("IActivityManager.unhandledBack did not throw SecurityException as" 144 fail("IActivityManager.setActivityController did not throw SecurityException as" 157 fail("IActivityManager.shutdown did not throw SecurityException as [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
limits.hpp | 62 static BOOST_LLT epsilon() throw() { return 0; }; 63 static BOOST_LLT round_error() throw() { return 0; }; 75 static BOOST_LLT infinity() throw() { return 0; }; 76 static BOOST_LLT quiet_NaN() throw() { return 0; }; 77 static BOOST_LLT signaling_NaN() throw() { return 0; }; 78 static BOOST_LLT denorm_min() throw() { return 0; }; 115 static BOOST_ULLT epsilon() throw() { return 0; }; 116 static BOOST_ULLT round_error() throw() { return 0; }; 128 static BOOST_ULLT infinity() throw() { return 0; }; 129 static BOOST_ULLT quiet_NaN() throw() { return 0; } [all...] |
/ndk/tests/device/test-stlport_shared-exception/jni/ |
delayslot1.cpp | 6 // across a function call that can throw internally, in order to put 24 throw 3; 33 throw debug;
|
eh990323-5.cpp | 21 throw 57; 29 throw 57; 45 throw -1066;
|
rethrow1.cpp | 24 throw A(); 31 throw A(); 36 throw;
|
rethrow2.cpp | 24 throw A(); 31 throw; 36 throw;
|
rethrow4.cpp | 24 throw A(); 31 throw; 36 throw A();
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
delayslot1.cpp | 6 // across a function call that can throw internally, in order to put 24 throw 3; 33 throw debug;
|
eh990323-5.cpp | 21 throw 57; 29 throw 57; 45 throw -1066;
|