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

1 2 3 4 5 6 7

  /external/kmod/
bootstrap-configure 3 . ./bootstrap && \
  /build/blueprint/tests/
bootstrap.bash 3 export BOOTSTRAP="${BASH_SOURCE[0]}"
8 ../bootstrap.bash "$@"
test.sh 10 ../tests/bootstrap.bash
14 if [[ -d .bootstrap/blueprint/test ]]; then
23 if [[ ! -d .bootstrap/blueprint/test ]]; then
37 if [[ -d .bootstrap/blueprint/test ]]; then
  /external/google-breakpad/src/common/mac/
bootstrap_compat.h 33 #include <servers/bootstrap.h>
  /external/libusb/
autogen.sh 5 ./bootstrap.sh
  /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/parser/
printer_test.go 179 /*"bootstrap/bootstrap.go",
180 "bootstrap/cleanup.go",*/
181 "bootstrap/command.go",
182 "bootstrap/doc.go", //doc.go
183 "bootstrap/config.go", //config.go
199 /*"bootstrap/bootstrap.go",
200 "bootstrap/cleanup.go",*/
201 "bootstrap/command.go"
    [all...]
  /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...]
  /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...]
  /build/kati/
bootstrap.go 23 const bootstrapMakefileName = "*bootstrap*"
26 bootstrap := `
46 bootstrap += fmt.Sprintf("MAKECMDGOALS:=%s\n", strings.Join(targets, " "))
51 bootstrap += fmt.Sprintf("CURDIR:=%s\n", cwd)
52 return parseMakefileString(bootstrap, srcpos{bootstrapMakefileName, 0})
  /build/soong/cmd/soong_build/
main.go 23 "github.com/google/blueprint/bootstrap"
36 configuration, err := android.NewConfig(srcDir, bootstrap.BuildDir)
47 bootstrap.Main(ctx, configuration, configuration.ConfigFileName, configuration.ProductVariablesFileName)
  /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)
  /build/soong/ui/build/
soong.go 23 ctx.BeginTrace("bootstrap soong")
26 cmd := exec.CommandContext(ctx.Context, "./bootstrap.bash")
35 ctx.Fatalln("soong bootstrap failed with:", e.ProcessState.String())
37 ctx.Fatalln("Failed to run soong bootstrap:", err)
59 ctx.Fatalln("soong bootstrap failed with:", e.ProcessState.String())
61 ctx.Fatalln("Failed to run soong bootstrap:", err)
  /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.
  /build/blueprint/bootstrap/
doc.go 43 // "github.com/google/blueprint/bootstrap"
51 // // bootstrap package registers its own flags there.
71 // bootstrap.Main(ctx, config)
80 // 2. The bootstrap Ninja file template
81 // 3. The bootstrap script
89 // The bootstrap Ninja file template describes the build actions necessary to
91 // of placeholder Ninja variable values that get filled in by the bootstrap
95 // create a bootstrap Ninja file template named 'build.ninja.in'.
97 // The bootstrap script is a small script (or theoretically a compiled binary)
99 // is responsible for filling in the bootstrap Ninja file template with som
178 package bootstrap package
    [all...]
  /build/soong/scripts/
build-ndk-prebuilts.sh 23 BUILDDIR=${SOONG_OUT} ./bootstrap.bash
  /prebuilts/go/darwin-x86/test/ken/
cplx0.go 7 // Test trivial, bootstrap-level complex numbers, including printing.
  /prebuilts/go/linux-x86/test/ken/
cplx0.go 7 // Test trivial, bootstrap-level complex numbers, including printing.
  /prebuilts/go/darwin-x86/src/cmd/dist/
buildtool.go 28 // These will be imported during bootstrap as bootstrap/name, like bootstrap/math/big.
73 // These must not be copied into the bootstrap build directory.
88 // Use $GOROOT/pkg/bootstrap as the bootstrap workspace root.
93 workspace := pathf("%s/pkg/bootstrap", goroot)
95 base := pathf("%s/src/bootstrap", workspace)
98 // Copy source code into $GOROOT/pkg/bootstrap and rewrite import paths.
119 // GOPATH points at our bootstrap workspace
    [all...]
  /prebuilts/go/linux-x86/src/cmd/dist/
buildtool.go 28 // These will be imported during bootstrap as bootstrap/name, like bootstrap/math/big.
73 // These must not be copied into the bootstrap build directory.
88 // Use $GOROOT/pkg/bootstrap as the bootstrap workspace root.
93 workspace := pathf("%s/pkg/bootstrap", goroot)
95 base := pathf("%s/src/bootstrap", workspace)
98 // Copy source code into $GOROOT/pkg/bootstrap and rewrite import paths.
119 // GOPATH points at our bootstrap workspace
    [all...]

Completed in 578 milliseconds

1 2 3 4 5 6 7