HomeSort by relevance Sort by last modified time
    Searched refs:libs (Results 176 - 200 of 2546) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/build/android/pylib/
valgrind_tools.py 109 libs = glob.glob(os.path.join(DIR_SOURCE_ROOT,
113 assert len(libs) == 1
114 self._lib = libs[0]
  /external/chromium_org/tools/gn/bootstrap/
bootstrap.py 91 libs = []
278 '--libs-only-L', '--libs-only-other']).split())
279 libs.extend(subprocess.check_output(
280 ['pkg-config', 'gtk+-2.0', 'x11', '--libs-only-l']).split())
310 ' libs = %s' % ' '.join(libs),
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
android_profiling_helper.py 51 host_lib_pattern = os.path.join(out_path, '*_apk', 'libs', '*', lib_base)
104 libs = set()
113 libs.add(lib)
114 return libs
  /external/chromium_org/third_party/mesa/src/scons/
gallium.py 66 libs = env.FindIxes(sources, 'LIBPREFIX', 'LIBSUFFIX')
67 targets += install(env, libs, 'lib')
499 # Default libs
500 libs = []
502 libs += ['m', 'pthread', 'dl']
503 env.Append(LIBS = libs)
515 env.Append(LIBS = ['gomp'])
  /external/mesa3d/scons/
gallium.py 66 libs = env.FindIxes(sources, 'LIBPREFIX', 'LIBSUFFIX')
67 targets += install(env, libs, 'lib')
499 # Default libs
500 libs = []
502 libs += ['m', 'pthread', 'dl']
503 env.Append(LIBS = libs)
515 env.Append(LIBS = ['gomp'])
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
Makefile 370 LIBS=$(call enabled,LIBS)
371 .libs: $(LIBS)
373 $(foreach lib,$(filter %_g.a,$(LIBS)),$(eval $(call archive_template,$(lib))))
374 $(foreach lib,$(filter %so.$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH),$(LIBS)),$(eval $(call so_template,$(lib))))
375 $(foreach lib,$(filter %$(VERSION_MAJOR).dylib,$(LIBS)),$(eval $(call dl_template,$(lib))))
377 INSTALL-LIBS=$(call cond_enabled,CONFIG_INSTALL_LIBS,INSTALL-LIBS)
379 INSTALL-LIBS+=$(call cond_enabled,CONFIG_INSTALL_LIBS,DIST-LIBS
    [all...]
gen_msvs_proj.sh 172 -l*) libs="${libs}${libs:+ }${opt##-l}.lib"
218 # it to ${lib_sfx}d.lib. This precludes linking to release libs from a
220 for lib in ${libs}; do
458 AdditionalDependencies="$libs \$(NoInherit)" \
  /external/libvpx/libvpx/build/make/
Makefile 360 LIBS=$(call enabled,LIBS)
361 .libs: $(LIBS)
363 $(foreach lib,$(filter %_g.a,$(LIBS)),$(eval $(call archive_template,$(lib))))
364 $(foreach lib,$(filter %so.$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH),$(LIBS)),$(eval $(call so_template,$(lib))))
365 $(foreach lib,$(filter %$(VERSION_MAJOR).dylib,$(LIBS)),$(eval $(call dl_template,$(lib))))
367 INSTALL-LIBS=$(call cond_enabled,CONFIG_INSTALL_LIBS,INSTALL-LIBS)
369 INSTALL-LIBS+=$(call cond_enabled,CONFIG_INSTALL_LIBS,DIST-LIBS
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Makefile 360 LIBS=$(call enabled,LIBS)
361 .libs: $(LIBS)
363 $(foreach lib,$(filter %_g.a,$(LIBS)),$(eval $(call archive_template,$(lib))))
364 $(foreach lib,$(filter %so.$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH),$(LIBS)),$(eval $(call so_template,$(lib))))
365 $(foreach lib,$(filter %$(VERSION_MAJOR).dylib,$(LIBS)),$(eval $(call dl_template,$(lib))))
367 INSTALL-LIBS=$(call cond_enabled,CONFIG_INSTALL_LIBS,INSTALL-LIBS)
369 INSTALL-LIBS+=$(call cond_enabled,CONFIG_INSTALL_LIBS,DIST-LIBS
    [all...]
  /external/chromium_org/third_party/opus/src/
depcomp 256 tmpdepfile3=$dir.libs/$base.u
350 tmpdepfile2=$dir.libs/$base.d
397 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
401 # compilations output dependencies in $dir.libs/$base.o.d and
404 # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
405 # automatically cleaned when .libs/ is deleted, while ignoring
407 tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4
409 tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5
410 tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504
  /external/libcap-ng/libcap-ng-0.7/
depcomp 241 tmpdepfile3=$dir.libs/$base.u
327 tmpdepfile2=$dir.libs/$base.d
374 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
378 # compilations output dependencies in $dir.libs/$base.o.d and
381 # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
382 # automatically cleaned when .libs/ is deleted, while ignoring
384 tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4
386 tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5
387 tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504
  /external/libopus/
depcomp 256 tmpdepfile3=$dir.libs/$base.u
350 tmpdepfile2=$dir.libs/$base.d
397 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
401 # compilations output dependencies in $dir.libs/$base.o.d and
404 # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
405 # automatically cleaned when .libs/ is deleted, while ignoring
407 tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4
409 tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5
410 tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504
  /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/pixman/
depcomp 241 tmpdepfile3=$dir.libs/$base.u
327 tmpdepfile2=$dir.libs/$base.d
374 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
378 # compilations output dependencies in $dir.libs/$base.o.d and
381 # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
382 # automatically cleaned when .libs/ is deleted, while ignoring
384 tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4
386 tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5
387 tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504
  /external/cmockery/cmockery_0_1_2/
depcomp 293 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
297 # compilations output dependencies in in $dir.libs/$base.o.d and
300 # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
301 # automatically cleaned when .libs/ is deleted, while ignoring
303 tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4
305 tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5
306 tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504
  /external/genext2fs/
depcomp 293 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
297 # compilations output dependencies in in $dir.libs/$base.o.d and
300 # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
301 # automatically cleaned when .libs/ is deleted, while ignoring
303 tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4
305 tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5
306 tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504
  /external/libogg/
depcomp 293 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
297 # compilations output dependencies in in $dir.libs/$base.o.d and
300 # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
301 # automatically cleaned when .libs/ is deleted, while ignoring
303 tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4
305 tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5
306 tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504
  /external/libvorbis/
depcomp 293 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
297 # compilations output dependencies in in $dir.libs/$base.o.d and
300 # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
301 # automatically cleaned when .libs/ is deleted, while ignoring
303 tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4
305 tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5
306 tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504
  /ndk/sources/host-tools/make-3.81/config/
depcomp 293 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
297 # compilations output dependencies in in $dir.libs/$base.o.d and
300 # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
301 # automatically cleaned when .libs/ is deleted, while ignoring
303 tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4
305 tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5
306 tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504
  /build/core/
pathmap.mk 37 libhost:build/libs/host/include \
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/
Android.mk 88 include $(LOCAL_PATH)/libs/Android.mk $(LOCAL_PATH)/feature/Android.mk
  /external/bison/build-aux/
depcomp 307 tmpdepfile3=$dir.libs/$base.u
446 tmpdepfile2=$dir.libs/$base.d
489 # two compilations output dependencies in $dir.libs/$base.o.d and
492 # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
493 # automatically cleaned when .libs/ is deleted, while ignoring
496 tmpdepfile2=$dir.libs/$base.o.d # Likewise.
497 tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
Makefile 72 LOADER_LIBS=$(shell llvm-config --libs bitreader asmparser)
  /external/dnsmasq/
Makefile 34 DNSMASQ_LIBS= `echo $(COPTS) | ../bld/pkg-wrapper HAVE_DBUS $(PKG_CONFIG) --libs dbus-1`
60 DNSMASQ_LIBS="$(DNSMASQ_LIBS) $(SUNOS_LIBS) `$(PKG_CONFIG) --libs libidn`" \
  /external/libedit/
depcomp 307 tmpdepfile3=$dir.libs/$base.u
446 tmpdepfile2=$dir.libs/$base.d
489 # two compilations output dependencies in $dir.libs/$base.o.d and
492 # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
493 # automatically cleaned when .libs/ is deleted, while ignoring
496 tmpdepfile2=$dir.libs/$base.o.d # Likewise.
497 tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504

Completed in 799 milliseconds

1 2 3 4 5 6 78 91011>>