/external/objenesis/tck/src/org/objenesis/tck/candidates/ |
SerializableConstructorThrowingException.java | 28 throw new IllegalArgumentException("Constructor throwing an exception");
|
/frameworks/base/core/java/android/webkit/ |
MustOverrideException.java | 19 // TODO: Remove MustOverrideException and make all methods throwing it abstract instead;
|
/external/chromium_org/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/chromium_org/v8/test/webkit/ |
try-catch-try-try-catch-try-finally-return-catch-finally-expected.txt | 24 Tests what would happen if you a throwing operation at the beginning of a finally blow that gets inlined inside a complicated catch/finally stack. The correct outcome is for this test to not crash during exception throwing.
|
try-catch-try-try-catch-try-finally-return-catch-finally.js | 25 "Tests what would happen if you a throwing operation at the beginning of a finally blow that gets inlined inside a complicated catch/finally stack. The correct outcome is for this test to not crash during exception throwing."
|
/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");
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
eh18.cpp | 39 // printf("Throwing D at %d (VB at %d)\n", &d, vb); 53 // printf("Throwing D at %d (VB at %d)\n", &pd, pvb);
|
cleanup2.cpp | 6 // base ctor due to exception throwing
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
eh18.cpp | 39 // printf("Throwing D at %d (VB at %d)\n", &d, vb); 53 // printf("Throwing D at %d (VB at %d)\n", &pd, pvb);
|
cleanup2.cpp | 6 // base ctor due to exception throwing
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/util/ |
HostReportLog.java | 23 * Note that setTestInfo should be set before throwing report
|
/dalvik/dx/tests/061-dex-try-catch/ |
Blort.java | 58 // throwing instruction that has a constant pool reference and
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
capture_view.html | 11 and crash. Throwing out older data avoids this problem.
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
AsyncFunction.java | 37 * <p>Throwing an exception from this method is equivalent to returning a
|
/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.
|
/frameworks/base/core/java/android/hardware/camera2/utils/ |
UncheckedThrow.java | 30 * Abuse type erasure by making the compiler think we are throwing RuntimeException,
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_range_errors.h | 23 // this exception throwing.
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_range_errors.h | 23 // this exception throwing.
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_range_errors.h | 23 // this exception throwing.
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_range_errors.h | 23 // this exception throwing.
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_range_errors.h | 23 // this exception throwing.
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_range_errors.h | 23 // this exception throwing.
|
/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
|
/external/chromium_org/v8/test/mjsunit/ |
stack-traces-2.js | 61 function testNotOmittedBuiltin(throwing, included) { 63 throwing();
|