HomeSort by relevance Sort by last modified time
    Searched refs:hook (Results 51 - 74 of 74) sorted by null

1 23

  /external/kernel-headers/original/linux/netfilter_ipv6/
ip6_tables.h 165 /* Which hook entry points are valid: bitmask */
168 /* Hook entry points: one per netfilter hook. */
187 /* Which hook entry points are valid: bitmask. You can't
197 /* Hook entry points. */
300 unsigned int hook,
  /external/emma/core/java12/com/vladium/emma/rt/
InstrClassLoader.java 49 final IClassLoadHook hook, final Map cache)
59 m_hook = hook;
249 classURL = getResource (classResource); // important to hook into URLClassLoader's overload of this so that Class-Path manifest attributes are processed etc
  /external/bluetooth/glib/
Makefile.am 144 dist-hook: $(BUILT_EXTRA_DIST)
  /external/kernel-headers/original/linux/
if_vlan.h 65 extern void vlan_ioctl_set(int (*hook)(void __user *));
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_tables.h 152 /* Which hook entry points are valid: bitmask */
155 /* Hook entry points: one per netfilter hook. */
174 /* Which hook entry points are valid: bitmask. You can't
184 /* Hook entry points. */
312 unsigned int hook,
  /device/samsung/crespo/alsa-lib/include/
pcm.h     [all...]
  /build/core/
base_rules.mk 17 # Users can define base-rules-hook in their buildspec.mk to perform
19 ifdef base-rules-hook
20 $(if $(base-rules-hook),)
  /external/chromium/third_party/icu/source/test/cintltst/
cbiapts.c 64 * storage. A hook (probably a local in the caller's code) allows all
65 * strings converted with that hook to be freed with a single call.
122 static void freeToUCharStrings(void **hook) {
123 StringStruct *s = *(StringStruct **)hook;
  /external/icu4c/test/cintltst/
cbiapts.c 66 * storage. A hook (probably a local in the caller's code) allows all
67 * strings converted with that hook to be freed with a single call.
124 static void freeToUCharStrings(void **hook) {
125 StringStruct *s = *(StringStruct **)hook;
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 130 // The code used to hook BeginPaint/EndPaint originally came from
210 static void hook(const char* module, const char* proc, unsigned& sysCallID, BYTE*& pProc, const void* pNewProc) function in namespace:WebCore
274 // we hook into BeginPaint/EndPaint to allow their normal WM_PAINT handling
277 hook("user32.dll", "BeginPaint", beginPaintSysCall, beginPaint, reinterpret_cast<const void *>(reinterpret_cast<ptrdiff_t>(hookedBeginPaint)));
278 hook("user32.dll", "EndPaint", endPaintSysCall, endPaint, reinterpret_cast<const void *>(reinterpret_cast<ptrdiff_t>(hookedEndPaint)));
    [all...]
  /external/e2fsprogs/e2fsck/
profile.c 613 profile_syntax_err_cb_t profile_set_syntax_err_cb(profile_syntax_err_cb_t hook)
618 syntax_err_cb = hook;
    [all...]
  /external/webkit/WebKit/chromium/src/js/
Tests.js     [all...]
  /external/emma/lib/
emma.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 
  /external/grub/docs/
texinfo.tex     [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 3693 milliseconds

1 23