HomeSort by relevance Sort by last modified time
    Searched refs:hooks (Results 1 - 25 of 49) sorted by null

1 2

  /device/samsung/crespo/
asound.conf 34 type hooks
40 hooks.0 {
49 type hooks
55 hooks.0 {
65 type hooks
71 hooks.0 {
82 type hooks
88 hooks.0 {
99 type hooks
105 hooks.0
    [all...]
  /external/dhcpcd/
Makefile 11 SCRIPT= ${LIBEXECDIR}/dhcpcd-run-hooks
12 HOOKDIR= ${LIBEXECDIR}/dhcpcd-hooks
18 MAN= dhcpcd.conf.5 dhcpcd.8 dhcpcd-run-hooks.8
19 CLEANFILES= dhcpcd.conf.5 dhcpcd.8 dhcpcd-run-hooks.8
21 SCRIPTS= dhcpcd-run-hooks
23 CLEANFILES+= dhcpcd-run-hooks
33 SUBDIRS= dhcpcd-hooks
dhcpcd-run-hooks 4 # Handy variables and functions for our hooks to use
18 /system/etc/dhcpcd/dhcpcd-hooks/* \
Android.mk 6 hooks_dir := dhcpcd-hooks
35 LOCAL_MODULE := dhcpcd-run-hooks
  /frameworks/base/opengl/libs/
hooks.h 73 // GL / EGL hooks
125 gl_hooks_t const* hooks = tls_hooks[TLS_SLOT_OPENGL_API]; local
126 if (hooks) return hooks;
137 gl_hooks_t const* hooks = static_cast<gl_hooks_t*>(pthread_getspecific(gGLWrapperKey)); local
138 if (hooks) return hooks;
egl_impl.h 26 #include "hooks.h"
36 gl_hooks_t * hooks[2]; member in struct:android::egl_connection_t
Android.mk 12 EGL/hooks.cpp \
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLEnginePair.java 45 public static TestSSLEnginePair create(Hooks hooks) throws IOException {
46 return create(TestSSLContext.create(), hooks);
49 public static TestSSLEnginePair create(TestSSLContext c, Hooks hooks) throws IOException {
50 SSLEngine[] engines = connect(c, hooks);
62 Hooks hooks) throws IOException {
63 if (hooks == null) {
64 hooks = new Hooks()
    [all...]
  /external/dhcpcd/dhcpcd-hooks/
Makefile 2 HOOKDIR= ${LIBEXECDIR}/dhcpcd-hooks
  /external/webkit/WebKit/chromium/
DEPS 193 hooks = [
  /libcore/luni/src/main/java/java/lang/
Runtime.java 304 Thread[] hooks; local
306 // create a copy of the hooks
307 hooks = new Thread[shutdownHooks.size()];
308 shutdownHooks.toArray(hooks);
311 // Start all shutdown hooks concurrently
312 for (int i = 0; i < hooks.length; i++) {
313 hooks[i].start();
316 // Wait for all shutdown hooks to finish
317 for (Thread hook : hooks) {
577 * registered shutdown hooks will be executed once the virtual machine shut
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
extutil.h 158 XExtensionHooks* /* hooks */,
189 #define XEXT_GENERATE_FIND_DISPLAY(proc,extinfo,extname,hooks,nev,data) \
195 dpyinfo = XextAddDisplay (extinfo,dpy,extname,hooks,nev,data); \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
extutil.h 129 XExtensionHooks* /* hooks */,
155 #define XEXT_GENERATE_FIND_DISPLAY(proc,extinfo,extname,hooks,nev,data) \
161 dpyinfo = XextAddDisplay (extinfo,dpy,extname,hooks,nev,data); \
  /external/kernel-headers/original/linux/netfilter/
x_tables.h 192 unsigned int hooks; member in struct:xt_match
199 /* Registration hooks for targets. */
218 hook_mask is a bitmask of hooks from which it can be
240 unsigned int hooks; member in struct:xt_target
255 /* What hooks you will enter on */
  /frameworks/base/opengl/libs/EGL/
Loader.cpp 29 #include "hooks.h"
273 &cnx->hooks[GLESv1_INDEX]->gl,
280 &cnx->hooks[GLESv2_INDEX]->gl,
egl.cpp 45 #include "hooks.h"
576 cnx->hooks[GLESv1_INDEX] = &gHooks[GLESv1_INDEX][IMPL_SOFTWARE];
577 cnx->hooks[GLESv2_INDEX] = &gHooks[GLESv2_INDEX][IMPL_SOFTWARE];
595 cnx->hooks[GLESv1_INDEX] = &gHooks[GLESv1_INDEX][IMPL_HARDWARE];
596 cnx->hooks[GLESv2_INDEX] = &gHooks[GLESv2_INDEX][IMPL_HARDWARE];
    [all...]
  /sdk/emulator/qemud/
qemud.c 338 LoopHook* hooks; member in struct:__anon17296
349 l->hooks = NULL;
357 xfree(l->hooks);
371 LoopHook* hook = l->hooks;
390 xrenew( l->hooks, new_max );
396 LoopHook* hook = l->hooks + n;
416 hook = l->hooks + l->num_fds;
524 /* mark all pending hooks */
531 /* execute hook callbacks. this may change the 'hooks'
534 LoopHook* hook = l->hooks + n
    [all...]
  /external/bluetooth/glib/glib/
ghook.h 70 GHook *hooks; member in struct:_GHookList
153 /* GHookCompareFunc implementation to insert hooks sorted by their id */
159 /* invoke all valid hooks with the (*GHookFunc) signature.
163 /* invoke all valid hooks with the (*GHookCheckFunc) signature,
168 /* invoke a marshaller on all valid hooks.
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 432 public static class Hooks {
470 private final Hooks hooks; field in class:NativeCryptoTest.TestSSLHandshakeCallbacks
473 Hooks hooks) {
475 this.hooks = hooks;
513 if (hooks != null ) {
514 hooks.clientCertificateRequested(sslNativePointer);
529 public static class ServerHooks extends Hooks {
    [all...]
  /system/core/adb/
sysdeps_win32.c 802 * - it allows us to implement fdevent hooks easily and cheaply, something
1356 EventHook hooks; member in struct:EventLooperRec_
    [all...]
  /build/core/
user_tags.mk 90 dhcpcd-run-hooks \
  /external/clearsilver/
config.guess     [all...]
  /external/chromium/third_party/icu/source/
config.guess     [all...]
  /external/chromium/third_party/libevent/
config.guess     [all...]
  /external/dbus/
config.guess     [all...]

Completed in 1111 milliseconds

1 2