/external/clang/test/Sema/ |
assign-null.c | 6 hookfunc hook; variable 9 hook = NULL;
|
/external/astl/src/ |
list.cpp | 57 void ListNodeBase::hook(ListNodeBase *const pos) { function in class:android::ListNodeBase
|
/external/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.
|
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
ipt_ULOG.h | 38 unsigned int hook; member in struct:ulog_packet_msg
|
ip_queue.h | 22 unsigned int hook; member in struct:ipq_packet_msg
|
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/ |
ipt_ULOG.h | 38 unsigned int hook; member in struct:ulog_packet_msg
|
ip_queue.h | 22 unsigned int hook; member in struct:ipq_packet_msg
|
/external/iptables/include/linux/netfilter_ipv4/ |
ipt_ULOG.h | 39 unsigned int hook; member in struct:ulog_packet_msg
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ipt_ULOG.h | 39 unsigned int hook; member in struct:ulog_packet_msg
|
ip_queue.h | 26 unsigned int hook; /* Netfilter hook we rode in on */ member in struct:ipq_packet_msg
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_ulog.h | 28 unsigned int hook; member in struct:ebt_ulog_packet_msg
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/ |
ipt_ULOG.h | 39 unsigned int hook; member in struct:ulog_packet_msg
|
ip_queue.h | 18 unsigned int hook; /* Netfilter hook we rode in on */ member in struct:ipq_packet_msg
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ULOG.h | 38 unsigned int hook; member in struct:ulog_packet_msg
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ULOG.h | 38 unsigned int hook; member in struct:ulog_packet_msg
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ULOG.h | 38 unsigned int hook; member in struct:ulog_packet_msg
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/ |
ipt_ULOG.h | 38 unsigned int hook; member in struct:ulog_packet_msg
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ULOG.h | 38 unsigned int hook; member in struct:ulog_packet_msg
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/ |
ipt_ULOG.h | 38 unsigned int hook; member in struct:ulog_packet_msg
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ULOG.h | 38 unsigned int hook; member in struct:ulog_packet_msg
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ULOG.h | 38 unsigned int hook; member in struct:ulog_packet_msg
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/netfilter_ipv4/ |
ipt_ULOG.h | 38 unsigned int hook; member in struct:ulog_packet_msg
|
/libcore/luni/src/main/java/java/lang/ |
Runtime.java | 268 for (Thread hook : hooks) { 269 hook.start(); 273 for (Thread hook : hooks) { 275 hook.join(); 506 * Registers a VM shutdown hook. A shutdown hook is a 529 * @param hook 530 * the shutdown hook to register. 532 * if the hook has already been started or if it has already 537 public void addShutdownHook(Thread hook) { [all...] |
/external/iproute2/tc/ |
m_xt.c | 130 __u32 hook = 0, index = 0; local 217 hook = NF_IP_PRE_ROUTING; 219 hook = NF_IP_POST_ROUTING; 225 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]); 241 addattr_l(n, MAX_MSG, TCA_IPT_HOOK, &hook, 4); 288 fprintf(f, "[NULL ipt hook name ]\n "); 291 __u32 hook; local 292 hook = *(__u32 *) RTA_DATA(tb[TCA_IPT_HOOK]); 293 fprintf(f, " hook: %s \n", ipthooks[hook]) [all...] |