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

1 2 3 4 5 67 8 91011>>

  /external/apache-http/src/org/apache/http/client/
HttpRequestRetryHandler.java 40 * recoverable exception during execution.
56 * @param exception the exception that occurred
64 boolean retryRequest(IOException exception, int executionCount, HttpContext context);
  /external/clang/test/CodeGenCXX/
weak-external.cpp 37 class _LIBCPP_EXCEPTION_ABI exception class in namespace:std
40 _LIBCPP_INLINE_VISIBILITY exception() _NOEXCEPT {}
41 virtual ~exception() _NOEXCEPT;
46 : public exception
  /external/clang/test/SemaTemplate/
instantiate-try-catch.cpp 19 struct Exception {
21 Exception(const Exception&); // expected-note{{declared private here}}
23 void exception() { function in class:PR10232::Templated
25 } catch(Exception e) { // expected-error{{calling a private constructor of class 'PR10232::Templated<int>::Exception'}}
30 template class Templated<int>; // expected-note{{in instantiation of member function 'PR10232::Templated<int>::exception' requested here}}
  /external/emma/core/java12/com/vladium/util/exception/
IThrowableWrapper.java 9 package com.vladium.util.exception;
18 * Any exception that wraps around another exception and wishes to be fully
39 * Every exception hierarchy implementing this interface must ensure that
48 * Every exception hierarchy implementing this interface must ensure that
  /external/libcxx/test/language.support/support.exception/exception.terminate/set.terminate/
get_terminate.pass.cpp 12 #include <exception>
  /external/libcxxabi/src/
cxa_handlers.hpp 16 #include <exception>
  /external/libcxxabi/test/
catch_in_noexcept.cpp 10 #include <exception>
  /ndk/sources/cxx-stl/gabi++/tests/
unexpected_02.cpp 3 #include <exception>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/exception.terminate/set.terminate/
get_terminate.pass.cpp 12 #include <exception>
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_handlers.hpp 16 #include <exception>
  /ndk/tests/device/test-gnustl-1/jni/
hello.cpp 25 std::printf("KO: Exception was not thrown!\n");
28 catch (std::exception &ex)
  /ndk/tests/device/test-gnustl_shared-exception/jni/
test0_foo.cpp 24 std::printf("KO: Exception was not thrown!\n");
27 catch (std::exception &ex)
test1_main.cpp 26 std::printf("KO: Exception was not thrown!\n");
29 catch (std::exception &ex)
test2_foo.cpp 26 std::printf("KO: Exception was not thrown!\n");
29 catch (std::exception &ex)
test3_main.cpp 26 std::printf("KO: Exception was not thrown!\n");
29 catch (std::exception &ex)
test4_foo.cpp 26 std::printf("KO: Exception was not thrown!\n");
29 catch (std::exception &ex)
  /ndk/tests/device/test-gnustl_static-exception/jni/
test0_foo.cpp 24 std::printf("KO: Exception was not thrown!\n");
27 catch (std::exception &ex)
test1_main.cpp 26 std::printf("KO: Exception was not thrown!\n");
29 catch (std::exception &ex)
test2_foo.cpp 26 std::printf("KO: Exception was not thrown!\n");
29 catch (std::exception &ex)
test3_main.cpp 26 std::printf("KO: Exception was not thrown!\n");
29 catch (std::exception &ex)
test4_foo.cpp 26 std::printf("KO: Exception was not thrown!\n");
29 catch (std::exception &ex)
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh25.cpp 4 #include <exception>
eh48.cpp 4 #include <exception>
eh50.cpp 4 #include <exception>
eh51.cpp 4 #include <exception>

Completed in 1357 milliseconds

1 2 3 4 5 67 8 91011>>