/device/samsung/crespo/alsa-lib/modules/mixer/simple/ |
sbasedl.c | 44 char *xlib, *path; local 57 xlib = malloc(strlen(lib) + strlen(path) + 1 + 1); 58 if (xlib == NULL) { 63 strcpy(xlib, path); 64 strcat(xlib, "/"); 65 strcat(xlib, lib); 66 h = snd_dlopen(xlib, RTLD_NOW); 68 SNDERR("Unable to open library '%s'", xlib); 73 SNDERR("Symbol 'alsa_mixer_sbasic_initpriv' was not found in '%s'", xlib); 78 SNDERR("Symbol 'alsa_mixer_sbasic_event' was not found in '%s'", xlib); [all...] |
/external/libpng/contrib/pngminim/preader/ |
makefile | 11 #XLIB = -L/usr/lib/X11 -lX11 # (including SGI IRIX) 14 #XLIB = -L/usr/openwin/lib -lX11 17 XLIB = -L/usr/X11R6/lib -lX11 18 #XLIB = -L/usr/X11R6/lib64 -lX11 # e.g., Red Hat on AMD64 21 #XLIB = -L/usr/local/lib -lX11 23 #LIBS = $(XLIB) 24 LIBS = $(XLIB) -lm #platforms that need libm
|
/device/samsung/crespo/alsa-lib/src/mixer/ |
simple_abst.c | 69 char *xlib, *path; local 76 xlib = malloc(strlen(lib) + strlen(path) + 1 + 1); 77 if (xlib == NULL) 79 strcpy(xlib, path); 80 strcat(xlib, "/"); 81 strcat(xlib, lib); 82 h = snd_dlopen(xlib, RTLD_NOW); 84 SNDERR("Unable to open library '%s'", xlib); 85 free(xlib); 91 SNDERR("Symbol 'alsa_mixer_simple_event' was not found in '%s'", xlib); 115 char *xlib, *path; local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11dyn.h | 27 #include <X11/Xlib.h> 47 * When using the "dynamic X11" functionality, we duplicate all the Xlib 50 * in Xlib, that was dynamically loaded. 52 * This allows us to use Xlib as-is when linking against it directly, but 53 * also handles all the strange cases where there was code in the Xlib
|
SDL_x11mouse.c | 24 #include <X11/Xlib.h>
|
SDL_x11video.h | 27 #include <X11/Xlib.h>
|
/external/libpng/contrib/gregbook/ |
Makefile.unx | 51 #XLIB = -L/usr/lib/X11 -lX11 # (including SGI IRIX) 53 #XLIB = -L/usr/openwin/lib -lX11 55 XLIB = -L/usr/X11R6/lib -lX11 56 #XLIB = -L/usr/X11R6/lib64 -lX11 # e.g., Red Hat on AMD64 59 RLIBSd = $(PNGLIBd) $(ZLIBd) $(XLIB) -lm 60 RLIBSs = $(PNGLIBs) $(ZLIBs) $(XLIB) -lm
|
Makefile.sgi | 42 XLIB = -L/usr/lib/X11 -lX11 44 #XLIB = -L/usr/openwin/lib -lX11 46 #XLIB = -L/usr/X11R6/lib -lX11 49 RLIBS = $(PNGLIB) $(ZLIB) $(XLIB) -lm
|
/external/skia/include/views/ |
SkOSWindow_Unix.h | 21 #include <X11/Xlib.h>
|
/external/webkit/WebKit/chromium/src/x11/ |
WebScreenInfoFactory.cpp | 36 #include <X11/Xlib.h>
|
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/ |
extutil.h | 28 * Xlib Extension-Writing Utilities 44 * We need to keep a list of open displays since the Xlib display list isn't
|
xf86dga.h | 70 int pixmapWidth; /* Xlib accessible portion (pixels) */
|
/development/ndk/platforms/android-9/include/EGL/ |
eglplatform.h | 84 #include <X11/Xlib.h>
|
/external/qemu/distrib/sdl-1.2.12/src/video/dga/ |
SDL_dgaevents.c | 27 #include <X11/Xlib.h>
|
SDL_dgavideo.h | 27 #include <X11/Xlib.h>
|
/frameworks/base/opengl/include/EGL/ |
eglplatform.h | 94 #include <X11/Xlib.h>
|
/external/dbus/ |
README | 44 pain. Think of the low-level API as analogous to Xlib or GDI, and the 115 widely-used libraries (such as GTK+, Qt, Xlib, or your favorite
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
app-linux.c | 51 #include <X11/Xlib.h>
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_syswm.h | 55 #include <X11/Xlib.h>
|
/external/quake/quake/src/WinQuake/ |
in_sun.cpp | 31 #include <X11/Xlib.h>
|
/external/webkit/WebCore/plugins/gtk/ |
gtk2xtbin.h | 46 #include <X11/Xlib.h>
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_syswm.h | 55 #include <X11/Xlib.h>
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_syswm.h | 55 #include <X11/Xlib.h>
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_syswm.h | 56 #include <X11/Xlib.h>
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_syswm.h | 55 #include <X11/Xlib.h>
|