HomeSort by relevance Sort by last modified time
    Searched full:_build (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/antlr/antlr-3.4/runtime/Perl5/
.p4ignore 5 _build
  /external/bison/etc/
README 9 from a tarball built in _build, I suggest the following.
11 BISON=_build/tests/bison CC='gcc -O2' ./bench.pl
13 (The _build/tests/bison wrapper makes sure that _build/src/bison will
15 straightforward use of _build/src/bison would.)
  /external/llvm/docs/
README.txt 16 $BROWSER _build/html/index.html
19 `docs/Foo.rst` <-> `_build/html/Foo.html` <-> `http://llvm.org/docs/Foo.html`.
32 directory `_build/man/`.
36 man -l _build/man/FileCheck.1
39 `docs/CommandGuide/Foo.rst` <-> `_build/man/Foo.1`.
Makefile.sphinx 8 BUILDDIR = _build
make.bat 8 set BUILDDIR=_build
  /build/core/
dex_preopt.mk 72 define _build-dexpreopt-boot-jar-dependency-pair
77 $(eval $(call _build-dexpreopt-boot-jar-dependency-pair,$(wordlist 2,999,$(1)))))
80 define _build-dexpreopt-boot-jar-dependency
81 $(call _build-dexpreopt-boot-jar-dependency-pair,$(DEXPREOPT_BOOT_JARS_MODULES))
84 $(eval $(call _build-dexpreopt-boot-jar-dependency))
  /external/bison/
GNUmakefile 40 _build-aux ?= build-aux
48 $(shell test -f $(srcdir)/$(_build-aux)/git-version-gen && echo yes)
55 && $(_build-aux)/git-version-gen \
96 _build-aux ?= build-aux
maint.mk 28 set $$(_build-aux) relative to $$(srcdir) instead of $$(build_aux)")
63 VC_LIST = $(srcdir)/$(_build-aux)/vc-list-files -C $(srcdir)
327 @$(srcdir)/$(_build-aux)/useless-if-before-free \
    [all...]
  /external/clang/
.gitignore 34 docs/_build
35 docs/analyzer/_build
  /external/llvm/cmake/modules/
AddLLVM.cmake 150 option(LLVM_EXTERNAL_${nameUPPER}_BUILD
152 if (LLVM_EXTERNAL_${nameUPPER}_BUILD)
  /external/clang/docs/analyzer/
Makefile 8 BUILDDIR = _build
make.bat 8 set BUILDDIR=_build
conf.py 67 exclude_patterns = ['_build']
  /external/llvm/
.gitignore 48 docs/_build
  /external/skia/bench/
RTreeBench.cpp 34 fName.append("_build");
  /external/clang/docs/
Makefile.sphinx 8 BUILDDIR = _build
make.bat 8 set BUILDDIR=_build
conf.py 67 exclude_patterns = ['_build', 'analyzer']
  /external/libcap-ng/libcap-ng-0.7/
Makefile.in 595 mkdir $(distdir)/_build
598 test -d $(distdir)/_build || exit 0; \
602 && $(am__cd) $(distdir)/_build \
  /external/libmtp/
Makefile.in 605 mkdir $(distdir)/_build
608 test -d $(distdir)/_build || exit 0; \
612 && $(am__cd) $(distdir)/_build \
  /external/libusb/
Makefile.in 609 mkdir $(distdir)/_build
612 test -d $(distdir)/_build || exit 0; \
616 && $(am__cd) $(distdir)/_build \
  /external/marisa-trie/
Makefile.in 491 mkdir $(distdir)/_build
494 test -d $(distdir)/_build || exit 0; \
498 && $(am__cd) $(distdir)/_build \
  /external/openfst/
Makefile.in 567 mkdir $(distdir)/_build
570 test -d $(distdir)/_build || exit 0; \
574 && $(am__cd) $(distdir)/_build \
  /external/stressapptest/
Makefile.in 547 mkdir $(distdir)/_build
550 test -d $(distdir)/_build || exit 0; \
554 && $(am__cd) $(distdir)/_build \
  /external/chromium_org/third_party/skia/include/gpu/
GrConfig.h 190 // By now we must have a GR_..._BUILD symbol set to 1, and a decision about

Completed in 1189 milliseconds

1 2 3