| /external/v8/src/ |
| isolate.h | 136 return __isolate__->heap()->exception(); \ 153 __isolate__->heap()->exception()); \ 183 __isolate__->heap()->exception()); \ 339 // Throwing an exception may cause a Promise rejection. For this purpose 583 // Interface to pending exception. 618 bool IsJavaScriptHandlerOnTop(Object* exception); 619 bool IsExternalHandlerOnTop(Object* exception); 621 inline bool is_catchable_by_javascript(Object* exception); 657 // exceptions. If an exception was thrown and not handled by an external 658 // handler the exception is scheduled to be rethrown when we return to runnin [all...] |
| /external/ImageMagick/www/api/ |
| cache.php | 136 ExceptionInfo *exception) 154 <dt>exception</dt> 167 const ssize_t y,Quantum *pixel,ExceptionInfo *exception) 189 <dt>exception</dt> 202 const ssize_t y,Quantum *pixel,ExceptionInfo exception) 224 <dt>exception</dt> 238 const ssize_t y,PixelInfo *pixel,ExceptionInfo exception) 264 <dt>exception</dt> 328 ExceptionInfo *exception) 346 <dt>exception</dt [all...] |
| composite.php | 67 const ssize_t y_offset,ExceptionInfo *exception) 107 <dt>exception</dt> 120 ExceptionInfo *exception)
|
| /external/google-breakpad/src/client/solaris/handler/ |
| minidump_generator.cc | 583 TypedMDRVA<MDRawExceptionStream> exception(minidump_writer); 584 if (!exception.Allocate()) 588 dir->location = exception.location(); 589 exception.get()->thread_id = writer_args->crashed_lwpid; 590 exception.get()->exception_record.exception_code = writer_args->signo; 591 exception.get()->exception_record.exception_flags = 0; 595 exception.get()->exception_record.exception_address = 601 // Write context of the exception. 605 exception.get()->thread_context = context.location(); 610 exception.get()->exception_record.exception_address [all...] |
| /external/v8/test/mjsunit/ |
| debug-evaluate-locals-optimized-double.js | 35 var exception = false; variable 173 exception = e.toString() + e.stack; 237 assertFalse(exception, "exception in listener " + exception)
|
| debug-evaluate-locals-optimized.js | 35 var exception = false; variable 164 exception = e.toString() + e.stack; 218 assertFalse(exception, "exception in listener " + exception)
|
| debug-handle.js | 33 exception = false; 225 exception = e 250 assertFalse(exception, "exception in listener") 252 assertTrue(listenerComplete, "listener did not run to completion: " + exception);
|
| debug-set-variable-value.js | 45 var exception = null; 59 exception = e; 73 if (exception != null) { 74 assertUnreachable("Exception in listener\n" + exception.stack); 183 throw {name: "test exception"};
|
| debug-eval-scope.js | 10 var exception = null; variable 18 exception = e; 144 assertNull(exception);
|
| debug-stepin-property-function-call.js | 32 var exception = null; 51 print("Exception: " + e); 52 exception = e; 145 assertNull(exception, n);
|
| object-literal.js | 143 var exception = false; 148 exception = true; 150 assertTrue(exception);
|
| /external/v8/test/mjsunit/es6/ |
| generators-debug-scopes.js | 11 var exception = null; 20 exception = e; 26 exception = null; 33 assertNull(exception, name + " / " + exception); 331 ["try { throw 'Exception'; } catch (e) { debugger; }"], 338 CheckScopeContent({e:'Exception'}, 0, exec_state);
|
| /packages/apps/Calculator/ |
| arity-2.1.2.jar | |
| /prebuilts/tools/common/m2/repository/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/ |
| jaxb-api-2.2.12-b140109.1041.jar | |
| /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-connector-basic/1.0.2.v20150114/ |
| aether-connector-basic-1.0.2.v20150114.jar | |
| /art/runtime/ |
| quick_exception_handler.cc | 58 CatchBlockStackVisitor(Thread* self, Context* context, Handle<mirror::Throwable>* exception, 62 exception_(exception), 81 // No next method? Check exception handler is set up for the unhandled exception handler 132 // The exception we're looking for the catch block of. 134 // The quick exception handler we're visiting for. 140 void QuickExceptionHandler::FindCatch(mirror::Throwable* exception) { 143 mirror::String* msg = exception->GetDetailMessage(); 145 self_->DumpStack(LOG(INFO) << "Delivering exception: " << PrettyTypeOf(exception) [all...] |
| /external/chromium-trace/catapult/devil/devil/android/tools/ |
| provision_devices.py | 152 logging.exception('Timed out waiting for device %s. Adding to blacklist.', 158 logging.exception('Failed to provision device %s. Adding to blacklist.', 214 logging.exception('Possible failure while wiping the device. ' 274 logging.exception('Possible failure while wiping the device. ' 383 logging.exception('Failed to configure local properties.') 407 logging.exception('Unable to let battery cool to specified temperature.')
|
| /external/chromium-trace/catapult/third_party/vinn/vinn/ |
| vinn_unittest.py | 40 sys.stderr.write('=========== Begin Exception Message =========\n') 42 sys.stderr.write('=========== End Exception Message =========\n\n') 51 sys.stderr.write('=========== Begin Exception Message =========\n') 53 sys.stderr.write('=========== End Exception Message =========\n\n') 173 # error.js defines maybeRaiseException() method that can raise exception 177 # Exception log should capture these method calls' stack trace. 182 exception_message = context.exception.message 198 # error.js defines maybeRaiseException() method that can raise exception 202 # Exception log should capture these method calls' stack trace. 207 exception_message = context.exception.messag [all...] |
| /external/deqp/framework/platform/ios/ |
| tcuIOSApp.mm | 209 return 0; // \todo [2013-08-13 pyry] Throw exception? 338 catch (const std::exception& e) 386 catch (const std::exception& e) 405 catch (const std::exception& e)
|
| /external/guava/guava/src/com/google/common/util/concurrent/ |
| CycleDetectingLockFactory.java | 181 * throw the given {@code exception} and/or execute other desired logic. 189 void handlePotentialDeadlock(PotentialDeadlockException exception); 258 * {@code lockName} is used in the warning or exception output to help 276 * The {@code lockName} is used in the warning or exception output to help 351 * {@code "EnumClass.name"}, which is used in exception and warning 443 * exception output. 463 * {@link Enum#name()} are used to describe the lock in warning or exception 546 * Represents a detected cycle in lock acquisition ordering. The exception 684 // (the example cycle) as that of the cached exception. 685 PotentialDeadlockException exception = new PotentialDeadlockException local 710 PotentialDeadlockException exception = local [all...] |
| /external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/ |
| ThrowingProviderBinder.java | 75 * a particular class whose constructor throws an exception: 240 public T get() throws Exception { 244 // Rethrow the provision cause as the actual exception 245 if (pe.getCause() instanceof Exception) { 246 throw (Exception) pe.getCause(); 351 } catch (Exception e) { 379 * Returns the exception type declared to be thrown by the get method of 393 throw new IllegalStateException("Not allowed to inspect exception types", e); 448 if(tpMode) { // only validate exception in ThrowingProvider mode. 451 "%s has the wrong Exception generic type (%s) when extending CheckedProvider" [all...] |
| /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/ |
| Lwjgl3Application.java | 201 public void debug(String tag, String message, Throwable exception) { 204 exception.printStackTrace(System.out); 216 public void log(String tag, String message, Throwable exception) { 219 exception.printStackTrace(System.out); 231 public void error(String tag, String message, Throwable exception) { 234 exception.printStackTrace(System.err);
|
| /external/libunwind/doc/ |
| unw_resume.tex | 43 Most platforms reserve some registers to pass arguments to exception 46 registers. However, if \Prog{libunwind} is used to set an exception 49 value as the contents of the register. In other words, the exception
|
| /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
| ListViewTest.java | 46 public void setUp() throws Exception { 52 public void testSetSelection_ShouldFireOnItemSelectedListener() throws Exception { 73 public void addHeaderView_ShouldThrowIfAdapterIsAlreadySet() throws Exception { 78 } catch (java.lang.IllegalStateException exception) { 79 assertThat(exception.getMessage(), equalTo("Cannot add header view to list -- setAdapter has already been called")); 85 } catch (java.lang.IllegalStateException exception) { 86 assertThat(exception.getMessage(), equalTo("Cannot add header view to list -- setAdapter has already been called")); 91 public void addHeaderView_ShouldRecordHeaders() throws Exception { 117 public void addHeaderView_shouldAttachTheViewToTheList() throws Exception { 127 public void addFooterView_ShouldThrowIfAdapterIsAlreadySet() throws Exception { [all...] |
| /external/v8/build/android/ |
| provision_devices.py | 136 logging.exception('Timed out waiting for device %s. Adding to blacklist.', 142 logging.exception('Failed to provision device %s. Adding to blacklist.', 207 logging.exception('Possible failure while wiping the device. ' 247 logging.exception('Possible failure while wiping the device. ' 346 logging.exception('Failed to configure local properties.') 368 logging.exception('Unable to let battery cool to specified temperature.')
|