| /external/deqp/execserver/tools/ |
| xsMain.cpp | 89 catch (const std::exception& e)
|
| /external/deqp/framework/randomshaders/ |
| rsgTest.cpp | 76 catch (const std::exception& e)
|
| /external/guava/guava-tests/test/com/google/common/util/concurrent/ |
| AbstractServiceTest.java | 51 public void testNoOpServiceStartStop() throws Exception { 77 public void testNoOpServiceStartAndWaitStopAndWait() throws Exception { 87 public void testNoOpServiceStartAsyncAndAwaitStopAsyncAndAwait() throws Exception { 97 public void testNoOpServiceStopIdempotence() throws Exception { 115 public void testNoOpServiceStopIdempotenceAfterWait() throws Exception { 125 public void testNoOpServiceStopIdempotenceDoubleWait() throws Exception { 137 throws Exception { 170 public void testManualServiceStartStop() throws Exception { 201 public void testManualServiceNotifyStoppedWhileRunning() throws Exception { 220 public void testManualServiceStopWhileStarting() throws Exception { 364 final AtomicReference<Throwable> exception = Atomics.newReference(); local 775 final RuntimeException exception = new RuntimeException("deliberate"); field in class:AbstractServiceTest.StartThrowingService 788 final RuntimeException exception = new RuntimeException("deliberate"); field in class:AbstractServiceTest.RunThrowingService 802 final RuntimeException exception = new RuntimeException("deliberate"); field in class:AbstractServiceTest.StopThrowingService [all...] |
| /external/libcxx/test/libcxx/ |
| double_include.sh.cpp | 51 #include <exception>
|
| /external/libcxx/test/std/containers/sequences/deque/deque.modifiers/ |
| push_back_exception_safety.pass.cpp | 18 // Flag that makes the copy constructor for CMyClass throw an exception 52 // If requested, throw an exception _before_ setting fMagicValue to kFinishedConstructionMagicValue 54 throw std::exception();
|
| push_front_exception_safety.pass.cpp | 18 // Flag that makes the copy constructor for CMyClass throw an exception 52 // If requested, throw an exception _before_ setting fMagicValue to kFinishedConstructionMagicValue 54 throw std::exception();
|
| /external/libcxx/test/std/containers/sequences/vector/vector.modifiers/ |
| push_back_exception_safety.pass.cpp | 19 // Flag that makes the copy constructor for CMyClass throw an exception 53 // If requested, throw an exception _before_ setting fMagicValue to kFinishedConstructionMagicValue 55 throw std::exception();
|
| /external/libcxx/test/std/language.support/support.exception/except.nested/ |
| throw_with_nested.pass.cpp | 10 // <exception> 16 #include <exception>
|
| /external/libcxxabi/src/ |
| cxa_exception.hpp | 9 // This file implements the "Exception Handling APIs" 17 #include <exception> // for std::unexpected_handler and std::terminate_handler 38 // Manage the exception object itself.
|
| cxa_handlers.cpp | 15 #include <exception> 75 // handler should not throw exception 76 abort_message("terminate_handler unexpectedly threw an exception"); 85 // If there might be an uncaught exception
|
| /external/libcxxabi/test/ |
| catch_class_02.pass.cpp | 10 #include <exception>
|
| unwind_03.pass.cpp | 10 #include <exception>
|
| unwind_04.pass.cpp | 10 #include <exception>
|
| unwind_05.pass.cpp | 10 #include <exception>
|
| /external/lzma/Java/Tukaani/src/org/tukaani/xz/ |
| LZMAInputStream.java | 64 private IOException exception = null; field in class:LZMAInputStream 405 // the exception too, so skip validating dictSize here. 453 * or an exception is thrown. 480 if (exception != null) 481 throw exception; 512 // The exception makes lzma.decode() miss the last range 549 exception = e;
|
| /external/objenesis/tck/test/org/objenesis/tck/ |
| TextReporterTest.java | 33 protected void setUp() throws Exception { 60 textReporter.exception(new RuntimeException("Problem"));
|
| /external/parameter-framework/upstream/test/tmpfile/ |
| TmpFile.hpp | 32 #include <exception>
|
| /external/skia/bench/ |
| check_bench_regressions.py | 42 print ' Will raise exception if actual bench values are out of range.' 104 raise Exception('Duplicate expectation entry: ' + str(point_name)) 115 raise Exception("Invalid expectation line format: %s" % 119 raise Exception("Dup entries for bench expectation %s" % 142 Exception containing bench data that are out of range, if any. 148 # to a list of corresponding exception messages. 163 exception = 'Bench %s out of range [%s, %s] (%s vs %s, %s%%).' % ( 166 exception += '\n' + '~'.join([ 169 exceptions[SLOWER].setdefault(off_ratio, []).append(exception) 171 exceptions[FASTER].setdefault(off_ratio, []).append(exception) [all...] |
| /external/v8/test/mjsunit/es6/debug-promises/ |
| throw-uncaught-all.js | 8 // there is no catch handler for the exception thrown in a Promise. 9 // We expect an Exception debug event with a promise to be triggered. 30 if (event == Debug.DebugEvent.Exception) { 33 assertEquals("uncaught", event_data.exception().message);
|
| throw-uncaught-uncaught.js | 8 // there is a catch handler for the exception thrown in a Promise. 9 // We expect an Exception debug event with a promise to be triggered. 30 if (event == Debug.DebugEvent.Exception) { 33 assertEquals("uncaught", event_data.exception().message);
|
| /external/v8/tools/oom_dump/ |
| oom_dump.cc | 114 MinidumpException *exception = minidump.GetException(); local 115 CHECK(exception); 117 MinidumpContext* crash_context = exception->GetContext(); 121 CHECK(exception->GetThreadID(&exception_thread_id)); 217 printf("exception thread ID: %" PRIu32 " (%#" PRIx32 ")\n",
|
| /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
| Log.java | 54 public void exception(Throwable t, String format, Object... args) { method in class:Log
|
| /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/ |
| LogTest.java | 30 public void setUp() throws Exception { 35 public void tearDown() throws Exception { 82 Exception e = new Exception("My Exception"); 83 mLog.exception(e, "Test %d", 44); 86 assertTrue(mLog.getErr().startsWith("Test 44\njava.lang.Exception: My Exception"));
|
| /frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
| ImageUtils.java | 113 } catch (FileNotFoundException exception) { 115 } catch (IOException exception) { 117 } catch (IllegalArgumentException exception) { 119 } catch (SecurityException exception) {
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
| UsimDataDownloadHandler.java | 292 if (ar.exception != null) { 293 Rlog.e(TAG, "UICC Send Envelope failure, exception: " + ar.exception); 305 if (ar.exception == null) { 309 Rlog.d(TAG, "Failed to write SMS-PP message to UICC", ar.exception);
|