| /external/v8/test/mjsunit/regress/ |
| regress-create-exception.js | 48 v[0x7fffffff] = 0; // Trigger exception.
|
| /external/v8/test/unittests/compiler/ |
| js-create-lowering-unittest.cc | 197 Node* const exception = Parameter(Type::Receiver()); local 203 Reduce(graph()->NewNode(javascript()->CreateCatchContext(name), exception,
|
| /external/v8/test/webkit/ |
| dfg-check-structure-elimination-for-non-cell.js | 43 debug("Caught exception: " + e);
|
| eval-var-decl.js | 45 thirdEvalResult = "Threw exception!";
|
| mod-crash.js | 25 "This test checks that n % 0 doesn't crash with a floating-point exception."
|
| stack-overflow-catch.js | 24 description('Test that when the stack overflows, the exception goes to the last frame before the overflow');
|
| class-constructor-return.js | 45 class BaseThrow { constructor() { throw "Thrown Exception String"; } }; 90 function FunctionThrow() { throw "Thrown Exception String"; }; 124 class DerivedThrow extends BaseNoReturn { constructor() { super(); throw "Thrown Exception String"; } }; 144 // Derived - return non-Object => exception. 163 class DerivedNoSuperThrow extends BaseNoReturn { constructor() { throw "Thrown Exception String"; } }; 179 // Derived without super() - return non-Object => exception 184 shouldThrow('(new DerivedNoSuperThrow)'); // Thrown exception
|
| /external/v8/test/webkit/fast/js/ |
| deep-recursion-test.js | 24 description("This test how deep we can recurse, and that we get an exception when we do, as opposed to a stack overflow.");
|
| /frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
| BluetoothMapBmessageParser.java | 27 import com.android.vcard.exception.VCardException; 28 import com.android.vcard.exception.VCardVersionException; 87 Log.e(TAG, "I/O exception when parsing bMessage", e); 340 /* Handle possible exception for incorrect LENGTH value 355 /* Handle possible exception for incorrect LENGTH value
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
| DcController.java | 188 if (ar.exception == null) { 194 log("DccDefaultState: Unexpected exception on EVENT_RIL_CONNECTED"); 200 if (ar.exception == null) { 204 " exception; likely radio not available, ignore");
|
| /libcore/luni/src/test/java/libcore/net/ |
| NetworkSecurityPolicyTest.java | 45 protected void setUp() throws Exception { 51 protected void tearDown() throws Exception { 94 public void testCleartextTrafficPolicyWithHttpURLConnection() throws Exception { 121 public void testCleartextTrafficPolicyWithFtpURLConnection() throws Exception { 149 public void testCleartextTrafficPolicyWithJarHttpURLConnection() throws Exception { 176 public void testCleartextTrafficPolicyWithJarFtpURLConnection() throws Exception { 204 public void testCleartextTrafficPolicyWithLoggingSocketHandler() throws Exception { 257 public byte[] call() throws Exception { 298 throws Exception { 306 throws Exception { [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
| math.h | 284 /* By default all functions support both errno and exception handling. 306 to change the hardware FPU exception settings). */ 315 We have a problem when using C++ since `exception' is a reserved 320 struct exception 333 extern int matherr (struct exception *__exc);
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
| math.h | 285 /* By default all functions support both errno and exception handling. 307 to change the hardware FPU exception settings). */ 316 We have a problem when using C++ since `exception' is a reserved 321 struct exception 334 extern int matherr (struct exception *__exc);
|
| /prebuilts/misc/common/swig/include/2.0.11/std/ |
| std_ios.i | 35 class failure : public exception
|
| /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-deploy-plugin/2.7/ |
| maven-deploy-plugin-2.7.jar | |
| /system/tools/aidl/ |
| ast_java.h | 273 Variable* exception; member in struct:android::aidl::java::CatchStatement 275 CatchStatement(Variable* exception);
|
| /external/chromium-trace/catapult/third_party/webapp2/tests/ |
| handler_test.py | 66 def handle_exception(self, exception, debug_mode): 72 def handle_404(request, response, exception): 77 def handle_405(request, response, exception): 83 def handle_500(request, response, exception): 496 def handle_exception(request, response, exception): 513 def handle_exception(request, response, exception):
|
| /external/doclava/src/com/google/doclava/ |
| MethodInfo.java | 394 ClassInfo ex = list[i].exception(); 788 public boolean throwsException(ClassInfo exception) { 790 if (e.qualifiedName().equals(exception.qualifiedName())) { 891 for (ClassInfo exception : thrownExceptions()) { 892 if (!mInfo.throwsException(exception)) { 896 + mInfo.prettyQualifiedSignature() + " no longer throws exception " 897 + exception.qualifiedName()); 908 + mInfo.prettyQualifiedSignature() + " added thrown exception " [all...] |
| /external/v8/test/mjsunit/ |
| object-create.js | 36 // Check that the right exception is thrown. 109 // will result in an exception. 163 // We shouldn't throw the exception for an ambiguous properties object
|
| /external/v8/tools/ |
| grokdump.py | 56 Shows the processor state at the point of exception including the 223 ("exception", MINIDUMP_EXCEPTION.ctype), 606 self.exception = None 632 self.exception = MINIDUMP_EXCEPTION_STREAM.Read( 634 DebugPrint(self.exception) 637 self.minidump, self.exception.thread_context.rva) 640 self.minidump, self.exception.thread_context.rva) 643 self.minidump, self.exception.thread_context.rva) 646 self.minidump, self.exception.thread_context.rva) [all...] |
| /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-dependency-analyzer/1.4/ |
| maven-dependency-analyzer-1.4.jar | |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
| PostCompilerBuilder.java | [all...] |
| /system/extras/tests/net_test/ |
| sock_diag_test.py | 339 self.exception = None 349 self.exception = e 503 self.assertIsNotNone(thread.exception) 504 self.assertTrue(isinstance(thread.exception, IOError), 505 "Expected IOError, got %s" % thread.exception) 506 self.assertEqual(expected_errno, thread.exception.errno)
|
| /external/chromium-trace/catapult/third_party/webapp2/ |
| webapp2.py | 60 #: Base HTTP exception, set here as public interface. 352 - ``response.headers`` raises an exception when a key that doesn't exist 571 except Exception, e: 588 This stops code execution, leaving the HTTP exception to be handled 589 by an exception handler. 594 Positional arguments to be passed to the exception class. 596 Keyword arguments to be passed to the exception class. 629 def handle_exception(self, exception, debug): 630 """Called if this handler throws an exception during execution. 632 The default behavior is to re-raise the exception to be handled b 1672 exception = None variable in class:ImportStringError [all...] |
| /external/v8/test/mjsunit/es6/ |
| debug-blockscopes.js | 40 var exception; variable 56 exception = e; 69 exception = null; 77 assertNull(exception, test_name, exception);
|