Home
last modified time | relevance | path

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

123456

/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/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
36 LOCAL_MODULE := dhcpcd-run-hooks
Ddhcpcd-run-hooks18 /system/etc/dhcpcd/dhcpcd-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/elfutils/src/libebl/
DChangeLog3 * 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 …]
DMakefile.am62 noinst_HEADERS = libeblP.h ebl-hooks.h
/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/google-breakpad/
DPRESUBMIT.cfg1 # Disable hooks not relevant to upstream project.
DDEPS32 # you can still use the hooks mechanism for generating project files by calling
56 hooks = [
/external/chromium-trace/trace-viewer/tracing/build/
Dgjslint15 from hooks import gjslint
/external/chromium-trace/trace-viewer/tracing/
Drun_dev_server13 from hooks import install
Drun_py_tests14 from hooks import install
Drun_d8_tests14 from hooks import install
/external/ltrace/sysdeps/linux-gnu/
DMakefile.am29 ___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/
Djquery-1.7.1.js2051 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/
Dnoruntime.ll1 ;; Check that we don't emit the runtime hooks if the user provided them.
/external/ceres-solver/docs/source/
Dcontributing.rst65 … 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/
DREADME7 hooks. Modern jemalloc releases continue to be integrated back into FreeBSD,
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DMoreExecutorsTest.java613 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/
Dvc-list-files108 # eval: (add-hook 'write-file-hooks 'time-stamp)
/external/llvm/lib/Target/MSP430/
DREADME.txt40 11. Implement hooks for better memory op folding, etc.
/external/skia/site/user/sample/
Dbuilding.md305 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 = [

123456