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

1 2

  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.cpp 28 const char *libName = getenv("ANDROID_EGL_LIB");
29 if (!libName) libName = DEFAULT_EGL_LIB;
31 osUtils::dynLibrary *lib = osUtils::dynLibrary::open(libName);
33 printf("Failed to open %s\n", libName);
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);
GLDispatch.cpp 34 const char *libName = getenv("ANDROID_GLESv1_LIB");
35 if (!libName) libName = DEFAULT_GLES_CM_LIB;
37 s_gles_lib = osUtils::dynLibrary::open(libName);
  /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...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
Exynos_OMX_Component_Register.h 46 OMX_U8 libName[MAX_OMX_COMPONENT_LIBNAME_SIZE];
53 OMX_U8 libName[MAX_OMX_COMPONENT_LIBNAME_SIZE];
Exynos_OMX_Component_Register.c 53 char *libName;
73 libName = Exynos_OSAL_Malloc(MAX_OMX_COMPONENT_LIBNAME_SIZE);
80 Exynos_OSAL_Memset(libName, 0, MAX_OMX_COMPONENT_LIBNAME_SIZE);
81 Exynos_OSAL_Strcpy(libName, EXYNOS_OMX_INSTALL_PATH);
82 Exynos_OSAL_Strcat(libName, d->d_name);
83 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "Path & libName : %s", libName);
84 if ((soHandle = Exynos_OSAL_dlopen(libName, RTLD_NOW)) != NULL) {
104 Exynos_OSAL_Strcpy(componentList[totalCompNum].libName, libName);
    [all...]
  /frameworks/av/media/libstagefright/omx/
SoftOMXPlugin.cpp 76 AString libName = "libstagefright_soft_";
77 libName.append(kComponents[i].mLibNameSuffix);
78 libName.append(".so");
80 void *libHandle = dlopen(libName.c_str(), RTLD_NOW);
83 ALOGE("unable to dlopen %s", libName.c_str());
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeLibraryAllocationInfo.java 91 String libName = UNRESOLVED_LIBRARY_NAME;
96 libName = relevantStackCall.getLibraryName();
98 libName = UNKNOWN_LIBRARY_NAME;
102 addtoLibrary(allocationsByLibrary, libName, info);
126 String libName, NativeAllocationInfo info) {
127 NativeLibraryAllocationInfo libAllocationInfo = libraryAllocations.get(libName);
129 libAllocationInfo = new NativeLibraryAllocationInfo(libName);
130 libraryAllocations.put(libName, libAllocationInfo);
NativeSymbolResolverTask.java 250 String libName = new File(pathOnDevice).getName();
260 fullPath = p + File.separator + libName;
  /external/icu4c/tools/pkgdata/
pkgtypes.h 95 * @param libName Name of the .lib, etc file
98 void pkg_sttc_writeReadme(struct UPKGOptions_ *opt, const char *libName, UErrorCode *status);
124 const char *libName; /* name for library (default: shortName) */
  /development/tools/apkcheck/src/com/android/apkcheck/
ApkCheck.java 73 String libName = args[idx].substring(args[idx].indexOf('=')+1);
74 if ("BUILTIN".equals(libName)) {
79 if (!parseApiDescr(apiDescr, libName))
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
Addr2Line.java 119 String libName = library.getLibraryName();
122 if (libName != null) {
125 Addr2Line process = sProcessCache.get(libName);
137 sProcessCache.put(libName, process);
  /external/icu4c/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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 379 String libName = file.getName();
383 libName);
389 libName));
408 throw new NativeLibInJarException(jarStatus, msg, libName, consoleStrings);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 

Completed in 183 milliseconds

1 2