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

<<41424344454647484950>>

  /external/chromium_org/tools/grit/grit/gather/
rc.py 12 from grit import exception namespace
93 raise exception.SectionNotFound('%s in file %s' % (self.extkey, self.rc_file))
309 raise exception.SectionNotFound('%s in file %s' % (self.extkey, self.rc_file))
  /external/chromium_org/v8/test/mjsunit/
array-push8.js 14 // Test the frzon arrays throw an exception if you try to push to them, both in
debug-changebreakpoint.js 34 exception = false;
93 exception = e
108 assertFalse(exception, "exception in listener")
debug-compile-event.js 32 var exception = false; // Exception in debug event listener.
89 exception = e
109 assertFalse(exception, "exception in listener")
debug-continue.js 34 exception = false;
93 exception = e
112 assertFalse(exception, "exception in listener")
debug-evaluate-locals.js 33 exception = false;
137 exception = e;
150 assertFalse(exception, "exception in listener")
debug-evaluate-with-context.js 76 exception = e
87 exception = false;
97 assertFalse(exception, "exception in listener")
debug-evaluate.js 33 exception = false;
125 exception = e
153 assertFalse(exception, "exception in listener")
debug-references.js 33 exception = false;
101 exception = e
117 assertFalse(exception, "exception in listener")
debug-setexceptionbreak.js 39 exception = false;
103 exception = e
118 assertFalse(exception, "exception in listener")
debug-stepin-call-function-stub.js 32 var exception = null;
57 exception = e;
93 assertNull(exception);
109 assertNull(exception);
debug-stepin-function-call.js 32 var exception = null;
53 exception = e;
162 assertNull(exception);
171 assertNull(exception);
  /external/chromium_org/v8/test/mjsunit/es6/
debug-promises-caught-late.js 27 assertTrue(event != Debug.DebugEvent.Exception);
32 print("Unexpected exception: " + e + "\n" + e.stack);
  /external/clang/test/SemaCXX/
cxx0x-defaulted-functions.cpp 62 // DR1330: The exception-specification of an implicitly-declared special
107 // Don't instantiate the exception specification here.
112 // Any odr-use causes the exception specification to be evaluated.
114 expected-note {{instantiation of exception specification for 'Error'}} \
115 expected-note {{instantiation of exception specification for '~Error'}}
  /external/deqp/executor/tools/
xeBatchResultToJUnit.cpp 163 catch (const std::exception&)
173 catch (const std::exception& e)
  /external/deqp/executor/
xeCallQueue.cpp 72 catch (const std::exception&)
80 catch (const std::exception&)
  /external/deqp/framework/common/
tcuApp.cpp 91 catch (const std::exception& e)
128 catch (const std::exception& e)
  /external/fdlibm/
fdlibm.h 75 struct exception { struct
156 extern int ieee_matherr __P((struct exception *));
  /external/gtest/test/
gtest_catch_exceptions_test.py 31 """Tests Google Test's exception catching behavior.
86 """Tests exception-catching behavior."""
90 self.assert_('SEH exception with code 0x2a thrown '
93 self.assert_('SEH exception with code 0x2a thrown '
96 self.assert_('SEH exception with code 0x2a thrown in SetUpTestCase()'
98 self.assert_('SEH exception with code 0x2a thrown in TearDownTestCase()'
100 self.assert_('SEH exception with code 0x2a thrown in SetUp()'
102 self.assert_('SEH exception with code 0x2a thrown in TearDown()'
104 self.assert_('SEH exception with code 0x2a thrown in the test body'
115 """Tests C++ exception-catching behavior
    [all...]
  /external/lldb/test/unittest2/test/
test_unittest2_with.py 16 class ExceptionMock(Exception):
26 e = ctx.exception
47 self.fail("assertRaises() didn't let exception pass through")
51 except Exception, e:
53 self.assertIs(cm.exception, e)
70 self.fail("assertRaises() didn't let exception pass through")
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.mli 15 exception Error of string
  /external/smack/src/org/xbill/DNS/
CERTRecord.java 151 throw st.exception("Invalid certificate type: " +
157 throw st.exception("Invalid algorithm: " + algString);
SIGBase.java 69 throw st.exception("Invalid type: " + typeString);
73 throw st.exception("Invalid algorithm: " + algString);
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 233 } catch (Exception e) {
344 Exception exception = null; local
388 exception = e;
398 exception = e;
411 Log.w(TAG, "updateAppWidget couldn't find any view, using error view", exception);
537 Exception exception = null; local
565 exception = e;
568 if (exception != null)
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecFeatureAction.java 206 final HdmiCecFeatureAction exception) {
207 mSource.removeActionExcept(clazz, exception);

Completed in 908 milliseconds

<<41424344454647484950>>