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

1 2 3 4 5 6 7 8

  /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>
  /build/blueprint/
regen_build_ninja_in.sh 11 ${SRC}/bootstrap.bash
13 ${SRC}/bootstrap.bash -r
27 ${SRCDIR}/blueprint/bootstrap.bash
.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/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
  /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...]
  /external/python/cpython2/Lib/test/
test_ensurepip.py 39 ensurepip.bootstrap()
53 ensurepip.bootstrap(root="/foo/bar/")
65 ensurepip.bootstrap(user=True)
76 ensurepip.bootstrap(upgrade=True)
87 ensurepip.bootstrap(verbosity=1)
98 ensurepip.bootstrap(verbosity=2)
109 ensurepip.bootstrap(verbosity=3)
120 ensurepip.bootstrap()
124 ensurepip.bootstrap(altinstall=True)
128 ensurepip.bootstrap(default_pip=True
    [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...]
  /external/r8/src/test/examplesAndroidO/invokecustom/
TestGenerator.java 100 * Generate test with an invokedynamic, a static bootstrap method without extra args and no arg
109 Handle bootstrap = new Handle( Opcodes.H_INVOKESTATIC, Type.getInternalName(InvokeCustom.class), local
111 mv.visitInvokeDynamicInsn("targetMethodTest1", "()V", bootstrap);
117 * Generate test with an invokedynamic, a static bootstrap method without extra args and
125 Handle bootstrap = new Handle( Opcodes.H_INVOKESTATIC, Type.getInternalName(InvokeCustom.class), local
136 mv.visitInvokeDynamicInsn("targetMethodTest2", "(ZBCSIFJDLjava/lang/String;)V", bootstrap);
142 * Generate test with an invokedynamic, a static bootstrap method with extra args and no arg
151 Handle bootstrap = new Handle( Opcodes.H_INVOKESTATIC, Type.getInternalName(InvokeCustom.class), local
153 mv.visitInvokeDynamicInsn("targetMethodTest3", "()V", bootstrap, new Integer(1),
160 * Generate test with an invokedynamic, a static bootstrap method with an extra arg that is
168 Handle bootstrap = new Handle( Opcodes.H_INVOKESTATIC, Type.getInternalName(InvokeCustom.class), local
191 Handle bootstrap = new Handle(Opcodes.H_INVOKESTATIC, Type.getInternalName(InvokeCustom.class), local
214 Handle bootstrap = new Handle(Opcodes.H_INVOKESTATIC, Type.getInternalName(InvokeCustom.class), local
237 Handle bootstrap = new Handle(Opcodes.H_INVOKESTATIC, Type.getInternalName(InvokeCustom.class), local
260 Handle bootstrap = new Handle(Opcodes.H_INVOKESTATIC, Type.getInternalName(InvokeCustom.class), local
283 Handle bootstrap = new Handle(Opcodes.H_INVOKESTATIC, Type.getInternalName(InvokeCustom.class), local
305 Handle bootstrap = new Handle(Opcodes.H_INVOKESTATIC, Type.getInternalName(InvokeCustom.class), local
332 Handle bootstrap = new Handle(Opcodes.H_INVOKESTATIC, Type.getInternalName(InvokeCustom.class), local
363 Handle bootstrap = new Handle(Opcodes.H_INVOKESTATIC, Type.getInternalName(InvokeCustom.class), local
394 Handle bootstrap = new Handle(Opcodes.H_INVOKESTATIC, Type.getInternalName(InvokeCustom.class), local
    [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"
37 configuration, err := android.NewConfig(srcDir, bootstrap.BuildDir)
48 bootstrap.Main(ctx.Context, 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)
  /dalvik/dx/tests/135-invoke-custom/src/invokecustom/
TestGenerator.java 94 * Generate test with an invokedynamic, a static bootstrap method without extra args and no arg
102 Handle bootstrap = new Handle(Opcodes.H_INVOKESTATIC, Type.getInternalName(InvokeCustom.class), local
104 mv.visitInvokeDynamicInsn("targetMethodTest1", "()V", bootstrap);
110 * Generate test with an invokedynamic, a static bootstrap method without extra args and
118 Handle bootstrap = new Handle(Opcodes.H_INVOKESTATIC, Type.getInternalName(InvokeCustom.class), local
129 mv.visitInvokeDynamicInsn("targetMethodTest2", "(ZBCSIFJDLjava/lang/String;)V", bootstrap);
135 * Generate test with an invokedynamic, a static bootstrap method with extra args and no arg
144 Handle bootstrap = new Handle( Opcodes.H_INVOKESTATIC, Type.getInternalName(InvokeCustom.class), local
146 mv.visitInvokeDynamicInsn("targetMethodTest3", "()V", bootstrap, new Integer(1),
153 * Generate test with an invokedynamic, a static bootstrap method with an extra arg that is
166 Handle bootstrap = new Handle( Opcodes.H_INVOKESTATIC, Type.getInternalName(InvokeCustom.class), local
188 Handle bootstrap = new Handle(Opcodes.H_INVOKESTATIC, Type.getInternalName(InvokeCustom.class), local
222 Handle bootstrap = new Handle(Opcodes.H_INVOKESTATIC, Type.getInternalName(InvokeCustom.class), local
256 Handle bootstrap = new Handle(Opcodes.H_INVOKESTATIC, Type.getInternalName(InvokeCustom.class), local
326 Handle bootstrap = new Handle(Opcodes.H_INVOKESTATIC, internalName, "bsmLookupTest9", local
    [all...]
  /dalvik/dx/tests/137-dexmerger-dex38/src/invokecustom/
TestGenerator.java 112 * Generate test with an invokedynamic, a static bootstrap method without extra args and no arg to
121 Handle bootstrap = local
128 mv.visitInvokeDynamicInsn("targetMethodTest1", "()V", bootstrap);
134 * Generate test with an invokedynamic, a static bootstrap method without extra args and args to
143 Handle bootstrap = local
159 mv.visitInvokeDynamicInsn("targetMethodTest2", "(ZBCSIFJDLjava/lang/String;)V", bootstrap);
165 * Generate test with an invokedynamic, a static bootstrap method with extra args and no arg to
181 Handle bootstrap = local
191 bootstrap,
201 * Generate test with an invokedynamic, a static bootstrap method with an extra arg that is
214 Handle bootstrap = local
249 Handle bootstrap = local
292 Handle bootstrap = local
335 Handle bootstrap = local
428 Handle bootstrap = local
    [all...]
  /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.

Completed in 1386 milliseconds

1 2 3 4 5 6 7 8