HomeSort by relevance Sort by last modified time
    Searched full:hook (Results 301 - 325 of 1568) sorted by null

<<11121314151617181920>>

  /frameworks/wilhelm/src/itf/
IObject.c 45 // Note that the mutex is locked on entry to and exit from the realize hook,
46 // but the hook is permitted to temporarily unlock the mutex (e.g. for async).
136 // Note that the mutex is locked on entry to and exit from the realize hook,
137 // but the hook is permitted to temporarily unlock the mutex (e.g. for async).
188 // Note that the mutex is locked on entry to and exit from the resume hook,
189 // but the hook is permitted to temporarily unlock the mutex (e.g. for async).
264 // Note that the mutex is locked on entry to and exit from the resume hook,
265 // but the hook is permitted to temporarily unlock the mutex (e.g. for async).
340 // no need to check for an initialization hook
527 // The pre-destroy hook is called with mutex locked, and should block until it is safe t
    [all...]
  /external/bison/lib/
fd-hook.c 0 /* Hook for making making file descriptor functions close(), ioctl() extensible.
21 #include "fd-hook.h"
fd-hook.h 0 /* Hook for making making file descriptor functions close(), ioctl() extensible.
108 /* Removes a hook from the list of file descriptor hooks. */
  /external/iptables/libipq/
ipq_message_type.3 80 unsigned int hook; /* Netfilter hook we rode in on */
  /external/libpcap/pcap/
nflog.h 56 u_int8_t hook; /* netfilter hook */ member in struct:nflog_packet_hdr
  /external/lldb/test/functionalities/stop-hook/multiple_threads/
main.cpp 44 uint32_t thread_index = *((uint32_t *)arg); // Break here to test that the stop-hook mechanism works for multiple threads.
76 printf ("Before turning all three threads loose...\n"); // Set break point at this line, and add a stop-hook.
  /packages/apps/Music/src/com/android/music/
RepeatingImageButton.java 74 // remove the repeater, but call the hook one more time
102 // remove the repeater, but call the hook one more time
  /packages/apps/Settings/tests/
AndroidManifest.xml 36 <activity android:name="Operator" android:label="Operator Hook Test" >
44 <activity android:name="Manufacturer" android:label="Manufacturer Hook Test" >
  /packages/apps/Settings/tests/src/com/android/settings/
SettingsHookTests.java 33 * Tests for the Settings operator/manufacturer hook.
66 * Test that the operator/manufacturer settings hook test application is
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-pass.h 106 using this hook and produce summary. */
109 /* This hook is used to serialize IPA summaries on disk. */
112 /* This hook is used to deserialize IPA summaries from disk. */
115 /* This hook is used to serialize IPA optimization summaries on disk. */
118 /* This hook is used to deserialize IPA summaries from disk. */
121 /* Hook to convert gimple stmt uids into true gimple statements. The second
126 function body via this hook. */
133 hook. */
  /bionic/libc/dns/resolv/
res_data.c 213 res_send_setqhook(res_send_qhook hook) {
214 _nres.qhook = hook;
218 res_send_setrhook(res_send_rhook hook) {
219 _nres.rhook = hook;
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_ulog.h 50 unsigned int hook; member in struct:ebt_ulog_packet_msg
  /bionic/libc/kernel/uapi/linux/netfilter_ipv4/
ipt_ULOG.h 44 unsigned int hook; member in struct:ulog_packet_msg
  /developers/build/templates/create/_MODULE_/
build.gradle.ftl 45 // Inject a preflight task into each variant so we have a place to hook tasks
  /development/ndk/platforms/android-21/include/linux/netfilter_bridge/
ebt_ulog.h 50 unsigned int hook; member in struct:ebt_ulog_packet_msg
  /development/ndk/platforms/android-21/include/linux/netfilter_ipv4/
ipt_ULOG.h 44 unsigned int hook; member in struct:ulog_packet_msg
  /external/dhcpcd/dhcpcd-hooks/
50-ypbind 1 # Sample dhcpcd hook for ypbind
  /external/elfutils/src/
Makefile.am 41 distcheck-hook:
  /external/icu/icu4c/source/i18n/
nortrans.h 73 * System registration hook. Public to Transliterator only.
  /external/libexif/
Makefile.am 25 dist-hook:
  /external/llvm/include/llvm/Analysis/
LoopPass.h 50 // Finalization hook does not supply Loop because at this time
152 /// cloneBasicBlockSimpleAnalysis - Invoke cloneBasicBlockAnalysis hook for
156 /// deleteSimpleAnalysisValue - Invoke deleteAnalysisValue hook for all passes
160 /// Invoke deleteAnalysisLoop hook for all passes that implement simple
  /external/llvm/utils/emacs/
llvm-mode.el 106 (defvar llvm-mode-hook nil)
120 Runs `llvm-mode-hook' on startup."
135 (run-hooks 'llvm-mode-hook)) ; Finally, this permits the user to
136 ; customize the mode with a hook.
tablegen-mode.el 91 (defvar tablegen-mode-hook nil)
105 Runs `tablegen-mode-hook' on startup."
122 (run-hooks 'tablegen-mode-hook)) ; Finally, this permits the user to
123 ; customize the mode with a hook.
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdapistd.c 57 /* Call progress monitor hook if present */
110 /* Call progress monitor hook if present */
166 /* Call progress monitor hook if present */
199 /* Call progress monitor hook if present */
  /external/vogar/src/vogar/
Mode.java 39 * Hook method called after action compilation.

Completed in 1247 milliseconds

<<11121314151617181920>>