HomeSort by relevance Sort by last modified time
    Searched refs:exception (Results 2501 - 2525 of 4445) sorted by null

<<101102103104105106107108109110>>

  /external/autotest/site_utils/
lab_inventory.py 776 except Exception as e:
    [all...]
  /external/chromium-trace/catapult/experimental/buildbot/
buildbot.py 21 EXCEPTION = 4
279 exception = line
289 return tuple(stack_trace), exception
426 # If the build had an exception, the results might not be valid.
  /external/chromium-trace/catapult/third_party/vinn/vinn/
d8_bootstrap.js 25 * - d) An uncaught exception
36 * - d) _ExecuteFileWithD8 should raise an Exception
  /external/chromium-trace/catapult/tracing/third_party/devscripts/
licensecheck.pl.vanilla 425 $extrainfo = " (with Qt exception)$extrainfo"
  /external/deqp/executor/tools/
xeCommandLineExecutor.cpp 491 catch (const std::exception& error)
675 catch (const std::exception& e)
  /external/guava/guava/src/com/google/common/util/concurrent/
ServiceManager.java 230 * <p>RuntimeExceptions thrown by a listener will be caught and logged. Any exception thrown
285 // don't propagate the exception.
710 IllegalStateException exception = new IllegalStateException( local
713 throw exception;
  /external/harfbuzz_ng/win32/
detectenv-msvc.mak 49 # the NMake Makefiles. The exception is for the CFLAGS_ADD line(s) where one
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
EABProvider.java 144 } catch (SQLException exception) {
145 logger.error("Exception during upgradeDatabase. " + exception.getMessage());
161 // throwing the custom created Exception to catch it in
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 15 exception Error of string
  /external/opencv3/modules/core/src/
command_line_parser.cpp 81 throw cv::Exception(CV_StsBadArg, "unknown/unsupported parameter type", "", __FILE__, __LINE__);
88 throw cv::Exception(CV_StsBadArg, err_msg, "", __FILE__, __LINE__);
113 catch (std::exception& e)
116 impl->error_message = impl->error_message + "Exception: " + String(e.what()) + "\n";
138 catch(std::exception & e)
141 impl->error_message = impl->error_message + "Exception: " + String(e.what()) + "\n";
434 throw cv::Exception(CV_StsParseError,
454 throw cv::Exception(CV_StsParseError,
478 throw cv::Exception(CV_StsParseError,
  /external/parameter-framework/upstream/bindings/python/
pfw.i 42 %exception {
  /external/protobuf/java/src/test/java/com/google/protobuf/
AbstractMessageTest.java 190 public void testClear() throws Exception {
198 public void testCopy() throws Exception {
205 public void testSerializedSize() throws Exception {
213 public void testSerialization() throws Exception {
223 public void testParsing() throws Exception {
231 public void testParsingUninitialized() throws Exception {
259 public void testPackedSerialization() throws Exception {
270 public void testPackedParsing() throws Exception {
278 public void testUnpackedSerialization() throws Exception {
289 public void testParsePackedToUnpacked() throws Exception {
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 62 #include <exception>
    [all...]
  /external/v8/samples/
shell.cc 386 v8::String::Utf8Value exception(try_catch->Exception());
387 const char* exception_string = ToCString(exception);
391 // print the exception.
  /external/v8/src/
messages.cc 79 // Thus we need to save current exception state, reset it to the clean one
82 // We pass the exception object into the message handler callback though.
87 Handle<Object> exception(exception_object, isolate);
93 // Turn the exception on the message into a string if it is an object.
115 stringified = isolate->factory()->NewStringFromAsciiChecked("exception");
121 v8::Local<v8::Value> api_exception_obj = v8::Utils::ToLocal(exception);
  /external/v8/test/mjsunit/
error-constructors.js 75 // ignore the exception thrown from it since that would not be catchable from
json2.js 121 // Test toJSON with exception.
  /external/v8/test/mjsunit/es7/
typed-array-includes.js 70 // %TypedArray%.prototype.includes should terminate if an exception occurs
  /external/v8/test/mjsunit/regress/
regress-2443.js 77 // 3) check argument range and throw exception if out of range.
  /external/v8/test/webkit/
instance-of-immediates.js 51 // Constructor.prototype being a non-object will cause an exception, /unless/ value is also a non-object, since this is checked first.
  /frameworks/base/core/jni/
android_view_Surface.cpp 314 const char* const exception = (err == NO_MEMORY) ? local
317 jniThrowException(env, exception, NULL);
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 86 jniThrowException(env, "java/lang/Exception", NULL);
126 // Returns true if it throws an exception.
127 static bool process_media_recorder_call(JNIEnv *env, status_t opStatus, const char* exception, const char* message)
134 jniThrowException(env, exception, message);
171 // get_native_camera will throw an exception in this case
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecLocalDevice.java 719 // Remove all actions matched with the given Class type besides |exception|.
722 final HdmiCecFeatureAction exception) {
727 if (action != exception && action.getClass().equals(clazz)) {
    [all...]
  /frameworks/base/test-runner/src/android/test/
TestRunner.java 217 public void failed(String className, Throwable exception) {
221 mListeners.get(i).failed(className, exception);
343 } catch (Exception ex) {
396 String testNameInDb) throws Exception {
503 } catch (Exception ex) {
504 Log.w(TAG, "Exception encountered while trying to set the context.", ex);
534 Log.e("TestHarness", "Illegal Access Exception", e);
536 Log.e("TestHarness", "Instantiation Exception", e);
  /libcore/luni/src/test/java/libcore/xml/
ExpatSaxParserTest.java 48 public void testGlobalReferenceTableOverflow() throws Exception {
360 private TestDtdHandler runDtdTest(String s) throws Exception {
371 public void testDtdDoctype() throws Exception {
379 public void testDtdUnparsedEntity_system() throws Exception {
387 public void testDtdUnparsedEntity_public() throws Exception {
395 public void testDtdNotation_system() throws Exception {
402 public void testDtdNotation_public() throws Exception {
459 public void testCdata() throws Exception {
632 public void testBug28698301_1() throws Exception {
640 public void testBug28698301_2() throws Exception {
    [all...]

Completed in 2056 milliseconds

<<101102103104105106107108109110>>