Searched refs:error_handler (Results 1 - 12 of 12) sorted by relevance

/external/webkit/WebKitTools/Scripts/webkitpy/
H A Dexecutive_unittest.py37 run_command(["foo_bar_command_blah"], error_handler=Executive.ignore_error, return_exit_code=True)
H A Dcredentials_unittest.py108 executive_mock.run_command.assert_called_with(["git", "config", "--get", "foo"], error_handler=Executive.ignore_error)
112 executive_mock.run_command.assert_called_with(["git", "config", "--get", "test_prefix.foo"], error_handler=Executive.ignore_error)
H A Dexecutive.py142 error_handler=None,
168 (error_handler or self.default_error_handler)(script_error)
H A Dscm.py107 print run_command(self.status_command(), error_handler=Executive.ignore_error)
354 return run_command(['svn', 'commit', '-m', message], error_handler=commit_error_handler)
372 return run_command(['git', 'rev-parse', '--is-inside-work-tree'], cwd=path, error_handler=Executive.ignore_error).rstrip() == "true"
442 run_command(['git', 'revert', '--no-commit', git_commit], error_handler=Executive.ignore_error)
478 return run_command(['git', 'svn', 'dcommit'], error_handler=commit_error_handler)
H A Dcredentials.py60 error_handler=Executive.ignore_error).rstrip('\n')
H A Dscm_unittest.py151 self.assertRaises(OSError, run_command, command_does_not_exist, error_handler=Executive.ignore_error)
156 self.assertTrue(run_command(command_returns_non_zero, error_handler=Executive.ignore_error))
/external/bluetooth/glib/tests/
H A Dmarkup-test.c84 error_handler (GMarkupParseContext *context, function
96 error_handler
104 error_handler
/external/webkit/WebKitTools/Scripts/webkitpy/style/
H A Derror_handlers_unittest.py123 error_handler = self._error_handler(options)
128 self._call(error_handler, options, confidence)
135 self._call(error_handler, options, confidence)
144 self._call(error_handler, options, confidence)
/external/bluetooth/bluez/test/
H A Dsimple-agent108 error_handler=create_device_error)
/external/kernel-headers/original/linux/raid/
H A Dmd_k.h268 /* error_handler must set ->faulty and clear ->in_sync
271 void (*error_handler)(mddev_t *mddev, mdk_rdev_t *rdev); member in struct:mdk_personality
/external/webkit/WebCore/plugins/gtk/
H A Dgtk2xtbin.c108 static int error_handler (Display *display,
809 error_handler(Display *display, XErrorEvent *error) function
819 old_error_handler = XSetErrorHandler(error_handler);
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c111 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, function
137 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err);

Completed in 69 milliseconds