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

1 2 3 4 5 6 7 8 91011

  /external/clang/test/Sema/
assign-null.c 7 hookfunc hook; variable
10 hook = NULL;
  /external/llvm/utils/emacs/
llvm-mode.el 104 (defvar llvm-mode-hook nil)
118 Runs llvm-mode-hook on startup."
133 (run-hooks 'llvm-mode-hook)) ; Finally, this permits the user to
134 ; customize the mode with a hook.
tablegen-mode.el 86 (defvar tablegen-mode-hook nil)
99 Runs tablegen-mode-hook on startup."
116 (run-hooks 'tablegen-mode-hook)) ; Finally, this permits the user to
117 ; customize the mode with a hook.
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_ulog.h 50 unsigned int hook; member in struct:ebt_ulog_packet_msg
  /bionic/libc/kernel/uapi/linux/netfilter_ipv4/
ipt_ULOG.h 44 unsigned int hook; member in struct:ulog_packet_msg
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ipt_ULOG.h 38 unsigned int hook; member in struct:ulog_packet_msg
  /development/ndk/platforms/android-L/include/linux/netfilter_bridge/
ebt_ulog.h 50 unsigned int hook; member in struct:ebt_ulog_packet_msg
  /development/ndk/platforms/android-L/include/linux/netfilter_ipv4/
ipt_ULOG.h 44 unsigned int hook; member in struct:ulog_packet_msg
  /external/chromium_org/third_party/libwebp/utils/
thread.h 45 WebPWorkerHook hook; // hook to call member in struct:__anon16926
46 void* data1; // first argument passed to 'hook'
47 void* data2; // second argument passed to 'hook'
48 int had_error; // return value of the last call to 'hook'
62 // Triggers the thread to call hook() with data1 and data2 arguments. These
63 // hook/data1/data2 values can be changed at any time before calling this
67 // hook directly instead of using a thread. Convenient to bypass the thread
  /external/iptables/include/linux/netfilter_ipv4/
ipt_ULOG.h 39 unsigned int hook; member in struct:ulog_packet_msg
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_ulog.h 30 unsigned int hook; member in struct:ebt_ulog_packet_msg
  /external/kernel-headers/original/uapi/linux/netfilter_ipv4/
ipt_ULOG.h 39 unsigned int hook; member in struct:ulog_packet_msg
  /external/webp/src/utils/
thread.h 45 WebPWorkerHook hook; // hook to call member in struct:__anon37095
46 void* data1; // first argument passed to 'hook'
47 void* data2; // second argument passed to 'hook'
48 int had_error; // return value of the last call to 'hook'
62 // Triggers the thread to call hook() with data1 and data2 arguments. These
63 // hook/data1/data2 values can be changed at any time before calling this
67 // hook directly instead of using a thread. Convenient to bypass the thread
  /frameworks/compile/mclinker/include/mcld/ADT/
TreeBase.h 61 void hook(NodeBase* pNode) { assert(0 && "not allowed"); } function in class:mcld::TreeIteratorBase
92 void TreeIteratorBase::hook<TreeIteratorBase::Leftward>(NodeBase* pOther) function in class:mcld::TreeIteratorBase
98 void TreeIteratorBase::hook<TreeIteratorBase::Rightward>(NodeBase* pOther) function in class:mcld::TreeIteratorBase
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_ulog.h 28 unsigned int hook; member in struct:ebt_ulog_packet_msg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ipt_ULOG.h 39 unsigned int hook; member in struct:ulog_packet_msg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_ulog.h 28 unsigned int hook; member in struct:ebt_ulog_packet_msg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_ipv4/
ipt_ULOG.h 39 unsigned int hook; member in struct:ulog_packet_msg
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ULOG.h 38 unsigned int hook; member in struct:ulog_packet_msg
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ULOG.h 38 unsigned int hook; member in struct:ulog_packet_msg
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ULOG.h 38 unsigned int hook; member in struct:ulog_packet_msg
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_ULOG.h 38 unsigned int hook; member in struct:ulog_packet_msg
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ULOG.h 38 unsigned int hook; member in struct:ulog_packet_msg
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_ULOG.h 38 unsigned int hook; member in struct:ulog_packet_msg
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ULOG.h 38 unsigned int hook; member in struct:ulog_packet_msg

Completed in 676 milliseconds

1 2 3 4 5 6 7 8 91011