HomeSort by relevance Sort by last modified time
    Searched refs:Hook (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/ui/libgtk2ui/
g_object_destructor_filo.h 22 // (set up at different levels of class hierarchy) and the lowest hook (set up
59 struct Hook {
60 Hook(GObject* o, DestructorHook cb, void* ctx)
70 typedef std::list<Hook> HandlerList;
g_object_destructor_filo.cc 29 const Hook hook(object, callback, context);
33 handler_map_[object].push_front(hook);
35 iter->second.push_front(hook);
43 LOG(DFATAL) << "Unable to disconnect destructor hook for object " << object
44 << ": hook not found (" << callback << ", " << context << ").";
58 << "deleted hook is "<< context << ", the last queued hook is "
  /art/runtime/
common_runtime_test.h 123 // Sets a CheckJni abort hook to catch failures. Note that this will cause CheckJNI to carry on
134 static void Hook(void* data, const std::string& reason);
common_runtime_test.cc 365 vm_->check_jni_abort_hook = Hook;
382 void CheckJniAbortCatcher::Hook(void* data, const std::string& reason) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgitb.py 259 class Hook:
260 """A hook to replace sys.excepthook that shows tracebacks in HTML."""
315 handler = Hook().handle
322 sys.excepthook = Hook(display=display, logdir=logdir,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgitb.py 259 class Hook:
260 """A hook to replace sys.excepthook that shows tracebacks in HTML."""
315 handler = Hook().handle
322 sys.excepthook = Hook(display=display, logdir=logdir,
  /external/chromium_org/remoting/webapp/background/
it2me_helper_channel.js 238 // Hook listeners.
  /external/chromium_org/chrome/browser/resources/extensions/
extensions.js 159 // Hook up the configure commands link to the overlay.
  /external/chromium_org/tools/traceline/svgui/
traceline.js 372 // Hook us up to repaint on scrolls.
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 563 milliseconds