/external/chromium/third_party/icu/source/tools/pkgdata/ |
H A D | 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) */ member in struct:UPKGOptions_
|
H A D | pkgdata.cpp | 118 static void createFileNames(const char *version_major, const char *version, const char *libName, const UBool reverseExt); 370 o.libName = options[LIBNAME].value; 372 o.libName = o.shortName; 583 /* Using the base libName and version number, generate the library file names. */ 584 createFileNames(version_major, o->version, o->libName, reverseExt); 666 * Given the base libName and version numbers, generate the libary file names and store it in libFileNames. 669 static void createFileNames(const char *version_major, const char *version, const char *libName, UBool reverseExt) { argument 672 libName); 676 libName,
|
/external/icu4c/tools/pkgdata/ |
H A D | 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) */ member in struct:UPKGOptions_
|
H A D | pkgdata.cpp | 121 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, const UBool reverseExt); 375 o.libName = options[LIBNAME].value; 377 o.libName = o.shortName; 640 /* Using the base libName and version number, generate the library file names. */ 641 createFileNames(o, mode, version_major, o->version, o->libName, reverseExt); 759 * Given the base libName and version numbers, generate the libary file names and store it in libFileNames. 762 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, UBool reverseExt) { argument 765 libName); 774 libName, 777 libName, [all...] |
/external/qemu/distrib/sdl-1.2.12/src/timer/macos/ |
H A D | FastTimes.c | 83 static Ptr FindFunctionInSharedLib(StringPtr libName, StringPtr funcName); 336 static Ptr FindFunctionInSharedLib(StringPtr libName, StringPtr funcName) { argument 345 if (/* error = */ GetSharedLibrary(libName, kCompiledCFragArch,
|
/external/icu4c/common/ |
H A D | icuplug.c | 42 char libName[UPLUG_NAME_MAX]; /**< library name */ member in struct:UPlugData 109 * @param libName libname to search for 112 static int32_t searchForLibraryName(const char *libName) { argument 116 if(!uprv_strcmp(libName, libraryList[i].name)) { 151 uplug_openLibrary(const char *libName, UErrorCode *status) { argument 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)); 186 uprv_strncpy(libraryList[libEntry].name,libName,UPLUG_NAME_MA 539 uplug_initErrorPlug(const char *libName, const char *sym, const char *config, const char *nameOrError, UErrorCode loadStatus, UErrorCode *status) argument 574 uplug_initPlugFromLibrary(const char *libName, const char *sym, const char *config, UErrorCode *status) argument 609 uplug_loadPlugFromLibrary(const char *libName, const char *sym, const char *config, UErrorCode *status) argument [all...] |
H A D | putil.c | 2005 uprv_dl_open(const char *libName, UErrorCode *status) { argument 2008 ret = dlopen(libName, RTLD_NOW|RTLD_GLOBAL); 2041 uprv_dl_open(const char *libName, UErrorCode *status) { argument 2069 uprv_dl_open(const char *libName, UErrorCode *status) { argument 2074 lib = LoadLibrary(libName); 2121 uprv_dl_open(const char *libName, UErrorCode *status) { argument
|
/external/webkit/WebKit/android/jni/ |
H A D | WebViewCore.cpp | 2444 jclass WebViewCore::getPluginClass(const WebCore::String& libName, const char* className) argument 2448 jstring libString = env->NewString(libName.characters(), libName.length());
|