Searched defs:libs (Results 1 - 22 of 22) sorted by relevance

/external/compiler-rt/lib/dfsan/scripts/
H A Dbuild-libc-list.py60 libs = [os.path.join(options.libc_dso_path, name) for name in variable
75 libs += [os.path.join(options.libc_archive_path, name) for name in
79 libs.append(os.path.join(options.libgcc_dso_path, 'libgcc_s.so.1'))
80 libs.append(os.path.join(options.libgcc_archive_path, 'libgcc.a'))
83 libs.append(os.path.join(options.libstdcxx_dso_path, 'libstdc++.so.6'))
86 for l in libs:
/external/icu/icu4c/as_is/os400/
H A Diculd.c63 char libs[4024]; local
78 libs[0]=0;
196 strcat(libs,outputdir);
197 strcat(libs,"/");
198 strncat(libs,p+1,strlen(p)-4);
199 strcat(libs," ");
217 libs,
/external/libxml2/python/
H A Dsetup.py170 libs = [libraryPrefix + "xml2"] + platformLibs variable
178 # We are gonna build 2 identical shared libs with merge initializing
190 libs.insert(0, libraryPrefix + 'exslt')
191 libs.insert(0, libraryPrefix + 'xslt')
198 libraries=libs, define_macros=macros)]
202 libraries=libs, define_macros=macros))
H A Dsetup.py.in170 libs = [libraryPrefix + "xml2"] + platformLibs variable
178 # We are gonna build 2 identical shared libs with merge initializing
190 libs.insert(0, libraryPrefix + 'exslt')
191 libs.insert(0, libraryPrefix + 'xslt')
198 libraries=libs, define_macros=macros)]
202 libraries=libs, define_macros=macros))
/external/llvm/utils/
H A Dextract_symbols.py330 parser.add_argument('libs', metavar='lib', type=str, nargs='+',
386 libs = list() variable
387 for lib in args.libs:
403 libs.append(lib)
407 calling_convention_decoration = is_32bit_windows(libs[0])
418 vals = [(get_symbols, should_keep_symbol, calling_convention_decoration, x) for x in libs]
/external/skia/tools/gpu/gl/angle/
H A DGLTestContext_angle.cpp38 const Libs* libs = reinterpret_cast<const Libs*>(ctx); local
39 GrGLFuncPtr proc = (GrGLFuncPtr) GetProcedureAddress(libs->fGLLib, name);
43 proc = (GrGLFuncPtr) GetProcedureAddress(libs->fEGLLib, name);
/external/python/cpython2/Lib/plat-mac/
H A Dbundlebuilder.py105 libs = [] variable in class:BundleBuilder
199 for path in self.libs:
542 # Python.framework was specified manually in self.libs.
543 for lib in self.libs:
893 builder.libs.append(os.path.normpath(arg))
/external/python/cpython2/
H A Dsetup.py540 lib_dirs += ['/system/libs', '/atheos/autolnk/lib']
663 libs = []
666 libs = ['bsd']
667 exts.append( Extension('fcntl', ['fcntlmodule.c'], libraries=libs) )
798 libs = ['crypt']
800 libs = []
801 exts.append( Extension('crypt', ['cryptmodule.c'], libraries=libs) )
1353 libs = ['nsl'] variable in class:PyBuildExt.detect_modules.db_found
1355 libs = [] variable in class:PyBuildExt.detect_modules.db_found
1357 libraries = libs) )
[all...]
/external/guice/lib/build/
H A Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF/NOTICE META- ...
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/guice/extensions/struts2/lib/
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 2605 milliseconds