| /external/libcxxabi/test/ |
| catch_class_04.cpp | 16 #include <exception>
|
| /external/llvm/test/MC/ARM/ |
| eh-directive-text-section.s | 7 @ exception handling table. For example, if the function is defined in .text
|
| /external/llvm/utils/unittest/googletest/include/gtest/internal/ |
| gtest-death-test-internal.h | 164 } catch (const ::std::exception& gtest_exception) { \ 167 "\n%s: Caught std::exception-derived exception escaping the " \ 168 "death test statement. Exception message: %s\n", \
|
| /external/mesa3d/src/gtest/include/gtest/internal/ |
| gtest-death-test-internal.h | 164 } catch (const ::std::exception& gtest_exception) { \ 167 "\n%s: Caught std::exception-derived exception escaping the " \ 168 "death test statement. Exception message: %s\n", \
|
| /external/oprofile/events/mips/25K/ |
| events | 14 event:0x8 counters:0,1 um:zero minimum:500 name:INSNS_COMPLETE : Instruction that completed execution (with or without exception) 71 event:0x21 counters:0,1 um:zero minimum:500 name:REPLAYS_LSU_LOAD_DEP_FPU : LSU requested replays, load-dependent speculative dispatch, FPU exception prediction
|
| /external/qemu/target-arm/ |
| cpu.h | 54 #define EXCP_EXCEPTION_EXIT 8 /* Return from v7M exception. */ 197 int exception; member in struct:CPUARMState::__anon33826 229 * To avoid having to transfer exception bits around, we simply 230 * say that the FPSCR cumulative exception flags are the logical 232 * only thing which needs to read the exception flags being 354 | env->v7m.exception; 379 env->v7m.exception = val & 0x1ff; 588 * an exception (in which case *value is not written). 890 privmode = !((env->v7m.exception == 0) && (env->v7m.control & 1));
|
| /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/ |
| ViewLoaderTest.java | 36 public void setUp() throws Exception { 60 public void testCreatesCorrectClasses() throws Exception { 68 public void testChoosesLayoutBasedOnDefaultScreenSize() throws Exception { 75 public void testChoosesLayoutBasedOnSearchPath_choosesFirstFileFoundOnPath() throws Exception { 83 public void testChoosesLayoutBasedOnSearchPath_respectsOrderOfPath() throws Exception { 91 public void testChoosesLayoutBasedOnDefaultVersion() throws Exception { 99 public void testChoosesLayoutBasedOnNewestVersion() throws Exception { 107 public void testChoosesLayoutBasedOnSearchPath_choosesFirstFileFoundOnPathWithVersionNumber() throws Exception { 116 public void testChoosesLayoutBasedOnSearchPath_choosesBestFileFoundOnPathWithVersionNumber() throws Exception { 125 public void testWebView() throws Exception { 343 IllegalStateException exception = null; local [all...] |
| /external/smack/src/org/xbill/DNS/ |
| NSEC3Record.java | 150 throw st.exception("salt value too long");
|
| TKEYRecord.java | 101 throw st.exception("no text format defined for TKEY");
|
| TSIGRecord.java | 93 throw st.exception("no text format defined for TSIG");
|
| TypeBitmap.java | 71 throw st.exception("Invalid type: " + t.value);
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
| OutputStreamWriterTest.java | 61 protected void setUp() throws Exception { 74 protected void tearDown() throws Exception { 82 } catch (Exception e) { 89 public void testClose() throws Exception { 100 public void testFlush() throws Exception { 117 } catch (NullPointerException exception) { 118 } catch (IndexOutOfBoundsException exception) { 125 } catch (NullPointerException exception) { 126 } catch (IndexOutOfBoundsException exception) { 448 public void testSingleCharIO() throws Exception { [all...] |
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
| FileChannelLockingTest.java | 49 protected void setUp() throws Exception { 139 } catch (OverlappingFileLockException exception) { 160 fail("Acquiring a full exclusive lock on a read channel should have thrown an exception.");
|
| /ndk/sources/cxx-stl/gabi++/include/ |
| cxxabi.h | 41 // - Itanium C++ ABI: Exception Handling. [2] 42 // Supplement to the above document describing how exception 50 // - Exception Handling for the ARM Architecture [4] 51 // Describes exception handling for ARM in detail. There are rather 53 // exception cleanup. 61 // - For exception propagation: 72 #include <exception> 87 // TODO: Support dependent exception 88 // TODO: Support C++0x exception propagation
|
| /ndk/sources/cxx-stl/gabi++/tests/ |
| catch_class_03.cpp | 16 #include <exception>
|
| catch_class_04.cpp | 16 #include <exception>
|
| /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
| catch_class_03.cpp | 16 #include <exception>
|
| catch_class_04.cpp | 16 #include <exception>
|
| /ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
| gtest-death-test-internal.h | 164 } catch (const ::std::exception& gtest_exception) { \ 167 "\n%s: Caught std::exception-derived exception escaping the " \ 168 "death test statement. Exception message: %s\n", \
|
| /packages/apps/LegacyCamera/src/com/android/camera/ |
| EffectsRecorder.java | 300 public void onEffectsError(Exception exception, String filePath); 805 Exception e = null; [all...] |
| /packages/services/Mms/src/com/android/mms/service/ |
| ApnSettings.java | 20 import com.android.mms.service.exception.ApnException;
|
| MmsNetworkManager.java | 19 import com.android.mms.service.exception.MmsNetworkException; 83 * @throws com.android.mms.service.exception.MmsNetworkException if we fail to acquire it
|
| /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
| org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar | |
| /prebuilts/misc/common/swig/include/2.0.11/python/ |
| director.swg | 15 #include <exception> 36 Undefined Exception Handler provided by swig. 229 /* unknown exception handler */ 237 std::cerr << "SWIG Director exception caught:" << std::endl 239 } catch (std::exception& e) { 240 std::cerr << "std::exception caught: "<< e.what() << std::endl; 242 std::cerr << "Unknown exception caught." << std::endl; 250 std::cerr << "This exception was caught by the SWIG unexpected exception handler." << std::endl 253 << "Exception is being re-thrown, program will likely abort/terminate." << std::endl [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/ |
| cxxabi.h | 41 // - Itanium C++ ABI: Exception Handling. [2] 42 // Supplement to the above document describing how exception 50 // - Exception Handling for the ARM Architecture [4] 51 // Describes exception handling for ARM in detail. There are rather 53 // exception cleanup. 61 // - For exception propagation: 72 #include <exception> 87 // TODO: Support dependent exception 88 // TODO: Support C++0x exception propagation
|