/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/dhcpcd-hooks/ |
Makefile | 5 SCRIPTSDIR= ${LIBEXECDIR}/dhcpcd-hooks 17 ${INSTALL} -d /tmp/${DISTPREFIX}/dhcpcd-hooks 18 ${INSTALL} -m ${NONBINMODE} ${SCRIPTS} /tmp/${DISTPREFIX}/dhcpcd-hooks
|
/frameworks/native/opengl/libs/ |
glestrace.h | 22 #include "hooks.h" 26 /* Hooks to be called by "interesting" EGL functions. */ 28 void GLTrace_eglMakeCurrent(unsigned version, gl_hooks_t *hooks, EGLContext c);
|
/frameworks/native/opengl/libs/EGL/ |
egldefs.h | 20 #include "hooks.h" 42 gl_hooks_t * hooks[2]; member in struct:android::egl_connection_t
|
egl.cpp | 41 #include "hooks.h" 267 cnx->hooks[egl_connection_t::GLESv1_INDEX] = 269 cnx->hooks[egl_connection_t::GLESv2_INDEX] = 313 gl_hooks_t const* hooks = tls_hooks[TLS_SLOT_OPENGL_API]; local 314 if (hooks) return hooks; 325 gl_hooks_t const* hooks = static_cast<gl_hooks_t*>(pthread_getspecific(gGLWrapperKey)); local 326 if (hooks) return hooks; 333 // GL / EGL hooks [all...] |
egl_object.cpp | 111 const char* exts = (const char *)gEGLImpl.hooks[version]->gl.glGetString(GL_EXTENSIONS);
|
Loader.cpp | 32 #include "hooks.h" 353 &cnx->hooks[egl_connection_t::GLESv1_INDEX]->gl, 360 &cnx->hooks[egl_connection_t::GLESv2_INDEX]->gl,
|
/external/dbus/ |
autogen.sh | 16 if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then 18 cp -av .git/hooks/pre-commit.sample .git/hooks/pre-commit 19 chmod -c +x .git/hooks/pre-commit
|
/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/ |
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} $@
|
dhcpcd-run-hooks | 4 # Handy variables and functions for our hooks to use 18 /system/etc/dhcpcd/dhcpcd-hooks/* \
|
Android.mk | 5 hooks_dir := dhcpcd-hooks 38 LOCAL_MODULE := dhcpcd-run-hooks
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace_eglapi.cpp | 22 #include "hooks.h" 141 void GLTrace_eglMakeCurrent(const unsigned version, gl_hooks_t *hooks, EGLContext c) { 144 traceContext->hooks = hooks;
|
gltrace_context.cpp | 170 hooks->gl.glGetIntegerv(GL_VIEWPORT, viewport); 179 hooks->gl.glGetIntegerv(GL_FRAMEBUFFER_BINDING, ¤tFb); 182 hooks->gl.glBindFramebuffer(GL_FRAMEBUFFER, 0); 187 hooks->gl.glReadPixels(viewport[0], viewport[1], viewport[2], viewport[3], 192 hooks->gl.glBindFramebuffer(GL_FRAMEBUFFER, currentFb);
|
gltrace_api.cpp | 48 glContext->hooks->gl.glActiveTexture(texture); 82 glContext->hooks->gl.glAttachShader(program, shader); 122 glContext->hooks->gl.glBindAttribLocation(program, index, name); 157 glContext->hooks->gl.glBindBuffer(target, buffer); 191 glContext->hooks->gl.glBindFramebuffer(target, framebuffer); 225 glContext->hooks->gl.glBindRenderbuffer(target, renderbuffer); 259 glContext->hooks->gl.glBindTexture(target, texture); 305 glContext->hooks->gl.glBlendColor(red, green, blue, alpha); 333 glContext->hooks->gl.glBlendEquation(mode); 367 glContext->hooks->gl.glBlendEquationSeparate(modeRGB, modeAlpha) [all...] |
gltrace_context.h | 24 #include "hooks.h" 66 gl_hooks_t *hooks; member in class:android::gltrace::GLTraceContext
|
/external/webkit/Source/WebKit/chromium/ |
DEPS | 193 hooks = [
|
/libcore/luni/src/main/java/java/lang/ |
Runtime.java | 260 Thread[] hooks; local 262 // create a copy of the hooks 263 hooks = new Thread[shutdownHooks.size()]; 264 shutdownHooks.toArray(hooks); 267 // Start all shutdown hooks concurrently 268 for (Thread hook : hooks) { 272 // Wait for all shutdown hooks to finish 273 for (Thread hook : hooks) { 508 * registered shutdown hooks will be executed when the VM 515 * <p>Shutdown hooks are run concurrently and in an unspecified order. Hook [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); \
|
/prebuilts/gcc/linux-x86/host/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); \
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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); \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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 */
|
/development/tools/emulator/system/qemud/ |
qemud.c | 338 LoopHook* hooks; member in struct:__anon1461 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...] |
/sdk/emulator/qemud/ |
qemud.c | 338 LoopHook* hooks; member in struct:__anon36103 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...] |