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

  /external/protobuf/src/google/protobuf/
arena_test_util.h 42 capture_alloc.Hook();
49 void Hook() {}
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_file.c 20 * [PXE exit hook logic]
269 /* Check to see if we have a PXE exit hook */
279 * FILE EXIT HOOK
283 * @v s_PXENV_FILE_EXIT_HOOK::Hook SEG16:OFF16 to jump to
284 * @ret #PXENV_EXIT_SUCCESS Successfully set hook
293 /* Check to see if we have a PXE exit hook */
296 pxe_exit_hook.segment = file_exit_hook->Hook.segment;
297 pxe_exit_hook.offset = file_exit_hook->Hook.offset;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cgitb.py 259 class Hook:
260 """A hook to replace sys.excepthook that shows tracebacks in HTML."""
310 handler = Hook().handle
317 sys.excepthook = Hook(display=display, logdir=logdir,
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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,
  /art/runtime/
common_runtime_test.h 196 // Sets a CheckJni abort hook to catch failures. Note that this will cause CheckJNI to carry on
208 static void Hook(void* data, const std::string& reason);
common_runtime_test.cc 706 vm_->SetCheckJniAbortHook(Hook, &actual_);
725 void CheckJniAbortCatcher::Hook(void* data, const std::string& reason) {
  /external/syslinux/gpxe/src/arch/i386/include/
pxe_api.h     [all...]
  /frameworks/native/vulkan/libvulkan/
api_gen.cpp 655 auto hook = std::lower_bound( local
    [all...]

Completed in 297 milliseconds