Home
last modified time | relevance | path

Searched refs:bootstrap (Results 1 – 25 of 109) sorted by relevance

12345

/external/boringssl/src/util/bot/go/
Denv.py30 bootstrap = imp.load_source( variable
34 new = bootstrap.prepare_go_environ()
48 exe = bootstrap.find_executable(exe, [bootstrap.WORKSPACE])
Dbootstrap.py248 def bootstrap(logging_level): function
266 bootstrap(logging.INFO)
291 bootstrap(logging.DEBUG)
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DNettyHttpClient.java20 import io.netty.bootstrap.Bootstrap;
61 private Bootstrap bootstrap; field in NettyHttpClient
84 bootstrap = new Bootstrap(); in prepare()
85 bootstrap.group(new NioEventLoopGroup(concurrencyLevel)) in prepare()
104 Channel channel = bootstrap.connect(url.host(), url.port()) in enqueue()
/external/autotest/site_utils/
Dmysql_bootstrap.py135 def bootstrap(user, password, source_host, dest_host): function
227 bootstrap(user, password, local_hostname, dest_host)
232 bootstrap(user, password, gateway, dest_host)
/external/clang/cmake/caches/
DREADME.txt17 Building the `bootstrap` target from this generation will build clang, and
18 `bootstrap-install` will install it.
DApple-stage1.cmake1 # This file sets up a CMakeCache for Apple-style bootstrap builds. It can be
28 #bootstrap
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/docs/
DBENCHMARKS13 Benchmarking 'bench/bootstrap.js'... (49.0 KiB)
58 Benchmarking 'bench/bootstrap.js'... (49.0 KiB)
103 Benchmarking 'bench/bootstrap.js'... (49.0 KiB)
148 Benchmarking 'bench/bootstrap.js'... (49.0 KiB)
192 Benchmarking 'bench/bootstrap.js'... (49.0 KiB)
229 Benchmarking 'bench/bootstrap.js'... (49.0 KiB)
274 Benchmarking 'bench/bootstrap.js'... (49.0 KiB)
319 Benchmarking 'bench/bootstrap.js'... (49.0 KiB)
363 Benchmarking 'bench/bootstrap.js'... (49.0 KiB)
/external/webrtc/webrtc/tools/rtcbot/
Dmain.js29 registerTest(name, bootstrap);
31 function bootstrap(test) { function
/external/google-breakpad/src/client/mac/Framework/
DOnDemandServer.mm98 // The inspector will be invoked with its bootstrap port set to the subset,
99 // but the sender will need access to the original bootstrap port. Although
101 // because it requires extra privileges. Stash the original bootstrap port
103 // recover this port and set it as its own bootstrap port in Inspector.mm
/external/guava/
DREADME.jdk529 - The Maven build will use a bootstrap rt.jar classpath based on a
34 building, please try setting the `bootstrap.classes` property to a
/external/llvm/test/DebugInfo/X86/
Ddebug-loc-empty-entries.ll48 !1 = !DIFile(filename: "<stdin>", directory: "/Users/dexonsmith/data/llvm/bootstrap/play/delta2/tes…
52 !5 = !DIFile(filename: "t.cpp", directory: "/Users/dexonsmith/data/llvm/bootstrap/play/delta2/testc…
/external/skia/cmake/
Dcmake_build24 ./bootstrap --parallel=$cores
/external/strace/
Dtravis-ci.sh17 ./bootstrap
Dmake-dist19 ./bootstrap
/external/skia/experimental/fiddle/
Dfiddle_test19 ./bootstrap --parallel=$cores
/external/ltrace/
Dprototype.c471 cache->bootstrap = 1; in protolib_cache_init()
483 cache->bootstrap = 0; in protolib_cache_init()
513 if ((cache->bootstrap && each_import(&cache->imports, NULL, in build_default_config()
515 || (!cache->bootstrap in build_default_config()
/external/toybox/toys/other/
DREADME8 Tested with Aboriginal Linux system image and the lfs-bootstrap.hdc automated
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
Dwebcomponents-lite.js1030 if (window.HTMLTemplateElement && HTMLTemplateElement.bootstrap) {
1031 HTMLTemplateElement.bootstrap(doc);
1098 function bootstrap() { function
1102 bootstrap();
1104 document.addEventListener("DOMContentLoaded", bootstrap);
1660 function bootstrap() { function
1688 bootstrap();
1690 bootstrap();
1693 window.addEventListener(loadEvent, bootstrap);
1711 HTMLTemplateElement.bootstrap = function(doc) { function in HTMLTemplateElement
[all …]
DHTMLImports.js688 if (window.HTMLTemplateElement && HTMLTemplateElement.bootstrap) {
689 HTMLTemplateElement.bootstrap(doc);
756 function bootstrap() { function
760 bootstrap();
762 document.addEventListener("DOMContentLoaded", bootstrap);
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
Dwebcomponents-lite.js1030 if (window.HTMLTemplateElement && HTMLTemplateElement.bootstrap) {
1031 HTMLTemplateElement.bootstrap(doc);
1098 function bootstrap() { function
1102 bootstrap();
1104 document.addEventListener("DOMContentLoaded", bootstrap);
1660 function bootstrap() { function
1688 bootstrap();
1690 bootstrap();
1693 window.addEventListener(loadEvent, bootstrap);
1711 HTMLTemplateElement.bootstrap = function(doc) { function in HTMLTemplateElement
[all …]
DHTMLImports.js688 if (window.HTMLTemplateElement && HTMLTemplateElement.bootstrap) {
689 HTMLTemplateElement.bootstrap(doc);
756 function bootstrap() { function
760 bootstrap();
762 document.addEventListener("DOMContentLoaded", bootstrap);
/external/valgrind/auxprogs/
Dbuild-gcc48 ../gcc-$GCC_VERSION/configure --prefix=$INSTALL_DIR --disable-bootstrap \
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DMacrobenchmarkAllocationWorker.java42 @Override public void bootstrap() throws Exception { in bootstrap() method in MacrobenchmarkAllocationWorker
DWorker.java55 public void bootstrap() throws Exception {} in bootstrap() method in Worker
/external/skia/tools/
Dxsan_build20 ./bootstrap --parallel=$cores

12345