HomeSort by relevance Sort by last modified time
    Searched refs:exception (Results 1401 - 1425 of 4445) sorted by null

<<51525354555657585960>>

  /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;
  /ndk/sources/cxx-stl/gabi++/src/
terminate.cc 29 #include <exception>
  /ndk/sources/cxx-stl/gabi++/tests/
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>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/
push_back_exception_safety.pass.cpp 17 // Flag that makes the copy constructor for CMyClass throw an exception
51 // If requested, throw an exception _before_ setting fMagicValue to kFinishedConstructionMagicValue
53 throw std::exception();
push_front_exception_safety.pass.cpp 17 // Flag that makes the copy constructor for CMyClass throw an exception
51 // If requested, throw an exception _before_ setting fMagicValue to kFinishedConstructionMagicValue
53 throw std::exception();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/except.nested/
throw_with_nested.pass.cpp 10 // <exception>
16 #include <exception>
  /ndk/sources/cxx-stl/llvm-libc++abi/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
  /ndk/sources/cxx-stl/llvm-libc++abi/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>
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorUtils.java 164 } catch (IllegalArgumentException exception) {
165 Log.e(TAG, "Error with retrieving default account " + exception.toString());
166 // unstringify()can throw an exception if the string is not in an expected format.
196 } catch (IllegalArgumentException exception) {
197 Log.e(TAG, "Error with retrieving saved accounts " + exception.toString());
198 // unstringifyList()can throw an exception if the string is not in an expected format.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportProcessor.java 31 import com.android.vcard.exception.VCardException;
32 import com.android.vcard.exception.VCardNestedException;
33 import com.android.vcard.exception.VCardNotSupportedException;
34 import com.android.vcard.exception.VCardVersionException;
179 } catch (Exception e) {
249 // This exception should not be thrown here. We should instead handle it
256 Log.e(LOG_TAG, "Nested Exception is found.");
  /packages/services/Telephony/src/com/android/phone/
TimeConsumingPreferenceActivity.java 20 public void onException(Preference preference, CommandException exception);
195 public void onException(Preference preference, CommandException exception) {
196 if (exception.getCommandError() == CommandException.Error.FDN_CHECK_FAILURE) {
198 } else if (exception.getCommandError() == CommandException.Error.RADIO_NOT_AVAILABLE) {
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
GraphicsStatsMonitor.java 298 } catch (IOException exception) {
299 Log.e(TAG, "Error with buffered reader", exception);
306 } catch (IOException exception) {
307 Log.e(TAG, "Error with closing the stream", exception);
ProcessStatusTracker.java 201 } catch (IOException exception) {
202 Log.e(TAG, "Error with buffered reader", exception);
209 } catch (IOException exception) {
210 Log.e(TAG, "Error with closing the stream", exception);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_coding.py 30 self.assertTrue(c.exception.args[0].startswith(expected))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_coding.py 30 self.assertTrue(c.exception.args[0].startswith(expected))

Completed in 1156 milliseconds

<<51525354555657585960>>