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

<<41424344454647484950>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLSessionTest.java 57 public void test_getPeerHost() throws Exception {
78 public void test_getPeerPrincipal() throws Exception {
129 public void test_getId() throws Exception {
158 public void test_getLocalCertificates() throws Exception {
168 public void test_getLocalPrincipal() throws Exception {
186 public void test_getPeerCertificates() throws Exception {
194 public void test_getPeerCertificateChain() throws Exception {
282 protected void setUp() throws Exception {
299 && server.exception == null
300 && client.exception == null)
499 private Exception exception; field in class:SSLSessionTest.TestServer
582 private Exception exception; field in class:SSLSessionTest.TestClient
    [all...]
  /ndk/sources/cxx-stl/gabi++/tests/
test_vector3.cpp 15 #include <exception>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/
db_iterators_9.pass.cpp 21 #include <exception>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/
erase_iter_db2.pass.cpp 21 #include <exception>
erase_iter_iter_db1.pass.cpp 20 #include <exception>
erase_iter_iter_db2.pass.cpp 20 #include <exception>
erase_iter_iter_db3.pass.cpp 20 #include <exception>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/
db_iterators_5.pass.cpp 21 #include <exception>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/
erase_iter_db2.pass.cpp 21 #include <exception>
erase_iter_iter_db1.pass.cpp 20 #include <exception>
erase_iter_iter_db2.pass.cpp 20 #include <exception>
erase_iter_iter_db3.pass.cpp 20 #include <exception>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/
db_iterators_7.pass.cpp 22 #include <exception>
db_iterators_8.pass.cpp 22 #include <exception>
db_local_iterators_8.pass.cpp 22 #include <exception>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
db_iterators_7.pass.cpp 22 #include <exception>
db_iterators_8.pass.cpp 22 #include <exception>
db_local_iterators_8.pass.cpp 22 #include <exception>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/logic.error/
logic_error.pass.cpp 20 static_assert((std::is_base_of<std::exception, std::logic_error>::value),
21 "std::is_base_of<std::exception, std::logic_error>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/runtime.error/
runtime_error.pass.cpp 20 static_assert((std::is_base_of<std::exception, std::runtime_error>::value),
21 "std::is_base_of<std::exception, std::runtime_error>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/except.nested/
rethrow_if_nested.pass.cpp 10 // <exception>
16 #include <exception>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/
db_iterators_5.pass.cpp 21 #include <exception>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
validation.hpp 42 : public std::exception
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
BackgroundWorkerService.java 151 } catch (final Exception exception) {
153 LogUtil.e(TAG, "Error in background worker", exception);
154 if (!(exception instanceof DataModelException)) {
164 mHost.handleFailureFromBackgroundWorker(action, exception);
  /packages/services/Telephony/src/com/android/phone/
NetworkQueryService.java 214 int exception = (ar.exception == null) ? QUERY_OK : QUERY_EXCEPTION; local
215 if (DBG) log("AsyncResult has exception " + exception);
222 cb.onQueryComplete((ArrayList<OperatorInfo>) ar.result, exception);

Completed in 1275 milliseconds

<<41424344454647484950>>