HomeSort by relevance Sort by last modified time
    Searched full:throwing (Results 1 - 25 of 434) 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/Source/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) {
  /external/webkit/LayoutTests/storage/indexeddb/
exception-in-event-aborts-expected.txt 26 Throwing
36 Throwing
46 Throwing within a try block
exception-in-event-aborts.html 64 debug("Throwing");
99 debug("Throwing within a try block");
  /external/clang/test/CodeGenObjC/
exceptions-nonfragile.m 15 void throwing() {
  /external/webkit/Source/WebCore/bindings/js/
SerializedScriptValue.h 51 enum SerializationErrorMode { NonThrowing, Throwing };
57 static PassRefPtr<SerializedScriptValue> create(JSC::ExecState*, JSC::JSValue, SerializationErrorMode = Throwing);
70 JSC::JSValue deserialize(JSC::ExecState*, JSC::JSGlobalObject*, SerializationErrorMode = Throwing);
ScriptValue.h 65 PassRefPtr<SerializedScriptValue> serialize(ScriptState*, SerializationErrorMode = Throwing);
66 static ScriptValue deserialize(ScriptState*, SerializedScriptValue*, SerializationErrorMode = Throwing);
  /dalvik/vm/native/
InternalNative.h 29 /* exception-throwing stub for abstract methods (DalvikNativeFunc) */
  /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.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_range_errors.h 23 // this exception throwing.
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_range_errors.h 23 // this exception throwing.
  /prebuilt/ndk/android-ndk-r6/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
  /cts/tools/vm-tests-tf/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/dx/src/com/android/dx/dex/code/form/
SpecialFormat.java 26 * lists. Most of the overridden methods on this class end up throwing

Completed in 1436 milliseconds

1 2 3 4 5 6 7 8 91011>>