/external/dnsmasq/contrib/openvpn/ |
D | dnsmasq.patch | 17 + 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
|
D | README | 2 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/ |
D | ppapi_plugin_start.c | 62 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()
|
D | thread_creator.c | 49 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()
|
D | thread_creator.h | 13 void __nacl_register_thread_creator(const struct nacl_irt_ppapihook *hooks);
|
/external/dhcpcd/ |
D | Makefile | 15 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} $@
|
D | README | 10 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.
|
D | Android.mk | 5 hooks_dir := dhcpcd-hooks 35 LOCAL_MODULE := dhcpcd-run-hooks
|
D | dhcpcd-run-hooks | 18 /system/etc/dhcpcd/dhcpcd-hooks/* \
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
D | clike.js | 9 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
|
D | css.js | 9 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/ |
D | README | 5 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/ |
D | Makefile | 5 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/ |
D | jquery.flot.crosshair.min.js | 59 …hooks.bindEvents.push(function(e,t){if(!e.getOptions().crosshair.mode)return;t.mouseout(n),t.mouse…
|
D | jquery.flot.resize.min.js | 19 …(t)}function r(e,n){e.getPlaceholder().unbind("resize",t)}e.hooks.bindEvents.push(n),e.hooks.shutd…
|
D | jquery.flot.categories.min.js | 44 …on u(e,t,n){s(t,"xaxis",n),s(t,"yaxis",n)}function a(e){e.hooks.processRawData.push(n),e.hooks.pro…
|
D | jquery.flot.selection.min.js | 79 …hooks.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/ |
D | NOTES | 36 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/ |
D | NOTES | 36 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/ |
D | malloc_hook.cc | 508 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/ |
D | hook.test | 283 # 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/ |
D | malloc_hook.cc | 508 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/ |
D | ChangeLog | 17 * 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/ |
D | extutil.h | 189 #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/ |
D | DEPS | 12 hooks = [
|