/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);
|
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);
|
/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...] |
Exynos_OMX_Core.c | 166 Exynos_OSAL_Strcpy(loadComponent->libName, gComponentList[i].libName);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
NativeLibInJarException.java | 32 NativeLibInJarException(JarStatus status, String message, String libName, 36 mLibName = libName;
|
/external/libffi/testsuite/ |
run-all-tests | 24 libName="libffi-host" 82 libFile=`find out/host/${HOST_OS}-${HOST_ARCH} -name "${libName}.a" | head -1` 85 libFile="${libDir}/${libName}.a" 88 echo "could not find ${libName}" 1>&2 104 # -L"$libDir" -l"$libName"
|
/external/icu4c/common/ |
icuplugimp.h | 30 * @param libName library name to load 36 uplug_openLibrary(const char *libName, UErrorCode *status);
|
icuplug.c | 46 char libName[UPLUG_NAME_MAX]; /**< library name */ 113 * @param libName libname to search for 116 static int32_t searchForLibraryName(const char *libName) { 120 if(!uprv_strcmp(libName, libraryList[i].name)) { 155 uplug_openLibrary(const char *libName, UErrorCode *status) { 161 libEntry = searchForLibraryName(libName); 174 libraryList[libEntry].lib = uprv_dl_open(libName, status); 176 DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libEntry, lib)); 184 DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libEntry, lib)) [all...] |
/frameworks/av/media/libstagefright/omx/ |
SoftOMXPlugin.cpp | 78 AString libName = "libstagefright_soft_"; 79 libName.append(kComponents[i].mLibNameSuffix); 80 libName.append(".so"); 82 void *libHandle = dlopen(libName.c_str(), RTLD_NOW); 85 ALOGE("unable to dlopen %s", libName.c_str());
|
/dalvik/vm/ |
Native.h | 64 char* dvmCreateSystemLibraryName(char* 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) */
|
pkgdata.cpp | 78 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, const UBool reverseExt, UBool noVersion); 106 LIBNAME, 148 /*18*/ UOPTION_DEF( "libname", 'L', UOPT_REQUIRES_ARG), 364 if(options[LIBNAME].doesOccur) { /* get libname from shortname, or explicit -L parameter */ 365 o.libName = options[LIBNAME].value; 367 o.libName = o.shortName; 646 /* Using the base libName and version number, generate the library file names. */ 647 createFileNames(o, mode, version_major, o->version == NULL ? "" : o->version, o->libName, reverseExt, noVersion) [all...] |
/external/qemu/android/ |
main-emulator.c | 67 static char* getSharedLibraryPath(const char* progName, const char* libName); 312 getSharedLibraryPath(const char* progName, const char* libName) 326 if (probePathForFile(progDir, libName)) { 335 if (p < end && probePathForFile(temp, libName)) { 353 if (p < end && probePathForFile(temp, libName)) {
|
/device/generic/goldfish/opengl/system/egl/ |
eglDisplay.h | 58 EGLClient_glesInterface *loadGLESClientAPI(const char *libName,
|
eglDisplay.cpp | 226 EGLClient_glesInterface *eglDisplay::loadGLESClientAPI(const char *libName, 230 void *lib = dlopen(libName, RTLD_NOW); 232 ALOGE("Failed to dlopen %s", libName);
|
/external/icu4c/common/unicode/ |
icuplug.h | 350 * @param libName DLL name to load 358 uplug_loadPlugFromLibrary(const char *libName, const char *sym, const char *config, UErrorCode *status);
|
/libcore/luni/src/main/java/java/lang/ |
SecurityManager.java | 58 public void checkLink(String libName) { }
|
Runtime.java | 339 * @param libName 344 public void loadLibrary(String libName) { 345 loadLibrary(libName, VMStack.getCallingClassLoader());
|
/external/expat/amiga/ |
expat_lib.c | 37 #define LIBNAME "expat.library" 56 struct Interface *openInterface(struct ExecIFace *IExec, CONST_STRPTR libName, uint32 libVer); 117 LIBNAME, // rt_Name 133 libBase->libNode.lib_Node.ln_Name = LIBNAME; 227 struct Interface *openInterface(struct ExecIFace *IExec, CONST_STRPTR libName, uint32 libVer) 229 struct Library *base = IExec->OpenLibrary(libName, libVer);
|
/external/qemu/distrib/sdl-1.2.15/src/timer/macos/ |
FastTimes.c | 83 static Ptr FindFunctionInSharedLib(StringPtr libName, StringPtr funcName); 336 static Ptr FindFunctionInSharedLib(StringPtr libName, StringPtr funcName) { 345 if (/* error = */ GetSharedLibrary(libName, kCompiledCFragArch,
|
/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))
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
NativeProgram.java | 161 private native boolean openNativeLibrary(String libName);
|
/external/v8/tools/ |
tickprocessor.js | 561 libName, libStart, libEnd, processorFunc) { 562 this.loadSymbols(libName); 602 CppEntriesProvider.prototype.loadSymbols = function(libName) { 620 UnixCppEntriesProvider.prototype.loadSymbols = function(libName) { 624 os.system(this.nmExec, ['-C', '-n', '-S', libName], -1, -1), 625 os.system(this.nmExec, ['-C', '-n', '-S', '-D', libName], -1, -1) 667 MacCppEntriesProvider.prototype.loadSymbols = function(libName) { 670 this.symbols = [os.system(this.nmExec, ['-n', '-f', libName], -1, -1), '']; 700 WindowsCppEntriesProvider.prototype.loadSymbols = function(libName) { 701 var fileNameFields = libName.match(WindowsCppEntriesProvider.FILENAME_RE) [all...] |