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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/081-hot-exceptions/
info.txt 1 Make a hot exception-throwing path to stress test how the trace builder handles
  /external/webkit/LayoutTests/platform/android-v8/storage/
transaction-error-callback-expected.txt 6 Testing statement callback throwing exception and error callback returning true : SUCCESS
7 Testing statement callback throwing exception and error callback returning false : SUCCESS
  /external/webkit/LayoutTests/storage/
transaction-error-callback-expected.txt 6 Testing statement callback throwing exception and error callback returning true : SUCCESS
7 Testing statement callback throwing exception and error callback returning false : SUCCESS
close-during-stress-test-expected.txt 3 A JavaScript failure on the console is expected, however, as the global object is cleared when closing a frame. It actually helps to cause database activity by throwing an exception from a callback.
close-during-stress-test.html 4 It actually helps to cause database activity by throwing an exception from a callback.</p>
transaction-error-callback.html 91 verifySuccess("Testing statement callback throwing exception and error callback returning true");
93 verifySuccess("Testing statement callback throwing exception and error callback returning false");
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
try-003.js 36 function TrySomething( expression, throwing ) {
38 if (throwing) {
52 if (throwing) {
try-012.js 45 function TrySomething( expression, throwing ) {
47 if (throwing) {
67 if (throwing) {
  /dalvik/vm/native/
InternalNative.h 29 /* exception-throwing stub for abstract methods (DalvikNativeFunc) */
  /libcore/luni/src/main/native/
ErrorCode.cpp 14 * Checks if an error has occurred, throwing a suitable exception if so.
NetFd.h 21 * Wraps access to the int inside a java.io.FileDescriptor, taking care of throwing exceptions.
  /external/v8/test/mjsunit/regress/
regress-227.js 30 assertEquals(null, res, "Throwing away high bits on ASCII string");
33 assertEquals(["x"], res, "Throwing away high bits on ASCII string");
  /external/v8/test/mjsunit/
array-reduce.js 416 assertUnreachable("Reduce callback not a function not throwing");
419 "reduce callback not a function not throwing TypeError");
426 assertUnreachable("ReduceRight callback not a function not throwing");
429 "reduceRight callback not a function not throwing TypeError");
437 assertUnreachable("Reduce no initial value not throwing");
440 "reduce no initial value not throwing TypeError");
447 assertUnreachable("ReduceRight no initial value not throwing");
450 "reduceRight no initial value not throwing TypeError");
458 assertUnreachable("Reduce sparse no initial value not throwing");
461 "reduce sparse no initial value not throwing TypeError")
    [all...]
  /dalvik/dx/tests/061-dex-try-catch/
Blort.java 58 // throwing instruction that has a constant pool reference and
  /external/proguard/src/proguard/evaluation/
BranchUnit.java 60 * Handles the throwing of an exception.
  /external/stlport/stlport/stl/
_range_errors.h 23 // this exception throwing.
_range_errors.c 52 // For mode without library and throwing range errors, include the
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_range_errors.h 23 // this exception throwing.
  /cts/tools/vm-tests/src/dot/junit/opcodes/opc_throw/
Test_opc_throw.java 44 * @title Throwing of the objectref on the class Throwable
57 * @title Throwing of the objectref on the subclass of Throwable
  /dalvik/tests/003-omnibus-opcodes/src/
Throw.java 18 * Test exception throwing.
  /external/stlport/stlport/stl/config/
_android.h 39 // No throwing exceptions
  /libcore/luni/src/main/java/java/io/
NotSerializableException.java 25 * explicitly prevents serialization by throwing this type of exception.
  /libcore/luni/src/main/java/java/util/concurrent/
ExecutionException.java 11 * that aborted by throwing an exception. This exception can be
  /libcore/luni/src/main/java/org/apache/xml/serializer/utils/
WrappedRuntimeException.java 24 * This class is for throwing important checked exceptions
  /libcore/luni/src/main/java/org/apache/xml/utils/
WrappedRuntimeException.java 24 * This class is for throwing important checked exceptions

Completed in 1131 milliseconds

1 2 3 4 5 6 7 8 91011>>