/external/bluetooth/glib/glib/ |
ghook.h | 45 typedef gboolean (*GHookFindFunc) (GHook *hook, 47 typedef void (*GHookMarshaller) (GHook *hook, 49 typedef gboolean (*GHookCheckMarshaller) (GHook *hook, 54 GHook *hook); 89 #define G_HOOK(hook) ((GHook*) (hook)) 90 #define G_HOOK_FLAGS(hook) (G_HOOK (hook)->flags) 91 #define G_HOOK_ACTIVE(hook) ((G_HOOK_FLAGS (hook) & [all...] |
/external/dhcpcd/dhcpcd-hooks/ |
90-NetworkManager | 0 # Hook for NetworkManager-0.7.0 2 # NOTE: NetworkManager will override the script dhcpcd calls, so this hook
|
/external/dhcpcd/ |
dhcpcd-run-hooks | 14 # Thus, the user can create their dhcpcd.enter/exit-hook script to configure 16 for hook in \ 17 /system/etc/dhcpcd/dhcpcd.enter-hook \ 19 /system/etc/dhcpcd/dhcpcd.exit-hook 22 case "${hook}" in 28 if ls "${hook}" >/dev/null 2>&1; then 29 . "${hook}"
|
dhcpcd-run-hooks.8.in | 35 to run any system and user defined hook scripts. 36 System hook scripts are found in 39 .Pa @SYSCONFDIR@/dhcpcd.enter-hook . 41 .Pa @SYSCONFDIR@/dhcpcd.exit-hook . 42 The default install supplies hook scripts for configuring 45 Your distribution may have included other hook scripts to say configure 47 A test hook is also supplied that simply echos the dhcp variables to the 104 .Pa @SYSCONFDIR@/dhcpcd.enter-hook 108 .Pa @SYSCONFDIR@/dhcpcd.exit-hook
|
dhcpcd-run-hooks.in | 121 # Thus, the user can create their dhcpcd.enter/exit-hook script to configure 123 for hook in \ 124 @SYSCONFDIR@/dhcpcd.enter-hook \ 126 @SYSCONFDIR@/dhcpcd.exit-hook 129 case "${hook}" in 135 if [ -f "${hook}" ]; then 136 . "${hook}"
|
dhcpcd-run-hooks.8 | 34 to run any system and user defined hook scripts. 35 System hook scripts are found in 38 .Pa /system/etc/dhcpcd/dhcpcd.enter-hook . 40 .Pa /system/etc/dhcpcd/dhcpcd.exit-hook . 41 The default install supplies hook scripts for configuring 44 Your distribution may have included other hook scripts to say configure 46 A test hook is also supplied that simply echos the dhcp variables to the 103 .Pa /system/etc/dhcpcd/dhcpcd.enter-hook 107 .Pa /system/etc/dhcpcd/dhcpcd.exit-hook
|
/external/icu4c/common/ |
localsvc.h | 15 * Prototype for user-supplied service hook. This function is expected to return 18 * @param what service-specific string identifying the specific user hook 20 * @return a service-specific hook, or NULL on failure.
|
/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/ |
README | 1 Note: This directory is *not* automatically synchronized with Subversion via a post-commit hook.
|
/system/core/adb/ |
sysdeps_win32.c | 86 void (*_fh_hook) ( FH f, int events, EventHook hook ); 535 static void _fh_socket_hook( FH f, int event, EventHook hook ); /* forward */ 1176 static void _fh_socketpair_hook( FH f, int event, EventHook hook ); /* forward */ 1300 EventHook hook = _free_hooks; local 1477 EventHook hook; local [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
hooks.sgml | 2 Hook Functions 5 support for manipulating lists of hook functions 10 lists of hook functions. Functions can be added and removed from the lists, 11 and the list of hook functions can be invoked. 26 list of hook functions. 40 Defines the type of function to be called when a hook in a 45 @hook: the hook in @hook_list that gets finalized 50 The <structname>GHook</structname> struct represents a single hook 54 @data: data which is passed to func when this hook is invoke [all...] |
/external/kernel-headers/original/linux/ |
netfilter.h | 15 /* Responses from hook functions. */ 36 /* Generic cache responses from hook functions. 47 /* Largest hook number + 1 */ 64 nf_hookfn *hook; member in struct:nf_hook_ops 104 unsigned int hook; member in struct:nf_info 109 /* Function to register/unregister hook points. */ 177 int nf_hook_slow(int pf, unsigned int hook, struct sk_buff **pskb, 182 * nf_hook_thresh - call a netfilter hook 184 * Returns 1 if the hook has allowed the packet to pass. The function 186 * value indicates the packet has been consumed by the hook [all...] |
/external/iproute2/include/linux/ |
netfilter.h | 7 /* Responses from hook functions. */ 27 /* Generic cache responses from hook functions.
|
/external/clearsilver/java-jni/ |
CSFileLoader.java | 6 * Interface for CS file hook
|
/external/iproute2/tc/ |
m_xt.c | 125 __u32 hook = 0, index = 0; local 212 hook = NF_IP_PRE_ROUTING; 214 hook = NF_IP_POST_ROUTING; 220 fprintf(stdout, "tablename: %s hook: %s\n ", tname, ipthooks[hook]); 236 addattr_l(n, MAX_MSG, TCA_IPT_HOOK, &hook, 4); 283 fprintf(f, "[NULL ipt hook name ]\n "); 286 __u32 hook; local 287 hook = *(__u32 *) RTA_DATA(tb[TCA_IPT_HOOK]); 288 fprintf(f, " hook: %s \n", ipthooks[hook]) [all...] |
/bootable/bootloader/legacy/libboot/ |
init.c | 38 int (*hook)(void) = (void*) x; 39 hook();
|
/external/emma/core/java12/com/vladium/emma/rt/ |
IClassLoadHook.java | 25 // * The hook returns 'true' or 'false' based on 'className' only. If it 37 * The hook reads in the original class definition from 'in' and [possibly] 44 * It is possible that the hook will determine that it is not interested in 47 * definition turns out to be for an interface and the hook does not process 48 * interfaces. Because 'in' can then be left in an uncertain state, the hook 51 * <li> if the hook can successfully recover the unmodified class definion 54 * <li> if the hook has lost the original class definion: it should return 'false'. 61 * NOTE: the hook should only write to 'out' after reading the entire
|
/development/ide/emacs/ |
android-compile.el | 28 ;; (add-hook 'c++-mode-hook 'android-compile) 29 ;; (add-hook 'java-mode-hook 'android-compile) 85 ;; This filter is registered as a `compilation-filter-hook' and is 99 This filter is registered as a `compilation-filter-hook' and is 152 ;; Add-hook do not re-add if already present. The compile 154 (add-hook 'compilation-filter-hook 'android-compile-filter)
|
/external/opencore/oscl/oscl/osclbase/src/ |
oscl_assert.cpp | 30 //If there's an error hook installed, just log and jump there. 32 //might also have an error hook. 40 //jump to the error hook
|
/sdk/emulator/qemud/ |
qemud.c | 371 LoopHook* hook = l->hooks; local 372 LoopHook* end = hook + l->num_fds; 374 for ( ; hook < end; hook++ ) { 375 if (hook->fd == fd) 376 return hook; 396 LoopHook* hook = l->hooks + n; local 398 ev.events = hook->wanted; 399 ev.data.ptr = hook; 400 epoll_ctl( l->epoll_fd, EPOLL_CTL_MOD, hook->fd, &ev ) 411 LoopHook* hook; local 439 LoopHook* hook = looper_find( l, fd ); local 458 LoopHook* hook = looper_find( l, fd ); local 483 LoopHook* hook = looper_find( l, fd ); local 526 LoopHook* hook = l->events[n].data.ptr; local 534 LoopHook* hook = l->hooks + n; local 544 LoopHook* hook = l->hooks + n; local [all...] |
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
ipt_ULOG.h | 38 unsigned int hook; member in struct:ulog_packet_msg
|
/external/kernel-headers/original/linux/netfilter/ |
nf_conntrack_ftp.h | 33 /* For NAT to hook in when we find a packet which describes what other
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ULOG.h | 38 unsigned int hook; member in struct:ulog_packet_msg
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ULOG.h | 38 unsigned int hook; member in struct:ulog_packet_msg
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ULOG.h | 38 unsigned int hook; member in struct:ulog_packet_msg
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/ |
ipt_ULOG.h | 38 unsigned int hook; member in struct:ulog_packet_msg
|