HomeSort by relevance Sort by last modified time
    Searched defs:hook (Results 1 - 25 of 212) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/test/Sema/
assign-null.c 7 hookfunc hook; variable
10 hook = NULL;
  /external/python/cpython3/Lib/test/test_importlib/extension/
test_path_hook.py 10 """Test the path hook for extension modules."""
14 def hook(self, entry): member in class:PathHookTests
20 # Path hook should handle a directory where a known extension module
22 self.assertTrue(hasattr(self.hook(util.EXTENSIONS.path), 'find_module'))
  /external/testng/src/test/java/test/hook/
HookSuccessWithListenerTest.java 1 package test.hook;
ConfigurableFailureTest.java 1 package test.hook;
HookListener.java 1 package test.hook;
ConfigurableListener.java 1 package test.hook;
ConfigurableSuccessTest.java 1 package test.hook;
HookFailureTest.java 1 package test.hook;
HookSuccess599Test.java 1 package test.hook;
41 Reporter.log("output from hook test.verify");
BaseConfigurable.java 1 package test.hook;
ConfigurableSuccessWithListenerTest.java 1 package test.hook;
HookSuccess862Test.java 1 package test.hook;
HookSuccessTest.java 1 package test.hook;
41 Reporter.log("output from hook test.verify");
HookableTest.java 1 package test.hook;
85 // the hook ended up invoking the test or not.
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
run_tests 87 # install hook on set_trace if --debug
101 def hook(*args): function in function:main
105 sys.excepthook = hook
111 def hook(exc, value, tb): function in function:main
121 sys.excepthook = hook
  /external/swiftshader/third_party/LLVM/utils/emacs/
llvm-mode.el 96 (defvar llvm-mode-hook nil)
110 Runs llvm-mode-hook on startup."
125 (run-hooks 'llvm-mode-hook)) ; Finally, this permits the user to
126 ; customize the mode with a hook.
tablegen-mode.el 86 (defvar tablegen-mode-hook nil)
99 Runs tablegen-mode-hook on startup."
115 (run-hooks 'tablegen-mode-hook)) ; Finally, this permits the user to
116 ; customize the mode with a hook.
  /external/webp/src/utils/
thread_utils.h 42 WebPWorkerHook hook; // hook to call member in struct:__anon43790
43 void* data1; // first argument passed to 'hook'
44 void* data2; // second argument passed to 'hook'
45 int had_error; // return value of the last call to 'hook'
59 // Triggers the thread to call hook() with data1 and data2 arguments. These
60 // hook/data1/data2 values can be changed at any time before calling this
64 // hook directly instead of using a thread. Convenient to bypass the thread
  /bionic/libc/kernel/android/uapi/linux/netfilter_ipv4/
ipt_ULOG.h 44 unsigned int hook; member in struct:ulog_packet_msg
  /external/iptables/include/linux/netfilter_ipv4/
ipt_ULOG.h 39 unsigned int hook; member in struct:ulog_packet_msg
  /external/llvm/utils/emacs/
tablegen-mode.el 91 (defvar tablegen-mode-hook nil)
105 Runs `tablegen-mode-hook' on startup."
122 (run-hooks 'tablegen-mode-hook)) ; Finally, this permits the user to
123 ; customize the mode with a hook.
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/agent/
AgentPremain.java 110 * shutdown hook which will print the stop message to System.err with the
119 Thread hook = new Thread() { local
126 Runtime.getRuntime().addShutdownHook(hook);
  /frameworks/compile/mclinker/include/mcld/ADT/
TreeBase.h 53 void hook(NodeBase* pNode) { function in class:mcld::TreeIteratorBase
87 inline void TreeIteratorBase::hook<TreeIteratorBase::Leftward>( function in class:mcld::TreeIteratorBase
93 inline void TreeIteratorBase::hook<TreeIteratorBase::Rightward>( function in class:mcld::TreeIteratorBase
  /frameworks/native/vulkan/libvulkan/
driver_gen.cpp 440 const auto hook = std::lower_bound( local
443 return (hook < end && strcmp(hook->name, name) == 0) ? hook : nullptr;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_ulog.h 30 unsigned int hook; member in struct:ebt_ulog_packet_msg

Completed in 402 milliseconds

1 2 3 4 5 6 7 8 9