Home
last modified time | relevance | path

Searched refs:hooks (Results 1 – 25 of 156) sorted by relevance

1234567

/external/dnsmasq/contrib/openvpn/
Ddnsmasq.patch17 + if [ -f /etc/dhclient-enter-hooks ]; then
18 + . /etc/dhclient-enter-hooks
20 + cp /etc/dhclient-enter-hooks /etc/dhclient-enter-hooks.dnsmasq
21 …s/resolv\.conf$/resolv.conf.dnsmasq/' /etc/dhclient-enter-hooks.dnsmasq > /etc/dhclient-enter-hooks
27 + if [ -f /etc/dhclient-enter-hooks -a -f /etc/dhclient-enter-hooks.dnsmasq ]; then
31 + mv /etc/dhclient-enter-hooks.dnsmasq /etc/dhclient-enter-hooks
DREADME2 dnsmasq. I also include my version of dhclient-enter-hooks as
33 > dnsmasq initscript to tweak /etc/dhclient-enter-hooks to change where
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
Dppapi_plugin_start.c62 struct nacl_irt_ppapihook hooks; in PpapiPluginStart() local
63 if (sizeof(hooks) != query_func(NACL_IRT_PPAPIHOOK_v0_1, in PpapiPluginStart()
64 &hooks, sizeof(hooks))) in PpapiPluginStart()
67 __nacl_register_thread_creator(&hooks); in PpapiPluginStart()
69 return hooks.ppapi_start(funcs); in PpapiPluginStart()
Dthread_creator.c49 void __nacl_register_thread_creator(const struct nacl_irt_ppapihook *hooks) { in __nacl_register_thread_creator() argument
50 hooks->ppapi_register_thread_creator(&thread_funcs); in __nacl_register_thread_creator()
Dthread_creator.h13 void __nacl_register_thread_creator(const struct nacl_irt_ppapihook *hooks);
/external/dhcpcd/
DMakefile15 SCRIPT= ${LIBEXECDIR}/dhcpcd-run-hooks
16 HOOKDIR= ${LIBEXECDIR}/dhcpcd-hooks
19 MAN8= dhcpcd.8 dhcpcd-run-hooks.8
20 CLEANFILES= dhcpcd.conf.5 dhcpcd.8 dhcpcd-run-hooks.8
22 SCRIPTS= dhcpcd-run-hooks
24 CLEANFILES+= dhcpcd-run-hooks
30 SUBDIRS= dhcpcd-hooks
125 cd dhcpcd-hooks; ${MAKE} DISTPREFIX=${DISTPREFIX} $@
DREADME10 man dhcpcd-run-hooks to learn how to hook scripts into dhcpcd events
48 populate it with all the source files and hooks needed.
56 Not all the hooks in dhcpcd-hooks are installed by default.
60 The configure program attempts to find hooks for systems you have installed.
DAndroid.mk5 hooks_dir := dhcpcd-hooks
35 LOCAL_MODULE := dhcpcd-run-hooks
Ddhcpcd-run-hooks18 /system/etc/dhcpcd/dhcpcd-hooks/* \
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dclike.js9 hooks = parserConfig.hooks || {},
17 if (hooks[ch]) {
18 var result = hooks[ch](stream, state);
214 hooks: {"#": cppHook} property
224 hooks: {"#": cppHook} property
235 hooks: { property
257 hooks: { property
298 hooks: { property
359 hooks: {"#": cppHook} property
Dcss.js9 hooks = parserConfig.hooks || {},
22 if (hooks[ch]) {
24 var result = hooks[ch](stream, state);
541 hooks: { property
577 hooks: { property
/external/chromium_org/tools/git/
DREADME5 These hooks warn you about DEPS modifications so you will remember
8 To install these Git hooks, create symlinks like so:
9 ln -s $(pwd)/post-checkout $(git rev-parse --git-dir)/hooks
10 ln -s $(pwd)/post-merge $(git rev-parse --git-dir)/hooks
/external/dhcpcd/dhcpcd-hooks/
DMakefile5 SCRIPTSDIR= ${LIBEXECDIR}/dhcpcd-hooks
17 ${INSTALL} -d /tmp/${DISTPREFIX}/dhcpcd-hooks
18 ${INSTALL} -m ${NONBINMODE} ${SCRIPTS} /tmp/${DISTPREFIX}/dhcpcd-hooks
/external/chromium_org/third_party/flot/
Djquery.flot.crosshair.min.js59hooks.bindEvents.push(function(e,t){if(!e.getOptions().crosshair.mode)return;t.mouseout(n),t.mouse…
Djquery.flot.resize.min.js19 …(t)}function r(e,n){e.getPlaceholder().unbind("resize",t)}e.hooks.bindEvents.push(n),e.hooks.shutd…
Djquery.flot.categories.min.js44 …on u(e,t,n){s(t,"xaxis",n),s(t,"yaxis",n)}function a(e){e.hooks.processRawData.push(n),e.hooks.pro…
Djquery.flot.selection.min.js79hooks.bindEvents.push(function(e,t){var n=e.getOptions();n.selection.mode!=null&&(t.mousemove(s),t…
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
DNOTES36 functions into all the tnl->Driver.Render driver hooks, thus taking
51 hooks, and (optionally) cease calling _swsetup_InvalidateState().
62 point rasterization, these are necessary to provide locking hooks for
/external/mesa3d/src/mesa/swrast_setup/
DNOTES36 functions into all the tnl->Driver.Render driver hooks, thus taking
51 hooks, and (optionally) cease calling _swsetup_InvalidateState().
62 point rasterization, these are necessary to provide locking hooks for
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dmalloc_hook.cc508 HookType hooks[kHookListMaxValues]; \
509 int num_hooks = hook_list.Traverse(hooks, kHookListMaxValues); \
511 (*hooks[i])args; \
518 HookType hooks[kHookListMaxValues]; \
519 int num_hooks = hook_list.Traverse(hooks, kHookListMaxValues); \
520 return (num_hooks > 0 && (*hooks[0])args); \
/external/chromium_org/third_party/sqlite/src/test/
Dhook.test283 # either the commit or update hooks because a rollback can happen
342 lappend ::hooks COMMIT
346 lappend ::hooks ROLLBACK
349 set ::hooks [list]
360 set ::hooks
362 unset ::hooks
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dmalloc_hook.cc508 HookType hooks[kHookListMaxValues]; \
509 int num_hooks = hook_list.Traverse(hooks, kHookListMaxValues); \
511 (*hooks[i])args; \
518 HookType hooks[kHookListMaxValues]; \
519 int num_hooks = hook_list.Traverse(hooks, kHookListMaxValues); \
520 return (num_hooks > 0 && (*hooks[0])args); \
/external/elfutils/libebl/
DChangeLog17 * ebl-hooks.h: New hook syscall_abi.
25 * ebl-hooks.h: Add check_special_section hook.
37 * ebl-hooks.h: Add check_object_attribute hook.
69 * ebl-hooks.h: Add new hook auxv_info.
80 * ebl-hooks.h: Update decl.
101 * ebl-hooks.h (machine_section_flag_check): New hook.
110 * ebl-hooks.h: Replace register_name hook with register_info.
141 * ebl-hooks.c: Add relative_reloc_p.
150 * ebl-hooks.c: Add none_reloc_p.
163 * ebl-hooks.h: Declare register_name hook.
[all …]
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Dextutil.h189 #define XEXT_GENERATE_FIND_DISPLAY(proc,extinfo,extname,hooks,nev,data) \ argument
195 dpyinfo = XextAddDisplay (extinfo,dpy,extname,hooks,nev,data); \
/external/chromium_org/third_party/angle/
DDEPS12 hooks = [

1234567