Home
last modified time | relevance | path

Searched refs:libName (Results 1 – 21 of 21) sorted by relevance

/external/icu/icu4c/source/common/
Dicuplug.cpp56 char libName[UPLUG_NAME_MAX]; /**< library name */ member
126 static int32_t searchForLibraryName(const char *libName) { in searchForLibraryName() argument
130 if(!uprv_strcmp(libName, libraryList[i].name)) { in searchForLibraryName()
165 uplug_openLibrary(const char *libName, UErrorCode *status) { in uplug_openLibrary() argument
171 libEntry = searchForLibraryName(libName); in uplug_openLibrary()
184 libraryList[libEntry].lib = uprv_dl_open(libName, status); in uplug_openLibrary()
186 …DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libE… in uplug_openLibrary()
194 …DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libE… in uplug_openLibrary()
200 uprv_strncpy(libraryList[libEntry].name,libName,UPLUG_NAME_MAX); in uplug_openLibrary()
353 plug->libName[0] = 0; in uplug_allocateEmptyPlug()
[all …]
Dicuplugimp.h40 uplug_openLibrary(const char *libName, UErrorCode *status);
Dputil.cpp2317 uprv_dl_open(const char *libName, UErrorCode *status) { argument
2320 ret = dlopen(libName, RTLD_NOW|RTLD_GLOBAL);
2323 printf("dlerror on dlopen(%s): %s\n", libName, dlerror());
2360 uprv_dl_open(const char *libName, UErrorCode *status) { argument
2365 lib = LoadLibraryA(libName);
2410 uprv_dl_open(const char *libName, UErrorCode *status) { argument
2411 (void)libName;
Dputilimp.h629 U_INTERNAL void * U_EXPORT2 uprv_dl_open(const char *libName, UErrorCode *status);
/external/conscrypt/openjdk/src/main/java/org/conscrypt/
DNativeLibraryUtil.java50 public static void loadLibrary(String libName, boolean absolute) { in loadLibrary() argument
52 System.load(libName); in loadLibrary()
54 System.loadLibrary(libName); in loadLibrary()
/external/v8/tools/
Dtickprocessor.js635 libName, libStart, libEnd, libASLRSlide, processorFunc) { argument
636 this.loadSymbols(libName);
679 CppEntriesProvider.prototype.loadSymbols = function(libName) { argument
698 UnixCppEntriesProvider.prototype.loadSymbols = function(libName) { argument
700 libName = this.targetRootFS + libName;
703 os.system(this.nmExec, ['-C', '-n', '-S', libName], -1, -1),
704 os.system(this.nmExec, ['-C', '-n', '-S', '-D', libName], -1, -1)
746 MacCppEntriesProvider.prototype.loadSymbols = function(libName) { argument
748 libName = this.targetRootFS + libName;
753 this.symbols = [os.system(this.nmExec, ['-n', libName], -1, -1), ''];
[all …]
/external/conscrypt/repackaged/openjdk/src/main/java/com/android/org/conscrypt/
DNativeLibraryUtil.java51 public static void loadLibrary(String libName, boolean absolute) { in loadLibrary() argument
53 System.load(libName); in loadLibrary()
55 System.loadLibrary(libName); in loadLibrary()
/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp93 …t char mode, const char *version_major, const char *version, const char *libName, const UBool reve…
390 o.libName = options[LIBNAME].value; in main()
392 o.libName = o.shortName; in main()
678 …leNames(o, mode, version_major, o->version == NULL ? "" : o->version, o->libName, reverseExt, noVe… in pkg_executeOptions()
898 …t char mode, const char *version_major, const char *version, const char *libName, UBool reverseExt… in createFileNames() argument
905 sprintf(libFileNames[LIB_FILE], "%s", libName); in createFileNames()
908 (strstr(libName, "icudt") ? "lib" : ""), in createFileNames()
910 libName); in createFileNames()
915 libName); in createFileNames()
924 sprintf(libFileNames[LIB_FILE_MINGW], "lib%s.dll.a", libName); in createFileNames()
[all …]
Dpkgtypes.h100 void pkg_sttc_writeReadme(struct UPKGOptions_ *opt, const char *libName, UErrorCode *status);
126 const char *libName; /* name for library (default: shortName) */ member
/external/grpc-grpc-java/compiler/
Dbuild.gradle25 // Adds corresponding "-l" option to the argList if libName is not found in
30 def addLibraryIfNotLinked = { libName, argList ->
32 if (ldflags == null || !ldflags.contains('lib' + libName + '.a')) {
33 argList.add('-l' + libName)
/external/icu/icu4c/source/common/unicode/
Dicuplug.h372 uplug_loadPlugFromLibrary(const char *libName, const char *sym, const char *config, UErrorCode *sta…
/external/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp88 static constexpr const char* libName = in load_command_buffer_functions() local
96 gLibrary = DynamicLoadLibrary(libName); in load_command_buffer_functions()
/external/skqp/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp88 static constexpr const char* libName = in load_command_buffer_functions() local
96 gLibrary = DynamicLoadLibrary(libName); in load_command_buffer_functions()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp2369 const char *libName = TLI.getLibcallName(VT == MVT::i32 in LowerFP_TO_SINT() local
2372 return TLI.LowerF128Op(Op, DAG, libName, 1); in LowerFP_TO_SINT()
2400 const char *libName = TLI.getLibcallName(OpVT == MVT::i32 in LowerSINT_TO_FP() local
2403 return TLI.LowerF128Op(Op, DAG, libName, 1); in LowerSINT_TO_FP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp2380 const char *libName = TLI.getLibcallName(VT == MVT::i32 in LowerFP_TO_SINT() local
2383 return TLI.LowerF128Op(Op, DAG, libName, 1); in LowerFP_TO_SINT()
2411 const char *libName = TLI.getLibcallName(OpVT == MVT::i32 in LowerSINT_TO_FP() local
2414 return TLI.LowerF128Op(Op, DAG, libName, 1); in LowerSINT_TO_FP()
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.osgi_3.13.0.v20180409-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
Dorg.eclipse.jdt.core_3.14.0.v20180528-0519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/guice/extensions/struts2/lib/
Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...
/external/grpc-grpc-java/netty/shaded/
Dgrpc-netty-shaded-1.14.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...