/external/boringssl/src/util/bot/go/ |
D | env.py | 30 bootstrap = imp.load_source( variable 34 new = bootstrap.prepare_go_environ() 48 exe = bootstrap.find_executable(exe, [bootstrap.WORKSPACE])
|
D | bootstrap.py | 248 def bootstrap(logging_level): function 266 bootstrap(logging.INFO) 291 bootstrap(logging.DEBUG)
|
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
D | NettyHttpClient.java | 20 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/ |
D | mysql_bootstrap.py | 135 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/ |
D | README.txt | 17 Building the `bootstrap` target from this generation will build clang, and 18 `bootstrap-install` will install it.
|
D | Apple-stage1.cmake | 1 # 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/ |
D | BENCHMARKS | 13 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/ |
D | main.js | 29 registerTest(name, bootstrap); 31 function bootstrap(test) { function
|
/external/google-breakpad/src/client/mac/Framework/ |
D | OnDemandServer.mm | 98 // 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/ |
D | README.jdk5 | 29 - 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/ |
D | debug-loc-empty-entries.ll | 48 !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/ |
D | cmake_build | 24 ./bootstrap --parallel=$cores
|
/external/strace/ |
D | travis-ci.sh | 17 ./bootstrap
|
D | make-dist | 19 ./bootstrap
|
/external/skia/experimental/fiddle/ |
D | fiddle_test | 19 ./bootstrap --parallel=$cores
|
/external/ltrace/ |
D | prototype.c | 471 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/ |
D | README | 8 Tested with Aboriginal Linux system image and the lfs-bootstrap.hdc automated
|
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/ |
D | webcomponents-lite.js | 1030 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 …]
|
D | HTMLImports.js | 688 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/ |
D | webcomponents-lite.js | 1030 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 …]
|
D | HTMLImports.js | 688 if (window.HTMLTemplateElement && HTMLTemplateElement.bootstrap) { 689 HTMLTemplateElement.bootstrap(doc); 756 function bootstrap() { function 760 bootstrap(); 762 document.addEventListener("DOMContentLoaded", bootstrap);
|
/external/valgrind/auxprogs/ |
D | build-gcc | 48 ../gcc-$GCC_VERSION/configure --prefix=$INSTALL_DIR --disable-bootstrap \
|
/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
D | MacrobenchmarkAllocationWorker.java | 42 @Override public void bootstrap() throws Exception { in bootstrap() method in MacrobenchmarkAllocationWorker
|
D | Worker.java | 55 public void bootstrap() throws Exception {} in bootstrap() method in Worker
|
/external/skia/tools/ |
D | xsan_build | 20 ./bootstrap --parallel=$cores
|