HomeSort by relevance Sort by last modified time
    Searched refs:bootstrap (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /build/blueprint/tests/
bootstrap.bash 3 export BOOTSTRAP="${BASH_SOURCE[0]}"
7 ../bootstrap.bash "$@"
test.sh 9 ../bootstrap.bash
59 # This test affects all bootstrap stages
64 # This test affects only the primary bootstrap stage
82 ../tests/bootstrap.bash -r
96 ../tests/bootstrap.bash -r -t
101 # Make sure that updating a test file causes us to go back to the bootstrap
108 # will force each test to start in the correct bootstrap stage, so there are
114 ../bootstrap.bash
118 # This test affects all bootstrap stages
126 ../tests/bootstrap.bash -
    [all...]
  /external/google-breakpad/src/common/mac/
bootstrap_compat.h 33 #include <servers/bootstrap.h>
  /external/boringssl/src/util/bot/go/
env.py 30 bootstrap = imp.load_source( variable
31 'bootstrap', os.path.join(os.path.dirname(__file__), 'bootstrap.py'))
34 new = bootstrap.prepare_go_environ()
48 exe = bootstrap.find_executable(exe, [bootstrap.WORKSPACE])
  /external/libchrome/base/process/
launch_mac.cc 8 #include <servers/bootstrap.h>
  /toolchain/binutils/binutils-2.25/config/
bootstrap-debug-ckovw.mk 2 # bootstrap-debug-lean and bootstrap-debug-lib in a full bootstrap, to
bootstrap-debug.mk 5 # compilation (unlike bootstrap-debug-lean), it actually speeds up
9 # For more thorough testing, see bootstrap-debug-lean.mk
bootstrap-debug-big.mk 1 # This BUILD_CONFIG option is a bit like bootstrap-debug-lean, but it
  /build/blueprint/
.travis.install-ninja.sh 17 ./configure.py --bootstrap
bootstrap.bash 3 # This script serves two purposes. First, it can bootstrap the standalone
7 # It can also be invoked from another script to bootstrap a custom Blueprint-
12 # BOOTSTRAP
29 # BOOTSTRAP should be set to the path of the bootstrap script. It can be
32 if [ -z "$BOOTSTRAP" ]; then
33 BOOTSTRAP="${BASH_SOURCE[0]}"
37 # only if BOOTSTRAP and WRAPPER are unset.
38 [ -z "$WRAPPER" ] && WRAPPER="`dirname "${BOOTSTRAP}"`/blueprint.bash"
45 # the bootstrap script
    [all...]
  /external/skia/cmake/
cmake_build 24 ./bootstrap --parallel=$cores
  /external/skia/experimental/fiddle/
fiddle_test 19 ./bootstrap --parallel=$cores
  /external/strace/
travis-ci.sh 17 ./bootstrap
make-dist 19 ./bootstrap
  /toolchain/binutils/binutils-2.25/
Makefile.def 34 host_modules= { module= bfd; bootstrap=true; };
35 host_modules= { module= opcodes; bootstrap=true; };
36 host_modules= { module= binutils; bootstrap=true; };
42 host_modules= { module= fixincludes; bootstrap=true;
45 host_modules= { module= gas; bootstrap=true; };
46 host_modules= { module= gcc; bootstrap=true;
48 host_modules= { module= gmp; lib_path=.libs; bootstrap=true;
51 // none-*-* disables asm optimizations, bootstrap-testing
57 host_modules= { module= mpfr; lib_path=.libs; bootstrap=true;
60 host_modules= { module= mpc; lib_path=.libs; bootstrap=true
    [all...]
  /developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/
SampleGenPlugin.groovy 79 project.task([type: GradleBuild], 'bootstrap', {
84 project.bootstrap.dependsOn(project.processTemplates)
85 project.bootstrap.dependsOn(project.processCommon)
86 project.create.dependsOn(project.bootstrap)
  /external/google-breakpad/src/client/mac/Framework/
OnDemandServer.h 31 #include <servers/bootstrap.h>
70 // // want its bootstrap service to stick around after it exits.
90 // Creates the bootstrap server and service
119 // the bootstrap service will be unregistered.
137 // the bootstrap service will be unregistered.
  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
MacrobenchmarkAllocationWorker.java 42 @Override public void bootstrap() throws Exception { method in class:MacrobenchmarkAllocationWorker
  /external/libchrome/base/mac/
mach_logging.cc 14 #include <servers/bootstrap.h>
70 // Show known bootstrap errors in decimal because that's how they're
71 // defined in <servers/bootstrap.h>.
  /prebuilts/go/darwin-x86/src/
make.rc 44 echo '##### Building Go bootstrap tool.'
52 exit bootstrap
72 ./cmd/dist/dist bootstrap $buildall -v # builds go_bootstrap
73 # Delay move of dist tool to now, because bootstrap may clear tool directory.
bootstrap.bash 8 # GOOS=linux GOARCH=ppc64 bootstrap.bash
11 # combination, leaving the resulting tree in ../../go-${GOOS}-${GOARCH}-bootstrap.
13 # and used as $GOROOT_BOOTSTRAP to bootstrap a local build.
21 echo "usage: GOOS=os GOARCH=arch ./bootstrap.bash" >&2
25 targ="../../go-${GOOS}-${GOARCH}-bootstrap"
65 rm -rf pkg/bootstrap pkg/obj .git
68 echo Bootstrap toolchain for "$GOOS/$GOARCH" installed in "$(pwd)".
71 tar cf - "go-${GOOS}-${GOARCH}-bootstrap" | bzip2 -9 >"go-${GOOS}-${GOARCH}-bootstrap.tbz"
72 ls -l "$(pwd)/go-${GOOS}-${GOARCH}-bootstrap.tbz
    [all...]
  /prebuilts/go/linux-x86/src/
make.rc 44 echo '##### Building Go bootstrap tool.'
52 exit bootstrap
72 ./cmd/dist/dist bootstrap $buildall -v # builds go_bootstrap
73 # Delay move of dist tool to now, because bootstrap may clear tool directory.
bootstrap.bash 8 # GOOS=linux GOARCH=ppc64 bootstrap.bash
11 # combination, leaving the resulting tree in ../../go-${GOOS}-${GOARCH}-bootstrap.
13 # and used as $GOROOT_BOOTSTRAP to bootstrap a local build.
21 echo "usage: GOOS=os GOARCH=arch ./bootstrap.bash" >&2
25 targ="../../go-${GOOS}-${GOARCH}-bootstrap"
65 rm -rf pkg/bootstrap pkg/obj .git
68 echo Bootstrap toolchain for "$GOOS/$GOARCH" installed in "$(pwd)".
71 tar cf - "go-${GOOS}-${GOARCH}-bootstrap" | bzip2 -9 >"go-${GOOS}-${GOARCH}-bootstrap.tbz"
72 ls -l "$(pwd)/go-${GOOS}-${GOARCH}-bootstrap.tbz
    [all...]
  /build/soong/
bootstrap.bash 19 export BOOTSTRAP="${SRCDIR}/bootstrap.bash"
53 "$SRCDIR/build/soong/soong.bootstrap.in" > $BUILDDIR/.soong.bootstrap
57 "$SRCDIR/build/blueprint/bootstrap.bash" "$@"
  /prebuilts/ninja/darwin-x86/
build-ninja.sh 27 ./configure.py --bootstrap $PLATFORM

Completed in 710 milliseconds

1 2 3 4