Searched
refs:exception (Results
951 -
975 of
2577) sorted by null
<<31323334353637383940>>
| /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.cpp | 10 #include <exception>
|
| unwind_03.cpp | 10 #include <exception>
|
| unwind_04.cpp | 10 #include <exception>
|
| unwind_05.cpp | 10 #include <exception>
|
| /packages/apps/Contacts/src/com/android/contacts/editor/ |
| ContactEditorUtils.java | 153 } catch (IllegalArgumentException exception) { 154 Log.e(TAG, "Error with retrieving default account " + exception.toString()); 155 // unstringify()can throw an exception if the string is not in an expected format. 185 } catch (IllegalArgumentException exception) { 186 Log.e(TAG, "Error with retrieving saved accounts " + exception.toString()); 187 // 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.");
|
| /prebuilts/misc/common/swig/include/2.0.11/ocaml/ |
| swig.mli | 28 exception InvalidDirectorCall of c_obj 29 exception NoSuchClass of string
|
| /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
| boost_sp_counted_base.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 54 class bad_weak_ptr : public std::exception
|
| /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
| boost_sp_counted_base.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 54 class bad_weak_ptr : public std::exception
|
| /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
| boost_sp_counted_base.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 54 class bad_weak_ptr : public std::exception
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/ |
| boost_sp_counted_base.h | 17 // permissions described in the GCC Runtime Library Exception, version 21 // a copy of the GCC Runtime Library Exception along with this program; 54 class bad_weak_ptr : public std::exception
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_coding.py | 30 self.assertTrue(c.exception.args[0].startswith(expected))
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_coding.py | 30 self.assertTrue(c.exception.args[0].startswith(expected))
|
| /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
| DeviceInfoInstrument.java | 260 } catch (Exception exception) { 261 Log.e(TAG, "Error getting features: " + exception.getMessage(), exception); 307 } catch (Exception exception) { 308 Log.e(TAG, "Error getting processes: " + exception.getMessage(), exception); 309 builder.append(exception.getMessage());
|
| /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/ |
| JsonMessageBuilder.java | 19 import com.google.polo.exception.BadSecretException; 20 import com.google.polo.exception.NoConfigurationException; 21 import com.google.polo.exception.PoloException; 22 import com.google.polo.exception.ProtocolErrorException; 386 * of the exception. 388 * @param exception the {@link Exception} to use to determine the error 394 public static JSONObject getErrorJson(Exception exception) 400 if (exception instanceof NoConfigurationException) [all...] |
Completed in 1634 milliseconds
<<31323334353637383940>>