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

/external/compiler-rt/lib/dfsan/scripts/
H A Dbuild-libc-list.py59 libs = [os.path.join(options.libc_dso_path, name) for name in variable
74 libs += [os.path.join(options.libc_archive_path, name) for name in
78 libs.append(os.path.join(options.libgcc_dso_path, 'libgcc_s.so.1'))
79 libs.append(os.path.join(options.libgcc_archive_path, 'libgcc.a'))
82 libs.append(os.path.join(options.libstdcxx_dso_path, 'libstdc++.so.6'))
85 for l in libs:
/external/chromium_org/build/config/linux/
H A Dpkg-config.py15 # The result will be [ <includes>, <cflags>, <libs>, <lib_dirs>, <ldflags> ]
125 [ options.pkg_config, "--cflags", "--libs-only-l", "--libs-only-L" ] +
142 libs = [] variable
151 libs.append(RewritePath(flag[2:], prefix, sysroot))
159 # Many libs specify "-pthread" which we don't need since we always include
166 # Output a GN array, the first one is the cflags, the second are the libs. The
169 print json.dumps([includes, cflags, libs, lib_dirs, ldflags])
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A DMakefile121 grep-libs = $(filter -l%,$(1))
122 strip-libs = $(filter-out -l%,$(1))
/external/chromium_org/tools/win/split_link/
H A Dsplit_link.py267 Log('building import libs') namespace
280 generated import libs and .def files. If the link fails, updates the
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
H A DMakefile241 msg := $(warning No libaudit.h found, disables 'trace' tool, please install audit-libs-devel or libaudit-dev);
267 FLAGS_GTK2=$(CFLAGS) $(LDFLAGS) $(EXTLIBS) $(shell pkg-config --libs --cflags gtk+-2.0 2>/dev/null)
277 EXTLIBS += $(shell pkg-config --libs gtk+-2.0 2>/dev/null)
281 grep-libs = $(filter -l%,$(1))
282 strip-libs = $(filter-out -l%,$(1))
288 PERL_EMBED_LDFLAGS = $(call strip-libs,$(PERL_EMBED_LDOPTS))
289 PERL_EMBED_LIBADD = $(call grep-libs,$(PERL_EMBED_LDOPTS))
333 PYTHON_EMBED_LDFLAGS := $(call strip-libs,$(PYTHON_EMBED_LDOPTS))
334 PYTHON_EMBED_LIBADD := $(call grep-libs,$(PYTHON_EMBED_LDOPTS))
423 msg := $(warning No numa.h found, disables 'perf bench numa mem' benchmark, please install numa-libs
[all...]
/external/chromium_org/tools/gn/
H A Dcommand_desc.cc171 // libs and lib_dirs are special in that they're inherited. We don't currently
187 const OrderedSet<std::string>& libs = target->all_libs(); local
188 if (libs.empty())
194 for (size_t i = 0; i < libs.size(); i++)
195 OutputString(" " + libs[i] + "\n");
524 " libs\n"
531 " for libs and lib_dirs because those are inherited and are more\n"
/external/chromium_org/crypto/
H A Dnss_util.cc959 std::vector<std::string> libs; local
960 libs.push_back("libsoftokn3.so");
961 libs.push_back("libfreebl3.so");
966 for (size_t i = 0; i < libs.size(); ++i) {
968 base::FilePath path = paths[j].Append(libs[i]);
977 if (loaded == libs.size()) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.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/ ...

Completed in 458 milliseconds