HomeSort by relevance Sort by last modified time
    Searched refs:exception (Results 926 - 950 of 2577) sorted by null

<<31323334353637383940>>

  /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.cpp 10 #include <exception>
unwind_03.cpp 10 #include <exception>
unwind_04.cpp 10 #include <exception>
unwind_05.cpp 10 #include <exception>
  /external/objenesis/tck/test/org/objenesis/tck/
TextReporterTest.java 33 protected void setUp() throws Exception {
60 textReporter.exception(new RuntimeException("Problem"));
  /external/oprofile/events/mips/20K/
events 17 event:0xb counters:0 um:zero minimum:500 name:REPLAYS : Total number of LSU requested replays, Load-dependent speculative dispatch or FPU exception prediction replays.
21 event:0xf counters:0 um:zero minimum:500 name:INSNS_COMPLETED : Instruction that completed execution (with or without exception)
  /external/oprofile/libregex/tests/
regex_test.cpp 87 catch (exception const & e) {
88 cerr << "exception: " << e.what() << endl;
  /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/smack/src/org/xbill/DNS/
DNSKEYRecord.java 87 throw st.exception("Invalid algorithm: " + algString);
HINFORecord.java 57 throw st.exception(e.getMessage());
ISDNRecord.java 65 throw st.exception(e.getMessage());
NSAPRecord.java 85 throw st.exception("invalid NSAP address " + addr);
X25Record.java 65 throw st.exception("invalid PSDN address " + addr);
  /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/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapVcardList.java 26 import com.android.vcard.exception.VCardException;
  /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);
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParser_V21.java 18 import com.android.vcard.exception.VCardException;
VCardParser_V30.java 18 import com.android.vcard.exception.VCardException;
VCardParser_V40.java 18 import com.android.vcard.exception.VCardException;
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
NetlinkConnection.h 38 #include <exception>
  /ndk/sources/cxx-stl/gabi++/src/
terminate.cc 29 #include <exception>

Completed in 1318 milliseconds

<<31323334353637383940>>