HomeSort by relevance Sort by last modified time
    Searched refs:ex (Results 26 - 50 of 2748) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/tests/device/test-gnustl-1/jni/
hello.cpp 28 catch (std::exception &ex)
30 std::printf("%s\n", ex.what());
  /ndk/tests/device/test-gnustl_shared-exception/jni/
test0_foo.cpp 27 catch (std::exception &ex)
29 std::printf("%s\n", ex.what());
test1_main.cpp 29 catch (std::exception &ex)
31 std::printf("%s\n", ex.what());
test2_foo.cpp 29 catch (std::exception &ex)
31 std::printf("%s\n", ex.what());
test3_main.cpp 29 catch (std::exception &ex)
31 std::printf("%s\n", ex.what());
test4_foo.cpp 29 catch (std::exception &ex)
31 std::printf("%s\n", ex.what());
  /ndk/tests/device/test-gnustl_static-exception/jni/
test0_foo.cpp 27 catch (std::exception &ex)
29 std::printf("%s\n", ex.what());
test1_main.cpp 29 catch (std::exception &ex)
31 std::printf("%s\n", ex.what());
test2_foo.cpp 29 catch (std::exception &ex)
31 std::printf("%s\n", ex.what());
test3_main.cpp 29 catch (std::exception &ex)
31 std::printf("%s\n", ex.what());
test4_foo.cpp 29 catch (std::exception &ex)
31 std::printf("%s\n", ex.what());
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh3_2.cpp 20 e ex; local
21 throw ex;
  /ndk/tests/device/test-stlport_static-exception/jni/
eh3_2.cpp 20 e ex; local
21 throw ex;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_exception/d/
T_move_exception_1.java 24 } catch(Exception ex) {
  /dalvik/dx/tests/055-dex-explicit-throw/
Blort.java 28 } catch (RuntimeException ex) {
  /dalvik/dx/tests/061-dex-try-catch/
Blort.java 31 } catch (RuntimeException ex) {
41 } catch (RuntimeException ex) {
51 } catch (RuntimeException ex) {
62 } catch (RuntimeException ex) {
  /external/smack/src/org/jivesoftware/smack/proxy/
ProxyException.java 30 public ProxyException(ProxyInfo.ProxyType type, String ex, Throwable cause)
32 super("Proxy Exception " + type.toString() + " : "+ex+", "+cause);
35 public ProxyException(ProxyInfo.ProxyType type, String ex)
37 super("Proxy Exception " + type.toString() + " : "+ex);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterErrorHandler.java 24 public void onError(Throwable ex);
  /external/libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/
put2.pass.cpp 49 std::string ex(str, iter.base());
50 assert(ex == "Saturday");
54 std::string ex(str, iter.base());
55 assert(ex == "Sat");
59 std::string ex(str, iter.base());
60 assert(ex == "May");
64 std::string ex(str, iter.base());
65 assert(ex == "May");
69 std::string ex(str, iter.base());
70 assert(ex == "20")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/
put2.pass.cpp 49 std::string ex(str, iter.base());
50 assert(ex == "Saturday");
54 std::string ex(str, iter.base());
55 assert(ex == "Sat");
59 std::string ex(str, iter.base());
60 assert(ex == "May");
64 std::string ex(str, iter.base());
65 assert(ex == "May");
69 std::string ex(str, iter.base());
70 assert(ex == "20")
    [all...]
  /art/test/131-structural-change/
build 23 mkdir classes-ex
24 ${JAVAC} -d classes-ex `find src-ex -name '*.java'`
29 ${DX} -JXmx256m --debug --dex --dump-to=classes-ex.lst --output=classes.dex --dump-width=1000 classes-ex
30 zip ${TEST_NAME}-ex.jar classes.dex
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/acl/
AclNotFoundExceptionTest.java 38 AclNotFoundException ex = new AclNotFoundException(); local
39 assertNull(ex.getMessage());
40 assertNull(ex.getCause());
LastOwnerExceptionTest.java 34 LastOwnerException ex = new LastOwnerException(); local
35 assertNull(ex.getMessage());
36 assertNull(ex.getCause());
NotOwnerExceptionTest.java 34 NotOwnerException ex = new NotOwnerException(); local
35 assertNull(ex.getMessage());
36 assertNull(ex.getCause());
  /frameworks/base/core/java/android/database/sqlite/
SQLiteStatement.java 45 } catch (SQLiteDatabaseCorruptException ex) {
47 throw ex;
66 } catch (SQLiteDatabaseCorruptException ex) {
68 throw ex;
88 } catch (SQLiteDatabaseCorruptException ex) {
90 throw ex;
109 } catch (SQLiteDatabaseCorruptException ex) {
111 throw ex;
130 } catch (SQLiteDatabaseCorruptException ex) {
132 throw ex;
    [all...]

Completed in 259 milliseconds

12 3 4 5 6 7 8 91011>>