HomeSort by relevance Sort by last modified time
    Searched full:libname (Results 51 - 75 of 449) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/trace/
Makefile 4 LIBNAME = trace
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/
Makefile 0 LIBNAME=d3d1xstutil
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgid3d10/
Makefile 0 LIBNAME=dxgid3d10
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgid3d11/
Makefile 0 LIBNAME=dxgid3d11
  /external/mesa3d/src/gallium/state_trackers/xvmc/
Makefile 4 LIBNAME = xvmctracker
  /external/mesa3d/src/gallium/winsys/i915/drm/
Makefile 4 LIBNAME = i915drm
  /external/mesa3d/src/gallium/winsys/i915/sw/
Makefile 4 LIBNAME = i915sw
  /external/mesa3d/src/gallium/winsys/radeon/drm/
Makefile 5 LIBNAME = radeonwinsys
  /external/mesa3d/src/gallium/winsys/sw/null/
Makefile 4 LIBNAME = ws_null
  /external/mesa3d/src/gallium/winsys/sw/wayland/
Makefile 4 LIBNAME = ws_wayland
  /external/mesa3d/src/gallium/winsys/sw/xlib/
Makefile 4 LIBNAME = ws_xlib
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GL2Dispatch.cpp 35 const char *libName = getenv("ANDROID_GLESv2_LIB");
36 if (!libName) libName = DEFAULT_GLES_V2_LIB;
41 s_gles2_lib = osUtils::dynLibrary::open(libName);
  /external/libpng/scripts/
makefile.sggcc 10 LIBNAME=libpng12
16 LIBSO=$(LIBNAME).so
17 LIBSOMAJ=$(LIBNAME).so.$(PNGMAJ)
18 LIBSOVER=$(LIBNAME).so.$(PNGVER)
101 echo I_opts=\"-I$(INCPATH)/$(LIBNAME)\"; \
134 -@if [ ! -d $(DI)/$(LIBNAME) ]; then $(MKDIR_P) $(DI)/$(LIBNAME); fi
135 cp png.h pngconf.h $(DI)/$(LIBNAME)
136 chmod 644 $(DI)/$(LIBNAME)/png.h $(DI)/$(LIBNAME)/pngconf.
    [all...]
makefile.sgi 10 LIBNAME=libpng12
16 LIBSO=$(LIBNAME).so
17 LIBSOMAJ=$(LIBNAME).so.$(PNGMAJ)
18 LIBSOVER=$(LIBNAME).so.$(PNGVER)
104 echo I_opts=\"-I$(INCPATH)/$(LIBNAME)\"; \
137 -@if [ ! -d $(DI)/$(LIBNAME) ]; then $(MKDIR_P) $(DI)/$(LIBNAME); fi
138 cp png.h pngconf.h $(DI)/$(LIBNAME)
139 chmod 644 $(DI)/$(LIBNAME)/png.h $(DI)/$(LIBNAME)/pngconf.
    [all...]
makefile.beos 12 LIBNAME=libpng12
18 LIBSO=$(LIBNAME).so
19 LIBSOMAJ=$(LIBNAME).so.$(PNGMAJ)
20 LIBSOVER=$(LIBNAME).so.$(PNGVER)
99 echo I_opts=\"-I$(INCPATH)/$(LIBNAME)\"; \
127 -@if [ ! -d $(DI)/$(LIBNAME) ]; then $(MKDIR_P) $(DI)/$(LIBNAME); fi
128 cp png.h pngconf.h $(DI)/$(LIBNAME)
129 chmod 644 $(DI)/$(LIBNAME)/png.h $(DI)/$(LIBNAME)/pngconf.
    [all...]
makefile.dec 13 LIBNAME = libpng12
16 LIBSO=$(LIBNAME).so
17 LIBSOMAJ=$(LIBNAME).so.$(PNGMAJ)
18 LIBSOVER=$(LIBNAME).so.$(PNGVER)
83 echo I_opts=\"-I$(INCPATH)/$(LIBNAME)\"; \
112 -@if [ ! -d $(DI)/$(LIBNAME) ]; then $(MKDIR_P) $(DI)/$(LIBNAME); fi
113 cp png.h pngconf.h $(DI)/$(LIBNAME)
114 chmod 644 $(DI)/$(LIBNAME)/png.h $(DI)/$(LIBNAME)/pngconf.
    [all...]
makefile.hp64 22 LIBNAME = libpng12
28 LIBSO=$(LIBNAME).sl
29 LIBSOMAJ=$(LIBNAME).sl.$(PNGMAJ)
30 LIBSOVER=$(LIBNAME).sl.$(PNGVER)
101 echo I_opts=\"-I$(INCPATH)/$(LIBNAME)\"; \
130 -@if [ ! -d $(DI)/$(LIBNAME) ]; then $(MKDIR_P) $(DI)/$(LIBNAME); fi
131 cp png.h pngconf.h $(DI)/$(LIBNAME)
132 chmod 644 $(DI)/$(LIBNAME)/png.h $(DI)/$(LIBNAME)/pngconf.
    [all...]
makefile.hpux 22 LIBNAME = libpng12
28 LIBSO=$(LIBNAME).sl
29 LIBSOMAJ=$(LIBNAME).sl.$(PNGMAJ)
30 LIBSOVER=$(LIBNAME).sl.$(PNGVER)
98 echo I_opts=\"-I$(INCPATH)/$(LIBNAME)\"; \
127 -@if [ ! -d $(DI)/$(LIBNAME) ]; then $(MKDIR_P) $(DI)/$(LIBNAME); fi
128 cp png.h pngconf.h $(DI)/$(LIBNAME)
129 chmod 644 $(DI)/$(LIBNAME)/png.h $(DI)/$(LIBNAME)/pngconf.
    [all...]
makefile.sco 13 LIBNAME = libpng12
19 LIBSO=$(LIBNAME).so
20 LIBSOMAJ=$(LIBNAME).so.$(PNGMAJ)
21 LIBSOVER=$(LIBNAME).so.$(PNGVER)
94 echo I_opts=\"-I$(INCPATH)/$(LIBNAME)\"; \
123 -@if [ ! -d $(DI)/$(LIBNAME) ]; then $(MKDIR_P) $(DI)/$(LIBNAME); fi
126 cp png.h pngconf.h $(DI)/$(LIBNAME)
127 chmod 644 $(DI)/$(LIBNAME)/png.h $(DI)/$(LIBNAME)/pngconf.
    [all...]
  /external/qemu/android/utils/
dll.c 67 char* libName = (char*) libraryName;
72 libName = append_string(libraryName, ".dll");
77 result = (ADynamicLibrary*) LoadLibrary( libName );
83 if (libName != libraryName) {
84 free(libName);
132 char* libName = (char*) libraryName;
143 libName = append_string(libraryName, SO_EXTENSION);
148 result = dlopen( libName, RTLD_LAZY );
154 if (libName != (char*)libraryName) {
155 free(libName);
    [all...]
  /bionic/libdl/
dltest.c 56 "\t%s [-l <libname>] -s <symbol name>\n"
112 char *libname, *symname, *prog = *argv; local
114 get_options(argc, argv, &libname, &symname);
126 printf("opening library [%s]\n", libname);
128 handle = libname ? dlopen(libname, RTLD_NOW) : RTLD_DEFAULT;
137 printf("closing library [%s]\n", libname);
144 if (libname != NULL) free(libname);
  /system/extras/tests/bionic/libc/bionic/
test_dlclose_destruction.c 39 check_library(const char* libname)
41 void* lib = dlopen(libname, RTLD_NOW);
47 fprintf(stderr, "Could not load shared library %s: %s\n", libname, dlerror());
51 fprintf(stderr, "%s loaded.\n", libname);
55 fprintf(stderr, "Could not access global DLL variable (x) in %s: %s\n", libname, dlerror());
60 fprintf(stderr, "Constructor was not run on dlopen(\"%s\") !\n", libname);
66 fprintf(stderr, "Could not access global DLL function (set_y) in %s: %s\n", libname, dlerror());
74 fprintf(stderr, "Could not unload shared library %s: %s\n", libname, dlerror());
78 fprintf(stderr, "%s unloaded.\n", libname);
  /external/chromium_org/third_party/icu/source/common/
icuplug.c 42 char libName[UPLUG_NAME_MAX]; /**< library name */
109 * @param libName libname to search for
112 static int32_t searchForLibraryName(const char *libName) {
116 if(!uprv_strcmp(libName, libraryList[i].name)) {
151 uplug_openLibrary(const char *libName, UErrorCode *status) {
157 libEntry = searchForLibraryName(libName);
170 libraryList[libEntry].lib = uprv_dl_open(libName, status);
172 DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libEntry, lib));
180 DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libEntry, lib))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
Makefile 4 LIBNAME = nouveau
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
Makefile 4 LIBNAME = radeonsi

Completed in 304 milliseconds

1 23 4 5 6 7 8 91011>>