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

1 2 34 5 6 7 8 91011>>

  /art/test/081-hot-exceptions/src/
Main.java 29 int exception = 0; local
36 exception++;
40 System.out.println("exception = " + exception);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
get_error_info.hpp 15 #include <boost/exception/exception.hpp>
16 #include <boost/exception/detail/error_info_impl.hpp>
17 #include <boost/exception/detail/type_info.hpp>
32 get( exception const & x )
53 get( exception const & x )
65 get( exception const & x )
77 get( exception const & x )
102 get_error_info( boost::exception const & x )
109 get_error_info( boost::exception & x
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
PackageManager_NameNotFoundExceptionTest.java 27 PackageManager.NameNotFoundException exception = new PackageManager.NameNotFoundException(); local
29 throw exception;
35 exception = new PackageManager.NameNotFoundException(message);
37 throw exception;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
webkitunittest.py 45 except Exception, exception:
46 self.assertTrue(issubclass(exception.__class__, expected_exception),
47 'Exception type was unexpected.')
48 self.assertTrue(re.match(regex_message, exception.__str__()),
49 'Expected regex "%s"\nGot "%s"' % (regex_message, exception.__str__()))
  /external/libcxx/test/depr/exception.unexpected/unexpected/
unexpected.pass.cpp 12 #include <exception>
  /external/libcxx/test/language.support/support.exception/exception.terminate/set.terminate/
set_terminate.pass.cpp 12 #include <exception>
  /external/libcxx/test/language.support/support.exception/exception.terminate/terminate/
terminate.pass.cpp 12 #include <exception>
  /external/libcxx/test/language.support/support.exception/exception.terminate/terminate.handler/
Android.mk 17 test_makefile := external/libcxx/test/language.support/support.exception/exception.terminate/terminate.handler/Android.mk
19 test_name := language.support/support.exception/exception.terminate/terminate.handler/terminate_handler
  /external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.badcall/
bad_function_call.pass.cpp 13 // : public exception
25 static_assert((std::is_base_of<std::exception, std::bad_function_call>::value), "");
  /external/stlport/stlport/
math.h 23 #if !defined (exception) && (!defined (__KCC) || (__KCC_VERSION < 4000)) && \
26 # define exception __math_exception macro
36 # undef exception macro
42 # define _exception exception
  /frameworks/opt/vcard/java/com/android/vcard/exception/
VCardAgentNotSupportedException.java 16 package com.android.vcard.exception;
VCardException.java 16 package com.android.vcard.exception;
18 public class VCardException extends java.lang.Exception {
VCardInvalidCommentLineException.java 17 package com.android.vcard.exception;
VCardInvalidLineException.java 16 package com.android.vcard.exception;
VCardNestedException.java 17 package com.android.vcard.exception;
VCardNotSupportedException.java 16 package com.android.vcard.exception;
19 * The exception which tells that the input VCard is probably valid from the view of
VCardVersionException.java 16 package com.android.vcard.exception;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
BufferOverflowExceptionTest.java 30 public void testSerializationSelf() throws Exception {
38 public void testSerializationCompatibility() throws Exception {
47 BufferOverflowException exception = new BufferOverflowException(); local
48 assertNull(exception.getMessage());
49 assertNull(exception.getLocalizedMessage());
50 assertNull(exception.getCause());
BufferUnderflowExceptionTest.java 33 public void testSerializationSelf() throws Exception {
41 public void testSerializationCompatibility() throws Exception {
50 BufferUnderflowException exception = new BufferUnderflowException(); local
51 assertNull(exception.getMessage());
52 assertNull(exception.getLocalizedMessage());
53 assertNull(exception.getCause());
InvalidMarkExceptionTest.java 29 public void testSerializationSelf() throws Exception {
37 public void testSerializationCompatibility() throws Exception {
46 InvalidMarkException exception = new InvalidMarkException(); local
47 assertNull(exception.getMessage());
48 assertNull(exception.getLocalizedMessage());
49 assertNull(exception.getCause());
ReadOnlyBufferExceptionTest.java 29 public void testSerializationSelf() throws Exception {
37 public void testSerializationCompatibility() throws Exception {
46 ReadOnlyBufferException exception = new ReadOnlyBufferException(); local
47 assertNull(exception.getMessage());
48 assertNull(exception.getLocalizedMessage());
49 assertNull(exception.getCause());
  /ndk/sources/cxx-stl/gabi++/tests/
unexpected_01.cpp 2 #include <exception>
11 std::unexpected(); // it is OK to throw exception from std::unexpected()
unexpected_03.cpp 3 #include <exception>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/exception.unexpected/unexpected/
unexpected.pass.cpp 12 #include <exception>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/exception.terminate/set.terminate/
set_terminate.pass.cpp 12 #include <exception>

Completed in 711 milliseconds

1 2 34 5 6 7 8 91011>>