HomeSort by relevance Sort by last modified time
    Searched full:exception (Results 1 - 25 of 25972) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/029-assert/
expected.txt 1 caught expected assert exception
  /external/stlport/etc/
std_headers_cpp_runtime.txt 0 exception
std_headers_cpp_runtime_h.txt 0 exception.h
  /art/test/019-wrong-array-type/
expected.txt 1 Got correct array store exception
  /dalvik/tests/019-wrong-array-type/
expected.txt 1 Got correct array store exception
  /art/test/081-hot-exceptions/
expected.txt 2 exception = 1024
  /dalvik/tests/081-hot-exceptions/
expected.txt 2 exception = 1024
  /art/test/070-nio-buffer/
expected.txt 2 Got expected buffer overflow exception
3 Got expected out-of-bounds exception
4 Got expected buffer overflow exception
  /dalvik/tests/070-nio-buffer/
expected.txt 2 Got expected buffer overflow exception
3 Got expected out-of-bounds exception
4 Got expected buffer overflow exception
  /external/javasqlite/src/main/java/SQLite/
Exception.java 7 public class Exception extends java.lang.Exception {
10 * Construct a new SQLite exception.
15 public Exception(String string) {
  /ndk/tests/device/gnustl-shared-1/jni/
foo.cpp 2 #include <exception>
8 throw std::exception();
  /dalvik/vm/mterp/mips/
OP_THROW.S 2 %verify "exception for null object"
4 * Throw an exception object in the current thread.
8 GET_VREG(a1, a2) # a1 <- vAA (exception object)
9 EXPORT_PC() # exception handler can throw
13 STORE_offThread_exception(a1, rSELF) # thread->exception <- obj
  /external/chromium_org/v8/test/webkit/
dfg-getter-throw-expected.txt 24 Tests that DFG getter caching does not break the world if the getter throws an exception.
129 PASS bar(o) is "Threw exception: Oh hi, I'm an exception!"
130 PASS bar(o) is "Threw exception: Oh hi, I'm an exception!"
131 PASS bar(o) is "Threw exception: Oh hi, I'm an exception!"
132 PASS bar(o) is "Threw exception: Oh hi, I'm an exception!"
133 PASS bar(o) is "Threw exception: Oh hi, I'm an exception!
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
exception_type.h 24 #include <exception>
30 class Exception : public std::exception {
32 Exception() : what_("Unknown exception") {}
33 explicit Exception(const char* message) throw() { SetMessage(message); }
34 virtual ~Exception() throw() {}
48 class IndexOutOfBoundException : public Exception {
50 IndexOutOfBoundException() throw() : Exception("Index out of bound") {}
52 : Exception(message) {
    [all...]
  /external/sfntly/cpp/src/sfntly/port/
exception_type.h 24 #include <exception>
30 class Exception : public std::exception {
32 Exception() : what_("Unknown exception") {}
33 explicit Exception(const char* message) throw() { SetMessage(message); }
34 virtual ~Exception() throw() {}
48 class IndexOutOfBoundException : public Exception {
50 IndexOutOfBoundException() throw() : Exception("Index out of bound") {}
52 : Exception(message) {
    [all...]
  /dalvik/vm/mterp/c/
OP_MOVE_EXCEPTION.cpp 3 ILOGV("|move-exception v%d", vdst);
4 assert(self->exception != NULL);
5 SET_REGISTER(vdst, (u4)self->exception);
  /ndk/tests/device/exceptions-crash/jni/
foo.cpp 2 #include <exception>
9 throw std::exception();
11 catch (std::exception e) {
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_THROW_EXCEPTION_COMMON.S 2 * Throw an exception from JIT'ed code.
4 * r0 Dalvik PC that raises the exception
  /dalvik/vm/compiler/template/mips/
TEMPLATE_THROW_EXCEPTION_COMMON.S 2 * Throw an exception from JIT'ed code.
4 * a0 Dalvik PC that raises the exception
  /dalvik/vm/mterp/x86/
OP_THROW.S 2 %verify "exception for null object"
4 * Throw an exception object in the current thread.
8 GET_VREG_R %eax rINST # eax<- exception object
12 movl %eax,offThread_exception(%ecx) # thread->exception<- obj
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSException.java 4 extends Exception
6 Exception e;
16 Exception e)
23 public Exception getUnderlyingException()
  /external/chromium/net/data/proxy_resolver_v8_unittest/
unhandled_exception.js 2 // This will throw a runtime exception.
  /external/chromium-libpac/test/js-unittest/
unhandled_exception.js 2 // This will throw a runtime exception.
  /external/chromium_org/content/browser/geolocation/
DEPS 2 "+google_apis", # Exception to general rule, see content/DEPS for details.
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
unhandled_exception.js 2 // This will throw a runtime exception.

Completed in 545 milliseconds

1 2 3 4 5 6 7 8 91011>>