HomeSort by relevance Sort by last modified time
    Searched refs:lib (Results 201 - 225 of 1689) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/icu/icu4c/source/test/perf/normperf/
NormPerf.pl 11 use lib '../perldriver';
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/
failed-syscalls.pl 8 use lib "$ENV{'PERF_EXEC_PATH'}/scripts/perl/Perf-Trace-Util/lib";
9 use lib "./Perf-Trace-Util/lib";
  /external/llvm/bindings/python/llvm/
object.py 93 "lib",
119 ptr = lib.LLVMCreateObjectFile(contents)
120 LLVMObject.__init__(self, ptr, disposer=lib.LLVMDisposeObjectFile)
131 sections = lib.LLVMGetSections(self)
134 if lib.LLVMIsSectionIteratorAtEnd(self, sections):
143 lib.LLVMMoveToNextSection(sections)
149 lib.LLVMDisposeSectionIterator(sections)
159 symbols = lib.LLVMGetSymbols(self)
162 if lib.LLVMIsSymbolIteratorAtEnd(self, symbols):
171 lib.LLVMMoveToNextSymbol(symbols
519 lib = get_library() variable
    [all...]
  /external/openssl/crypto/threads/
profile.sh 3 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/
ftspic.h 41 #define GET_PIC( lib ) \
42 ( (SmoothPIC*)( (lib)->pic_container.smooth ) )
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttpic.h 52 #define GET_PIC( lib ) \
53 ( (TTModulePIC*)((lib)->pic_container.truetype) )
  /external/scrypt/
Scrypt-config.mk 32 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 \
  /frameworks/base/tests/SharedLibrary/lib/
Android.mk 6 LOCAL_AAPT_FLAGS := --shared-lib
  /hardware/ti/omap4-aah/domx/mm_osal/
Makefile 19 HOSTRELEASE = lib
22 ROOTFSRELEASE = lib
  /hardware/ti/omap4-aah/domx/omx_core/
Makefile 59 HOSTRELEASE = lib
62 ROOTFSRELEASE = lib
  /hardware/ti/omap4xxx/domx/mm_osal/
Makefile 19 HOSTRELEASE = lib
22 ROOTFSRELEASE = lib
  /hardware/ti/omap4xxx/domx/omx_core/
Makefile 59 HOSTRELEASE = lib
62 ROOTFSRELEASE = lib
  /ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/
Makefile 21 -L$(STLPORT46_ROOT_DIR)/lib \
22 -Wl,-R$(STLPORT46_ROOT_DIR)/lib \
29 -L$(STLPORT50_ROOT_DIR)/lib \
30 -Wl,-R$(STLPORT50_ROOT_DIR)/lib \
37 -L$(STLPORT51_ROOT_DIR)/lib \
38 -Wl,-R$(STLPORT51_ROOT_DIR)/lib \
45 -L$(STLPORT52_ROOT_DIR)/lib \
46 -Wl,-R$(STLPORT52_ROOT_DIR)/lib \
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/
Makefile 21 -L$(STLPORT46_ROOT_DIR)/lib \
22 -Wl,-R$(STLPORT46_ROOT_DIR)/lib \
29 -L$(STLPORT50_ROOT_DIR)/lib \
30 -Wl,-R$(STLPORT50_ROOT_DIR)/lib \
37 -L$(STLPORT51_ROOT_DIR)/lib \
38 -Wl,-R$(STLPORT51_ROOT_DIR)/lib \
45 -L$(STLPORT52_ROOT_DIR)/lib \
46 -Wl,-R$(STLPORT52_ROOT_DIR)/lib \
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/test/
Makefile 21 -L$(STLPORT46_ROOT_DIR)/lib \
22 -Wl,-R$(STLPORT46_ROOT_DIR)/lib \
29 -L$(STLPORT50_ROOT_DIR)/lib \
30 -Wl,-R$(STLPORT50_ROOT_DIR)/lib \
37 -L$(STLPORT51_ROOT_DIR)/lib \
38 -Wl,-R$(STLPORT51_ROOT_DIR)/lib \
45 -L$(STLPORT52_ROOT_DIR)/lib \
46 -Wl,-R$(STLPORT52_ROOT_DIR)/lib \
  /sdk/testapps/testProjectTest/testlib/src/com/android/tests/testprojecttest/lib/
LibActivityTest.java 17 package com.android.tests.testprojecttest.lib;
23 import com.android.tests.testprojecttest.lib.R;
  /external/chromium_org/third_party/icu/source/common/
icuplug.c 41 void *lib; /**< plugin library, or NULL */ member in struct:UPlugData
49 UBool dontUnload; /**< TRUE if plugin must stay resident (leak plugin and lib) */
97 void *lib; /**< library ptr */ member in struct:UPlugLibrary
123 static int32_t searchForLibrary(void *lib) {
127 if(lib==libraryList[i].lib) {
135 uplug_findLibrary(void *lib, UErrorCode *status) {
141 libEnt = searchForLibrary(lib);
153 void *lib = NULL; local
170 libraryList[libEntry].lib = uprv_dl_open(libName, status)
575 void *lib = NULL; local
    [all...]
  /external/icu/icu4c/source/common/
icuplug.c 45 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) {
131 if(lib==libraryList[i].lib) {
139 uplug_findLibrary(void *lib, UErrorCode *status) {
145 libEnt = searchForLibrary(lib);
157 void *lib = NULL; local
174 libraryList[libEntry].lib = uprv_dl_open(libName, status)
577 void *lib = NULL; local
    [all...]
  /external/e2fsprogs/debian/attic/libs/
rules 19 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/ss%/usr/share/ss%
    [all...]
  /external/chromium_org/tools/python/google/httpd_config/
httpd2.conf 30 #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/apache2/mod_authz_owner.s
    [all...]
  /external/llvm/utils/
GenLibDeps.pl 86 foreach my $lib (@libs ) {
87 `$ranlibPath $Directory/$lib`;
88 my $libpath = $lib;
109 $libpath = "lib/".$libpath."/";
110 open DEFS, "$nmPath -sg $Directory/$lib|";
117 $libobjs{$lib}{$objfile}=1;
128 foreach my $lib (@libs ) {
129 my $libpath = $lib;
150 $libpath = "lib/".$libpath."/";
151 open UDEFS, "$nmPath -Aup $Directory/$lib|";
    [all...]
  /external/chromium_org/third_party/android_platform/development/scripts/
symbol.py 133 def TranslateLibPath(lib):
134 # SymbolInformation(lib, addr) receives lib as the path from symbols
140 library_name = os.path.basename(lib)
143 os.path.join(out_dir, 'Debug', 'lib'),
144 os.path.join(out_dir, 'Debug', 'lib.target'),
145 os.path.join(out_dir, 'Release', 'lib'),
146 os.path.join(out_dir, 'Release', 'lib.target'),
157 return lib
162 def SymbolInformation(lib, addr, get_detailed_info)
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/
build_libs.sh 30 mkdir -p tmp/$arch/raw/lib/$arch/
31 mv libs/$arch/* tmp/$arch/raw/lib/$arch/
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
CompatTabListener.java 17 package com.example.android.tabcompat.lib;
  /device/asus/fugu/self-extractors/widevine/staging/
device-partial.mk 19 vendor/widevine/fugu/proprietary/libdrmframework.so:system/lib/arm/libdrmframework.so:widevine \
20 vendor/widevine/fugu/proprietary/libdrmwvmplugin.so:system/vendor/lib/drm/libdrmwvmplugin.so:widevine \
21 vendor/widevine/fugu/proprietary/libdrmdecrypt.so:system/vendor/lib/libdrmdecrypt.so:widevine \
22 vendor/widevine/fugu/proprietary/liboemcrypto.so:system/vendor/lib/liboemcrypto.so:widevine \
23 vendor/widevine/fugu/proprietary/libwvdrm_L1.so:system/vendor/lib/libwvdrm_L1.so:widevine \
24 vendor/widevine/fugu/proprietary/libwvm.so:system/vendor/lib/libwvm.so:widevine \
25 vendor/widevine/fugu/proprietary/libWVStreamControlAPI_L1.so:system/vendor/lib/libWVStreamControlAPI_L1.so:widevine \
26 vendor/widevine/fugu/proprietary/libwvdrmengine.so:system/vendor/lib/mediadrm/libwvdrmengine.so:widevine \

Completed in 605 milliseconds

1 2 3 4 5 6 7 891011>>