HomeSort by relevance Sort by last modified time
    Searched full:error_handler (Results 1 - 15 of 15) sorted by null

  /external/bluetooth/glib/tests/
markup-test.c 84 error_handler (GMarkupParseContext *context, function
96 error_handler
104 error_handler
  /external/webkit/WebKitTools/Scripts/webkitpy/style/
error_handlers_unittest.py 123 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/webkit/WebKitTools/Scripts/webkitpy/
executive_unittest.py 37 run_command(["foo_bar_command_blah"], error_handler=Executive.ignore_error, return_exit_code=True)
credentials_unittest.py 108 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)
executive.py 142 error_handler=None,
168 (error_handler or self.default_error_handler)(script_error)
scm.py 107 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)
credentials.py 60 error_handler=Executive.ignore_error).rstrip('\n')
scm_unittest.py 151 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/bluez/test/
simple-agent 108 error_handler=create_device_error)
  /external/kernel-headers/original/linux/raid/
md_k.h 268 /* 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/
gtk2xtbin.c 108 static int error_handler (Display *display,
809 error_handler(Display *display, XErrorEvent *error) function
819 old_error_handler = XSetErrorHandler(error_handler);
  /external/libvpx/examples/includes/geshi/geshi/
providex.php 64 'enter', 'erase', 'error_handler', 'escape', 'event', 'execute',
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_nl80211.c 111 static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, function
137 nl_cb_err(cb, NL_CB_CUSTOM, error_handler, &err);
    [all...]
  /external/dbus/doc/
dbus-tutorial.xml     [all...]
  /external/dbus/
ChangeLog     [all...]

Completed in 1578 milliseconds