Searched refs:lib (Results 126 - 150 of 1085) sorted by relevance

1234567891011>>

/external/llvm/bindings/python/llvm/tests/
H A Dbase.py10 '/usr/lib/debug',
11 '/lib',
12 '/usr/lib',
13 '/usr/local/lib',
14 '/lib/i386-linux-gnu',
25 for lib in POSSIBLE_TEST_BINARIES:
26 path = os.path.join(d, lib)
/external/openssl/crypto/threads/
H A Dprofile.sh3 cc -p -DSOLARIS -I../../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftspic.h41 #define GET_PIC( lib ) \
42 ( (SmoothPIC*)( (lib)->pic_container.smooth ) )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttpic.h52 #define GET_PIC( lib ) \
53 ( (TTModulePIC*)((lib)->pic_container.truetype) )
/external/scrypt/
H A DScrypt-config.mk32 lib/crypto/crypto_scrypt-ref.c \
35 lib/crypto \
36 lib/util \
47 lib/crypto/crypto_scrypt-neon.c \
50 lib/crypto/crypto_scrypt-ref.c \
55 lib/crypto/crypto_scrypt-sse.c \
58 lib/crypto/crypto_scrypt-ref.c \
63 lib/crypto/crypto_scrypt-sse.c \
66 lib/crypto/crypto_scrypt-ref.c \
/external/chromium_org/third_party/icu/source/common/
H A Dicuplug.c45 void *lib; /**< plugin library, or NULL */ member in struct:UPlugData
53 UBool dontUnload; /**< TRUE if plugin must stay resident (leak plugin and lib) */
101 void *lib; /**< library ptr */ member in struct:UPlugLibrary
127 static int32_t searchForLibrary(void *lib) { argument
131 if(lib==libraryList[i].lib) {
139 uplug_findLibrary(void *lib, UErrorCode *status) { argument
145 libEnt = searchForLibrary(lib);
157 void *lib = NULL; local
174 libraryList[libEntry].lib
203 uplug_closeLibrary(void *lib, UErrorCode *status) argument
350 uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *symName, UErrorCode *status) argument
520 uplug_initPlugFromEntrypointAndLibrary(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *sym, UErrorCode *status) argument
577 void *lib = NULL; local
[all...]
/external/icu/icu4c/source/common/
H A Dicuplug.c45 void *lib; /**< plugin library, or NULL */ member in struct:UPlugData
53 UBool dontUnload; /**< TRUE if plugin must stay resident (leak plugin and lib) */
101 void *lib; /**< library ptr */ member in struct:UPlugLibrary
127 static int32_t searchForLibrary(void *lib) { argument
131 if(lib==libraryList[i].lib) {
139 uplug_findLibrary(void *lib, UErrorCode *status) { argument
145 libEnt = searchForLibrary(lib);
157 void *lib = NULL; local
174 libraryList[libEntry].lib
203 uplug_closeLibrary(void *lib, UErrorCode *status) argument
350 uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *symName, UErrorCode *status) argument
520 uplug_initPlugFromEntrypointAndLibrary(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *sym, UErrorCode *status) argument
577 void *lib = NULL; local
[all...]
/external/e2fsprogs/debian/attic/libs/
H A Drules19 COMERR_VERSION = $(shell grep ELF_VERSION lib/et/Makefile.in | cut '-d ' -f3)
21 SS_VERSION = $(shell grep ELF_VERSION lib/ss/Makefile.in | cut '-d ' -f3)
49 cd lib/et && texi2html -split_chapter -expandinfo com_err.texinfo
65 rm -f doc/libext2fs_*.html lib/et/com_err_*.html
82 install -m 644 $(builddir)/lib/ss/ss_err.h $(maindir)/usr/include/ss/
85 sed s%$(topdir)/lib/et%/usr/share/comerr% \
86 <$(builddir)/lib/et/compile_et \
90 install -m 644 lib/et/et_c.awk lib/et/et_h.awk \
94 sed s%$(topdir)/lib/s
[all...]
/external/chromium_org/tools/python/google/httpd_config/
H A Dhttpd2.conf30 #LoadModule authn_file_module lib/apache2/mod_authn_file.so
31 #LoadModule authn_dbm_module lib/apache2/mod_authn_dbm.so
32 #LoadModule authn_anon_module lib/apache2/mod_authn_anon.so
33 #LoadModule authn_dbd_module lib/apache2/mod_authn_dbd.so
34 #LoadModule authn_default_module lib/apache2/mod_authn_default.so
35 LoadModule authz_host_module lib/apache2/mod_authz_host.so
36 #LoadModule authz_groupfile_module lib/apache2/mod_authz_groupfile.so
37 #LoadModule authz_user_module lib/apache2/mod_authz_user.so
38 #LoadModule authz_dbm_module lib/apache2/mod_authz_dbm.so
39 #LoadModule authz_owner_module lib/apache
[all...]
/external/chromium_org/build/android/tests/symbolize/
H A DMakefile8 lib%.so: %.cc
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader.c75 struct util_dl_library *lib; local
93 lib = util_dl_open(path);
94 if (lib) {
96 return lib;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/
H A DMakefile11 sudo install */*.dll.so /usr/lib/wine
/external/compiler-rt/lib/builtins/armv6m/
H A DMakefile.mk1 #===- lib/builtins/arm/Makefile.mk -------------------------*- Makefile -*--===#
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
/external/compiler-rt/lib/builtins/i386/
H A DMakefile.mk1 #===- lib/builtins/i386/Makefile.mk ------------------------*- Makefile -*--===#
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
/external/compiler-rt/lib/builtins/ppc/
H A DMakefile.mk1 #===- lib/builtins/ppc/Makefile.mk -------------------------*- Makefile -*--===#
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
/external/compiler-rt/lib/builtins/x86_64/
H A DMakefile.mk1 #===- lib/builtins/x86_64/Makefile.mk ----------------------*- Makefile -*--===#
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
/external/compiler-rt/test/asan/TestCases/
H A Ddlclose-test.cc44 void *lib = dlopen(path.c_str(), RTLD_NOW); local
45 if (!lib) {
49 fun_t *get = (fun_t*)dlsym(lib, "get_address_of_static_var");
61 if (dlclose(lib)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
H A DfeedPublish.sh19 CLASSPATH="$JAVA_HOME/lib/rt.jar";
20 CLASSPATH=$CLASSPATH":"$ANT_HOME/lib/ant.jar":"$ANT_HOME/lib/ant-launcher.jar;
35 cmd="$JAVA_HOME/bin/java -debug -Dant.home=$ANT_HOME -Dant.library.dir=$JAVA_HOME/lib -classpath $CLASSPATH org.apache.tools.ant.launch.Launcher"
/external/emma/core/java12/com/vladium/jcd/compiler/
H A DClassWriter.java15 import com.vladium.jcd.lib.UDataOutputStream;
/external/emma/core/java12/com/vladium/jcd/lib/
H A DUDataInputStream.java9 package com.vladium.jcd.lib;
H A DUDataOutputStream.java9 package com.vladium.jcd.lib;
/external/lldb/tools/lldb-platform/
H A DMakefile18 LLVMLibsOptions += -Wl,-rpath,@loader_path/../lib/
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader.c75 struct util_dl_library *lib; local
93 lib = util_dl_open(path);
94 if (lib) {
96 return lib;
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/
H A DMakefile11 sudo install */*.dll.so /usr/lib/wine
/external/valgrind/main/tests/
H A Dfilter_xml_frames5 # - frames with <obj>/lib/....
6 # - frames with <obj>/usr/lib/....
20 my $has_system_obj = 0; # <obj>/lib... or <obj>/usr/lib...
48 # This may require tweaking; currently /lib and /usr/lib are matched
49 $has_system_obj = 1 if ($line =~ /<obj>\/lib/);
50 $has_system_obj = 1 if ($line =~ /<obj>\/usr\/lib/);

Completed in 3944 milliseconds

1234567891011>>