HomeSort by relevance Sort by last modified time
    Searched refs:exception (Results 1451 - 1475 of 2577) sorted by null

<<51525354555657585960>>

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 32 # if defined (_STLP_HAS_NO_NAMESPACES) && !defined (exception)
33 # define exception __math_exception macro
41 # undef exception macro
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 32 # if defined (_STLP_HAS_NO_NAMESPACES) && !defined (exception)
33 # define exception __math_exception macro
41 # undef exception macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 115 self.raise_catch(Exception, "Exception")
117 except Exception, e: pass
120 # make sure the right exception message is raised for each of
152 # test that setting an exception at the C level works even if the
153 # exception object can't be constructed.
169 self.fail("Expected exception")
183 self.fail("Expected exception")
204 # test that exception attributes are happy
293 'exception "%s", attribute "%s"'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 115 self.raise_catch(Exception, "Exception")
117 except Exception, e: pass
120 # make sure the right exception message is raised for each of
152 # test that setting an exception at the C level works even if the
153 # exception object can't be constructed.
169 self.fail("Expected exception")
183 self.fail("Expected exception")
204 # test that exception attributes are happy
293 'exception "%s", attribute "%s"'
    [all...]
  /art/compiler/utils/arm64/
assembler_arm64.cc 612 void Arm64Assembler::EmitExceptionPoll(Arm64Exception *exception) {
614 temps.Exclude(reg_x(exception->scratch_.AsCoreRegister()));
617 // Bind exception poll entry.
618 ___ Bind(exception->Entry());
619 if (exception->stack_adjust_ != 0) { // Fix up the frame.
620 DecreaseFrameSize(exception->stack_adjust_);
622 // Pass exception object as argument.
624 ___ Mov(reg_x(X0), reg_x(exception->scratch_.AsCoreRegister()));
  /art/runtime/interpreter/
interpreter_common.cc 120 // Returns true on success, otherwise throws an exception and returns false.
126 // precised exception message.
329 // precised exception message.
381 * Finds the location where this exception will be caught. We search until we reach either the top
382 * frame or a native frame, in which cases this exception is considered uncaught.
386 explicit CatchLocationFinder(Thread* self, Handle<mirror::Throwable>* exception)
388 : StackVisitor(self, nullptr), self_(self), handle_scope_(self), exception_(exception),
457 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException(&throw_location)));
459 CatchLocationFinder clf(self, &exception);
462 clf.GetCatchDexPc(), exception.Get())
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 31 * subclass your own tree node class to avoid class cast exception.
99 * Return newRoot. Throw an exception if newRoot is not a
125 throw new Error("more than one node as root (TODO: make exception hierarchy)");
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 74 private void readObject(ObjectInputStream ois) throws Exception {
185 public void test_close() throws Exception {
400 public void test_readObjectOverride() throws Exception {
422 public void test_readObjectMissingClasses() throws Exception {
455 // readStreamHeader() throws an exception.
469 // readStreamHeader() throws an exception.
691 public void test_defaultReadObject() throws Exception {
693 // throws an exception.
781 public void test_readFields() throws Exception {
856 public void test_readObject() throws Exception {
1208 private IOException exception = null; field in class:ObjectInputStreamTest.ExceptionalBufferedInputStream
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar 
  /art/runtime/
entrypoints_order_test.cc 89 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, card_table, exception, kPointerSize);
90 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, exception, stack_end, kPointerSize);
  /cts/tools/signature-tools/src/signature/compare/
ApiComparator.java 734 // remove sub types of containing exception
742 ITypeReference exception = iterator.next();
743 if (isRuntimeExceptionOrErrorSubtype(exception)) {
    [all...]
  /external/chromium_org/chrome/test/chromedriver/js/
execute_async_script.js 46 * exception occurs during the script, and an additional error callback will
  /external/chromium_org/chrome/third_party/mock4js/
mock4js.js 73 object.throwException = function(exception) {
74 return new ThrowExceptionAction(exception);
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
nacltest.js 259 this.exception = function(test_name, err, from_completed_test) {
263 var full_message = '[' + test_name + ' EXCEPTION] ' + message;
413 // Ideally there'd be some way to identify what exception was thrown, but JS
415 // TODO(ncbray) allow manual validation of exception types?
621 return '<exception>';
744 // If we get this exception, we can assume any callbacks or next
749 // A special exception that terminates the test with a failure
755 // This is not a special type of exception, it is an error.
756 this.tester.rpc.exception(this.name, err, !this.running);
805 // spuriously pass. Throwing this exception forces us to behave like a
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
HTMLMediaElementEncryptedMedia.cpp 20 static void throwExceptionIfMediaKeyExceptionOccurred(const String& keySystem, const String& sessionId, blink::WebMediaPlayer::MediaKeyException exception, ExceptionState& exceptionState)
22 switch (exception) {
  /external/chromium_org/tools/grit/grit/node/
structure.py 13 from grit import exception namespace
189 raise exception.UnexpectedAttribute(
  /external/chromium_org/v8/samples/
shell.cc 352 v8::String::Utf8Value exception(try_catch->Exception());
353 const char* exception_string = ToCString(exception);
357 // print the exception.
  /external/chromium_org/v8/test/mjsunit/
const-eval-init.js 82 // throws an exception.
debug-liveedit-double-call.js 100 print("LiveEdit exception: " + e);
125 print("Exception: " + saved_exception);
indexed-accessors.js 84 // Using a setter where only a getter is defined does not throw an exception,
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1122.js 29 // that function calls with more arguments throw an exception. Apply a
regress-798.js 90 // Check that the stack for an exception in a getter and setter produce the
  /external/deqp/framework/randomshaders/
rsgVariableManager.cpp 122 catch (const std::exception&)
168 catch (const std::exception&)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar 

Completed in 1552 milliseconds

<<51525354555657585960>>