HomeSort by relevance Sort by last modified time
    Searched defs:lib (Results 1 - 25 of 44) sorted by null

1 2

  /system/extras/tests/bionic/libc/bionic/
test_dlclose_destruction.c 40 void* lib = dlopen("libdlclosetest1.so", RTLD_NOW); local
45 if (lib == NULL) {
52 to_x = dlsym(lib, "x");
63 set_y = dlsym(lib, "set_y");
72 if (dlclose(lib) < 0) {
  /development/ndk/tests/dlclose-destruction/jni/
main.c 9 void* lib = dlopen("libtest1.so", RTLD_NOW); local
12 if (lib == NULL) {
19 test_func = dlsym(lib, "test1_set");
35 dlclose(lib);
  /system/extras/tests/bionic/libc/common/
test_dlopen_null.c 14 void* lib = dlopen(NULL, RTLD_NOW | RTLD_GLOBAL); local
26 if (lib == NULL) {
30 symbol = dlsym(lib, "foo");
35 dlclose(lib);
  /device/samsung/crespo/alsa-lib/modules/mixer/simple/
sbasedl.c 42 const char *lib = "smixer-sbase.so"; local
57 xlib = malloc(strlen(lib) + strlen(path) + 1 + 1);
65 strcat(xlib, lib);
  /external/emma/core/java12/com/vladium/jcd/lib/
UDataInputStream.java 9 package com.vladium.jcd.lib;
UDataOutputStream.java 9 package com.vladium.jcd.lib;
Types.java 9 package com.vladium.jcd.lib;
  /external/chromium/net/third_party/nss/ssl/bodge/
genload.c 137 * shared lib that contains this function, and then do a PR_LoadLibrary
144 PRLibrary *lib = NULL; local
148 /* Get the pathname for nameOfAlreadyLoadedLib, i.e. /usr/lib/libnss3.so
159 lib = loader_LoadLibInReferenceDir(fullPath, nameToLoad);
161 if (!lib) {
170 lib = loader_LoadLibInReferenceDir(fullPath, nameToLoad);
176 if (!lib) {
182 lib = PR_LoadLibraryWithFlags(libSpec, PR_LD_NOW | PR_LD_LOCAL);
184 if (NULL == lib) {
189 return lib;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11dyn.c 39 void *lib; member in struct:__anon6239
68 if (x11libs[i].lib != NULL)
70 *fn = SDL_LoadFunction(x11libs[i].lib, fnname);
135 if (x11libs[i].lib != NULL) {
136 SDL_UnloadObject(x11libs[i].lib);
137 x11libs[i].lib = NULL;
157 x11libs[i].lib = SDL_LoadObject(x11libs[i].libname);
  /frameworks/base/media/libeffects/factory/
EffectsFactory.h 48 lib_entry_t *lib; member in struct:effect_entry_s
  /build/core/combo/
HOST_darwin-x86.mk 59 define transform-host-o-to-shared-lib-inner
TARGET_linux-arm.mk 228 define transform-o-to-shared-lib-inner
TARGET_linux-sh.mk 114 define transform-o-to-shared-lib-inner
TARGET_linux-x86.mk 105 define transform-o-to-shared-lib-inner
  /libcore/luni/src/main/java/org/apache/xalan/extensions/
ExtensionNamespacesManager.java 213 String lib = ""; local
215 new Object[]{uri, lang, lib}));
219 new Object[]{uri, lang, lib}));
223 new Object[]{uri, lang, lib}));
228 lib = "org.apache.xalan.lib.Extensions";
230 new Object[]{uri, lang, lib}));
234 new Object[]{uri, lang, lib}));
238 lib = "org.apache.xalan.lib.Redirect"
    [all...]
  /external/icu4c/tools/icuinfo/
icuinfo.cpp 203 const char *lib = uplug_getLibraryName(plug, &libStatus); local
214 (U_SUCCESS(libStatus)?(lib!=NULL?lib:"(null)"):u_errorName(libStatus)),
  /build/core/
definitions.mk 413 $(foreach so,$(filter %.so,$(1)),-l$(patsubst lib%.so,%,$(notdir $(so))))\
483 define _java-lib-dir
490 define _java-lib-full-classes.jar
491 $(call _java-lib-dir,$(1),$(2))/classes$(COMMON_JAVA_PACKAGE_SUFFIX)
496 define java-lib-files
497 $(foreach lib,$(1),$(call _java-lib-full-classes.jar,$(lib),$(2)))
502 define _java-lib-full-dep
503 $(call _java-lib-dir,$(1),$(2))/javalib$(COMMON_JAVA_PACKAGE_SUFFIX
    [all...]
  /device/samsung/crespo/alsa-lib/src/hwdep/
hwdep.c 49 const char *lib = NULL, *open_name = NULL; local
90 if (strcmp(id, "lib") == 0) {
91 err = snd_config_get_string(n, &lib);
118 h = snd_dlopen(lib, RTLD_NOW);
123 SNDERR("Cannot open shared library %s", lib);
126 SNDERR("symbol %s is not defined inside %s", open_name, lib);
  /device/samsung/crespo/alsa-lib/src/mixer/
simple_abst.c 64 static int try_open(snd_mixer_class_t *class, const char *lib)
76 xlib = malloc(strlen(lib) + strlen(path) + 1 + 1);
81 strcat(xlib, lib);
110 const char *lib, const char *device)
122 xlib = malloc(strlen(lib) + strlen(path) + 1 + 1);
127 strcat(xlib, lib);
156 static int match(snd_mixer_class_t *class, const char *lib, const char *searchl)
162 return try_open(class, lib);
166 return try_open(class, lib);
179 char *lib; local
204 char *lib, *searchl; local
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_hooks.c 232 [lib STR] # Library file (default libasound.so)
310 const char *lib = NULL, *install = NULL; local
364 if (strcmp(id, "lib") == 0) {
365 err = snd_config_get_string(n, &lib);
389 h = snd_dlopen(lib, RTLD_NOW);
394 lib ? lib : "[builtin]");
398 lib ? lib : "[builtin]");
  /device/samsung/crespo/alsa-lib/src/timer/
timer_query.c 47 const char *lib = NULL, *open_name = NULL; local
89 if (strcmp(id, "lib") == 0) {
90 err = snd_config_get_string(n, &lib);
117 h = snd_dlopen(lib, RTLD_NOW);
122 SNDERR("Cannot open shared library %s", lib);
125 SNDERR("symbol %s is not defined inside %s", open_name, lib);
timer.c 89 const char *lib = NULL, *open_name = NULL; local
130 if (strcmp(id, "lib") == 0) {
131 err = snd_config_get_string(n, &lib);
158 h = snd_dlopen(lib, RTLD_NOW);
163 SNDERR("Cannot open shared library %s", lib);
166 SNDERR("symbol %s is not defined inside %s", open_name, lib);
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 25 import wx.lib.newevent namespace
    [all...]
  /device/samsung/crespo/alsa-lib/src/rawmidi/
rawmidi.c 171 const char *lib = NULL, *open_name = NULL; local
213 if (strcmp(id, "lib") == 0) {
214 err = snd_config_get_string(n, &lib);
241 h = snd_dlopen(lib, RTLD_NOW);
246 SNDERR("Cannot open shared library %s", lib);
249 SNDERR("symbol %s is not defined inside %s", open_name, lib);
  /external/icu4c/common/
icuplug.c 41 void *lib; /**< plugin library, or NULL */ member in struct:UPlugData
49 UBool dontUnload; /**< TRUE if plugin must stay resident (leak plugin and lib) */
97 void *lib; /**< library ptr */ member in struct:UPlugLibrary
123 static int32_t searchForLibrary(void *lib) {
127 if(lib==libraryList[i].lib) {
135 uplug_findLibrary(void *lib, UErrorCode *status) {
141 libEnt = searchForLibrary(lib);
153 void *lib = NULL; local
170 libraryList[libEntry].lib = uprv_dl_open(libName, status)
575 void *lib = NULL; local
    [all...]

Completed in 227 milliseconds

1 2