HomeSort by relevance Sort by last modified time
    Searched full:exception (Results 1 - 25 of 19923) 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
  /dalvik/tests/019-wrong-array-type/
expected.txt 1 Got correct array store exception
  /dalvik/tests/081-hot-exceptions/
expected.txt 2 exception = 1024
  /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();
  /external/webkit/LayoutTests/storage/
execute-sql-args-expected.txt 1 PASS. executeSql(null) did not throw an exception
2 PASS. executeSql(undefined) did not throw an exception
3 PASS. executeSql(0) did not throw an exception
4 PASS. executeSql("") did not throw an exception
5 PASS. executeSql("", null) did not throw an exception
6 PASS. executeSql("", undefined) did not throw an exception
7 PASS. executeSql("", []) did not throw an exception
8 PASS. executeSql("", [ "arg0" ]) did not throw an exception
9 PASS. executeSql("", { }) did not throw an exception
10 PASS. executeSql("", { length: 0 }) did not throw an exception
    [all...]
open-database-empty-version-expected.txt 1 This tests that calling openDatabase with an empty version string does not cause an exception to be thrown.
2 SUCCESS! Did not throw an exception.
  /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) {
  /external/webkit/LayoutTests/fast/dom/Geolocation/
argument-types-expected.txt 6 PASS navigator.geolocation.getCurrentPosition() threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
7 PASS navigator.geolocation.getCurrentPosition(undefined) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
8 PASS navigator.geolocation.getCurrentPosition(null) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
9 PASS navigator.geolocation.getCurrentPosition({}) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
10 PASS navigator.geolocation.getCurrentPosition(objectThrowingException) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17
    [all...]
  /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
  /external/webkit/LayoutTests/fast/xpath/
invalid-functions-expected.txt 1 PASS document.createExpression("foobar()", null) threw exception Error: INVALID_EXPRESSION_ERR: DOM XPath Exception 51.
2 PASS document.evaluate("foobar()", document, null, XPathResult.ANY_TYPE, null) threw exception Error: INVALID_EXPRESSION_ERR: DOM XPath Exception 51.
3 PASS document.createExpression("position(//div)", null) threw exception Error: INVALID_EXPRESSION_ERR: DOM XPath Exception 51.
4 PASS document.evaluate("position(//div)", document, null, XPathResult.ANY_TYPE, null) threw exception Error: INVALID_EXPRESSION_ERR: DOM XPath Exception 51.
5 PASS document.createExpression("ceiling(1,2)", null) threw exception Error: INVALID_EXPRESSION_ERR: DOM XPath Exception 51
    [all...]
nsresolver-exception-expected.txt 1 CONSOLE MESSAGE: line 14: Error: this is an exception
  /external/webkit/LayoutTests/storage/indexeddb/
transaction-and-objectstore-calls-expected.txt 19 Expecting exception from trans.objectStore('b')
20 PASS Exception was thrown.
22 Expecting exception from trans.objectStore('x')
23 PASS Exception was thrown.
28 Expecting exception from trans.objectStore('b')
29 PASS Exception was thrown.
31 Expecting exception from trans.objectStore('x')
32 PASS Exception was thrown.
37 Expecting exception from trans.objectStore('a')
38 PASS Exception was thrown
    [all...]
  /cts/tests/tests/webkitsecurity/assets/
crash-2.js 9 debug("OK. Caught an 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/chromium/net/data/proxy_resolver_v8_unittest/
unhandled_exception.js 2 // This will throw a runtime exception.
  /external/webkit/LayoutTests/fast/dom/HTMLFormElement/
invalid-form-field-expected.txt 1 PASS str is 'threw exception'
  /external/webkit/LayoutTests/platform/android-v8/fast/xpath/
nsresolver-exception-expected.txt 1 CONSOLE MESSAGE: line 14: Uncaught Error: this is an exception
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/exception/
ExtException.java 1 package org.bouncycastle.jce.exception;
5 * This is an extended exception. Java before version 1.4 did not offer the
6 * possibility the attach a cause to an exception. The cause of an exception is
8 * exception. This interface must be implemented by all exceptions to accomplish
16 * Returns the cause of the exception.
18 * @return The cause of the exception.
  /dalvik/vm/mterp/armv5te/
OP_THROW.S 2 %verify "exception for null object"
4 * Throw an exception object in the current thread.
8 GET_VREG(r1, r2) @ r1<- vAA (exception object)
9 EXPORT_PC() @ exception handler can throw
13 str r1, [rSELF, #offThread_exception] @ thread->exception<- obj
  /sdk/manifmerger/tests/src/com/android/manifmerger/
ManifestMergerTest.java 37 public void test00_noop() throws Exception {
41 public void test01_ignore_app_attr() throws Exception {
45 public void test02_ignore_instrumentation() throws Exception {
49 public void test10_activity_merge() throws Exception {
53 public void test11_activity_dup() throws Exception {
57 public void test12_alias_dup() throws Exception {
61 public void test13_service_dup() throws Exception {
65 public void test14_receiver_dup() throws Exception {
69 public void test15_provider_dup() throws Exception {
73 public void test20_uses_lib_merge() throws Exception {
    [all...]

Completed in 1776 milliseconds

1 2 3 4 5 6 7 8 91011>>