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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
assign-null.c 6 hookfunc hook; variable
9 hook = NULL;
  /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 35 to run any system and user defined hook scripts.
36 System hook scripts are found in
39 .Pa /etc/dhcpcd.enter-hook .
41 .Pa /etc/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
127 .Pa /etc/dhcpcd.enter-hook
131 .Pa /etc/dhcpcd.exit-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
127 .Pa @SYSCONFDIR@/dhcpcd.enter-hook
131 .Pa @SYSCONFDIR@/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/Tools/BuildSlaveSupport/build.webkit.org-config/
README 1 Note: This directory is *not* automatically synchronized with Subversion via a post-commit hook.
  /external/oprofile/agents/
Makefile.am 15 INSTALL_EXEC_HOOK += __install-exec-hook
18 __install-exec-hook:
36 install-exec-hook: $(INSTALL_EXEC_HOOK)
  /external/kernel-headers/original/linux/
netfilter.h 17 /* Responses from hook functions. */
38 /* Generic cache responses from hook functions.
85 /* Largest hook number + 1 */
100 nf_hookfn *hook; member in struct:nf_hook_ops
132 /* Function to register/unregister hook points. */
151 int nf_hook_slow(u_int8_t pf, unsigned int hook, struct sk_buff *skb,
156 * nf_hook_thresh - call a netfilter hook
158 * Returns 1 if the hook has allowed the packet to pass. The function
160 * value indicates the packet has been consumed by the hook.
162 static inline int nf_hook_thresh(u_int8_t pf, unsigned int hook,
    [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...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
netfilter.h 5 /* Responses from hook functions. */
25 /* Generic cache responses from hook functions.
netfilter_bridge.h 23 /* Not really a hook, but used for the ebtables broute table */
  /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
1651 EventHook hook; local
    [all...]
  /external/llvm/utils/emacs/
emacs.el 23 (add-hook 'c-mode-hook
32 (add-hook 'c++-mode-hook
  /system/media/wilhelm/src/objects/
CAudioRecorder.c 22 /** \brief Hook called by Object::Realize when an audio recorder is realized */
37 /** \brief Hook called by Object::Resume when an audio recorder is resumed */
45 /** \brief Hook called by Object::Destroy when an audio recorder is destroyed */
58 /** \brief Hook called by Object::Destroy before an audio recorder is about to be destroyed */
CAudioPlayer.c 22 /** \brief Hook called by Object::Realize when an audio player is realized */
45 /** \brief Hook called by Object::Resume when an audio player is resumed */
53 /** \brief Hook called by Object::Destroy when an audio player is destroyed */
69 /** \brief Hook called by Object::Destroy before an audio player is about to be destroyed */
COutputMix.c 22 /** \brief Hook called by Object::Realize when an output mix is realized */
37 /** \brief Hook called by Object::Resume when an output mix is resumed */
45 /** \brief Hook called by Object::Destroy when an output mix is destroyed */
56 /** \brief Hook called by Object::Destroy before an output mix is about to be destroyed */
  /external/iproute2/include/linux/
netfilter.h 7 /* Responses from hook functions. */
27 /* Generic cache responses from hook functions.
  /external/iptables/include/linux/
netfilter.h 7 /* Responses from hook functions. */
27 /* Generic cache responses from hook functions.
  /external/chromium/third_party/libevent/
evrpc.c 85 struct evrpc_hook *hook; local
90 while ((hook = TAILQ_FIRST(&base->input_hooks)) != NULL) {
91 assert(evrpc_remove_hook(base, EVRPC_INPUT, hook));
93 while ((hook = TAILQ_FIRST(&base->output_hooks)) != NULL) {
94 assert(evrpc_remove_hook(base, EVRPC_OUTPUT, hook));
107 struct evrpc_hook *hook = NULL; local
119 hook = calloc(1, sizeof(struct evrpc_hook));
120 assert(hook != NULL);
122 hook->process = cb;
123 hook->process_arg = cb_arg
132 struct evrpc_hook *hook = NULL; local
171 struct evrpc_hook *hook; local
413 struct evrpc_hook *hook; local
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_drag_source.h 57 // Call when asked to do a lazy write to the pasteboard; hook up to
66 // End the drag and clear the pasteboard; hook up to
71 // Drag moved; hook up to -draggedImage:movedTo:.
75 // -endDragAt:...); hook up to -namesOfPromisedFilesDroppedAtDestination:.
  /external/clang/include/clang/Lex/
PPCallbacks.h 156 /// MacroDefined - This hook is called whenever a macro definition is seen.
160 /// MacroUndefined - This hook is called whenever a macro #undef is seen.
165 /// Defined - This hook is called whenever the 'defined' operator is seen.
169 /// SourceRangeSkipped - This hook is called when a source range is skipped.
175 /// If -- This hook is called whenever an #if is seen.
181 /// Elif -- This hook is called whenever an #elif is seen.
187 /// Ifdef -- This hook is called whenever an #ifdef is seen.
193 /// Ifndef -- This hook is called whenever an #ifndef is seen.
199 /// Else -- This hook is called whenever an #else is seen.
203 /// Endif -- This hook is called whenever an #endif is seen
    [all...]
  /external/harfbuzz/contrib/
README 5 directory for examples of how to hook up Qt4 functions to Harfbuzz.
  /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

Completed in 1385 milliseconds

1 2 3 4 5 6 7 8 91011>>