/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/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 36 LOCAL_MODULE := dhcpcd-run-hooks
|
D | dhcpcd-run-hooks | 18 /system/etc/dhcpcd/dhcpcd-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/elfutils/src/libebl/ |
D | ChangeLog | 3 * ebl-hooks.h (bss_plt_p): Remove ehdr argument. 22 * ebl-hooks.h (check_reloc_target_type): New hook. 31 * ebl-hooks.h (resolve_sym_value): New entry. 41 * ebl-hooks.h (normalize_pc, unwind): New. 53 * ebl-hooks.h (dwarf_to_regno): New. 72 * ebl-hooks.h (set_initial_registers_tid): New entry. 98 * ebl-hooks.h (abi_cfi): Extend its comment for return value. 133 * ebl-hooks.h: Add check_st_other_bits hook. 151 * ebl-hooks.h: Update core_note hook signature. 182 * ebl-hooks.h: Add abi_cfi hook. [all …]
|
D | Makefile.am | 62 noinst_HEADERS = libeblP.h ebl-hooks.h
|
/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/google-breakpad/ |
D | PRESUBMIT.cfg | 1 # Disable hooks not relevant to upstream project.
|
D | DEPS | 32 # you can still use the hooks mechanism for generating project files by calling 56 hooks = [
|
/external/chromium-trace/trace-viewer/tracing/build/ |
D | gjslint | 15 from hooks import gjslint
|
/external/chromium-trace/trace-viewer/tracing/ |
D | run_dev_server | 13 from hooks import install
|
D | run_py_tests | 14 from hooks import install
|
D | run_d8_tests | 14 from hooks import install
|
/external/ltrace/sysdeps/linux-gnu/ |
D | Makefile.am | 29 ___libos_la_SOURCES = events.c trace.c proc.c breakpoint.c hooks.c
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/ |
D | jquery-1.7.1.js | 2051 hooks = {}; 2065 jQuery._data( elem, type + ".run", hooks ); 2068 }, hooks ); 2107 return this.queue( type, function( next, hooks ) { argument 2109 hooks.stop = function() { 2312 var hooks, ret, isFunction, 2317 hooks = jQuery.valHooks[ elem.nodeName.toLowerCase() ] || jQuery.valHooks[ elem.type ]; 2319 if ( hooks && "get" in hooks && (ret = hooks.get( elem, "value" )) !== undefined ) { 2361 hooks = jQuery.valHooks[ this.nodeName.toLowerCase() ] || jQuery.valHooks[ this.type ]; 2364 if ( !hooks || !("set" in hooks) || hooks.set( this, val, "value" ) === undefined ) { [all …]
|
/external/llvm/test/Instrumentation/InstrProfiling/ |
D | noruntime.ll | 1 ;; Check that we don't emit the runtime hooks if the user provided them.
|
/external/ceres-solver/docs/source/ |
D | contributing.rst | 65 … curl -o .git/hooks/commit-msg https://ceres-solver-review.googlesource.com/tools/hooks/commit-msg 66 chmod +x .git/hooks/commit-msg
|
/external/jemalloc/ |
D | README | 7 hooks. Modern jemalloc releases continue to be integrated back into FreeBSD,
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | MoreExecutorsTest.java | 613 private final List<Thread> hooks = Lists.newArrayList(); field in MoreExecutorsTest.TestApplication 616 hooks.add(hook); in addShutdownHook() 620 for (Thread hook : hooks) { in shutdown() 623 for (Thread hook : hooks) { in shutdown()
|
/external/bison/build-aux/ |
D | vc-list-files | 108 # eval: (add-hook 'write-file-hooks 'time-stamp)
|
/external/llvm/lib/Target/MSP430/ |
D | README.txt | 40 11. Implement hooks for better memory op folding, etc.
|
/external/skia/site/user/sample/ |
D | building.md | 305 a pain. We can fix that by adding a `hooks` section to our `DEPS` file. The `hooks` 306 section lets you list a set of hooks to execute after `gclient` has finished the 309 hooks = [
|