HomeSort by relevance Sort by last modified time
    Searched defs:libs (Results 1 - 21 of 21) sorted by null

  /bootable/recovery/updater/
Android.mk 55 # These libs are also linked in with updater, but we don't try to call
58 # extension libs.
73 $(inc) : libs := $(TARGET_RECOVERY_UPDATER_LIBS) macro
77 $(hide) $(foreach lib,$(libs),echo "extern void Register_$(lib)(void);" >> $@;)
79 $(hide) $(foreach lib,$(libs),echo " Register_$(lib)();" >> $@;)
  /external/compiler-rt/lib/dfsan/scripts/
build-libc-list.py 59 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/
pkg-config.py 15 # 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/
Makefile 121 grep-libs = $(filter -l%,$(1))
122 strip-libs = $(filter-out -l%,$(1))
525 LIBS = -Wl,--whole-archive $(PERFLIBS) -Wl,--no-whole-archive -Wl,--start-group $(EXTLIBS) -Wl,--end-group
550 $(BUILTIN_OBJS) $(LIBS) -o $@
654 $(QUIET_LINK)$(CC) $(CFLAGS) -o $@ $(LDFLAGS) $(filter %.o,$^) $(LIBS)
  /external/chromium_org/tools/win/split_link/
split_link.py 267 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/
Makefile 241 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-devel or libnuma-dev)
    [all...]
  /external/chromium_org/tools/gn/
command_desc.cc 171 // 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"
701 // Libs can be part of any target and get recursively pushed up the chain,
  /build/core/
main.mk 636 define resolve-shared-libs-depes
648 $(call resolve-shared-libs-depes,TARGET_)
650 $(call resolve-shared-libs-depes,TARGET_,true)
652 $(call resolve-shared-libs-depes,HOST_)
654 $(call resolve-shared-libs-depes,HOST_,true)
    [all...]
definitions.mk     [all...]
  /external/chromium_org/crypto/
nss_util.cc 959 std::vector<std::string> libs; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 528 milliseconds