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

1 2

  /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 70 define _build-dexpreopt-boot-jar-dependency-pair
75 $(eval $(call _build-dexpreopt-boot-jar-dependency-pair,$(wordlist 2,999,$(1)))))
78 define _build-dexpreopt-boot-jar-dependency
79 $(call _build-dexpreopt-boot-jar-dependency-pair,$(DEXPREOPT_BOOT_JARS_MODULES))
82 $(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/webkit/Tools/Scripts/webkitpy/tool/commands/
earlywarningsystem.py 60 def _build(self, patch, first_run=False): member in class:AbstractEarlyWarningSystem
91 if not self._build(patch, first_run=True):
94 self._build(patch)
earlywarningsystem_unittest.py 76 ews._build = lambda patch, first_run=False: False
  /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/webkit/Tools/Scripts/webkitpy/tool/bot/
commitqueuetask.py 117 def _build(self): member in class:CommitQueueTask
248 if not self._build():
  /external/clang/docs/analyzer/
Makefile 8 BUILDDIR = _build
make.bat 8 set BUILDDIR=_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
  /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 \

Completed in 473 milliseconds

1 2