/external/python/cpython2/Lib/test/ |
D | test_ensurepip.py | 40 ensurepip.bootstrap() 54 ensurepip.bootstrap(root="/foo/bar/") 66 ensurepip.bootstrap(user=True) 77 ensurepip.bootstrap(upgrade=True) 88 ensurepip.bootstrap(verbosity=1) 99 ensurepip.bootstrap(verbosity=2) 110 ensurepip.bootstrap(verbosity=3) 121 ensurepip.bootstrap() 125 ensurepip.bootstrap(altinstall=True) 129 ensurepip.bootstrap(default_pip=True) [all …]
|
/external/python/cpython3/Lib/test/ |
D | 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 …]
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | test_locks.py | 116 def bootstrap(self): member in LifetimeTests 121 self.assertNotIn(name, self.bootstrap._module_locks) 122 lock = self.bootstrap._get_module_lock(name) 123 self.assertIn(name, self.bootstrap._module_locks) 127 self.assertNotIn(name, self.bootstrap._module_locks) 132 self.assertEqual(0, len(self.bootstrap._module_locks), 133 self.bootstrap._module_locks)
|
D | test_spec.py | 236 def bootstrap(self): member in ModuleSpecMethodsTests 256 self.bootstrap._exec(self.spec, module) 265 loaded = self.bootstrap._load(self.spec) 278 loaded = self.bootstrap._load(self.spec) 291 loaded = self.bootstrap._load(self.spec) 302 loaded = self.bootstrap._load(self.spec) 308 loaded = self.bootstrap._load(self.spec) 315 loaded = self.bootstrap._load(self.spec) 329 loaded = self.bootstrap._load(self.spec) 338 loaded = self.bootstrap._load(self.spec) [all …]
|
/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])
|
/external/pigweed/pw_env_setup/ |
D | docs.rst | 26 bootstrap a Python installation, which in turn inflates a virtual 33 Users interact with ``pw_env_setup`` with two commands: ``. bootstrap.sh`` and 34 ``. activate.sh``. The bootstrap command always pulls down the current versions 37 runs bootstrap. 40 On Windows the scripts used to set up the environment are ``bootstrap.bat`` 61 dependencies without modifying them can just source Pigweed's ``bootstrap.sh`` 64 An example of what your project's `bootstrap.sh` could look like is below. This 65 assumes `bootstrap.sh` is at the top level of your repository. 73 PROJ_SETUP_SCRIPT_PATH="$(pwd)/bootstrap.sh" 81 # Source Pigweed's bootstrap utility script. [all …]
|
/external/selinux/secilc/ |
D | Android.bp | 35 // the paths where the bootstrap Bionic is. bootstrap:true sets DT_INTERP to 36 // /system/bin/bootstrap/linker. 37 bootstrap: true,
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | xds_bootstrap.cc | 86 std::string BootstrapString(const XdsBootstrap& bootstrap) { in BootstrapString() argument 88 if (bootstrap.node() != nullptr) { in BootstrapString() 100 bootstrap.node()->id, bootstrap.node()->cluster, in BootstrapString() 101 bootstrap.node()->locality_region, bootstrap.node()->locality_zone, in BootstrapString() 102 bootstrap.node()->locality_subzone, bootstrap.node()->metadata.Dump())); in BootstrapString() 109 bootstrap.server().server_uri, bootstrap.server().channel_creds_type)); in BootstrapString() 110 if (bootstrap.server().channel_creds_config.type() != Json::Type::JSON_NULL) { in BootstrapString() 113 bootstrap.server().channel_creds_config.Dump())); in BootstrapString() 115 if (!bootstrap.server().server_features.empty()) { in BootstrapString() 118 absl::StrJoin(bootstrap.server().server_features, ", "), "],\n")); in BootstrapString() [all …]
|
/external/oss-fuzz/projects/gnutls/ |
D | build.sh | 32 ./bootstrap 44 bash .bootstrap 51 bash bootstrap 62 bash .bootstrap 77 ./bootstrap
|
/external/iperf3/docs/_esnet/ |
D | README.rst | 5 Sphinx_ documentation package using the sphinx-bootstrap-theme_ with some 10 .. _sphinx-bootstrap-theme: https://github.com/ryan-roemer/sphinx-bootstrap-theme 15 1. Install Sphinx and sphinx-bootstrap-theme. See the instructions below for 41 html_theme = 'bootstrap' 71 2. sudo /usr/local/bin/pip install sphinx sphinx-bootstrap-theme 79 4. pip install sphinx sphinx-bootstrap-theme # make sure this is
|
/external/opencensus-java/contrib/agent/ |
D | build.gradle | 10 // The package containing the classes that need to be loaded by the bootstrap classloader because 11 // they are used from classes loaded by the bootstrap classloader. 12 def agentBootstrapPackage = "${agentPackage}.bootstrap" 42 // Create bootstrap.jar containing the classes that need to be loaded by the bootstrap 45 // Output to 'bootstrap.jar'. 46 baseName = 'bootstrap' 83 def agentBootstrapJar = agentPackageDir + 'bootstrap.jar' 85 // Bundle bootstrap.jar. 95 // Must have bundled the bootstrap.jar. 107 // Also, should not have the bootstrap classes.
|
/external/protobuf/kokoro/linux/dockerfile/test/python_stretch/ |
D | Dockerfile | 27 RUN curl https://bootstrap.pypa.io/get-pip.py | python2.7 45 RUN curl https://bootstrap.pypa.io/get-pip.py | python3.5 46 RUN curl https://bootstrap.pypa.io/get-pip.py | python3.6 47 RUN curl https://bootstrap.pypa.io/get-pip.py | python3.7
|
/external/oss-fuzz/projects/wget/ |
D | build.sh | 32 ./bootstrap 54 bash .bootstrap 64 ./bootstrap 80 ./bootstrap
|
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
D | InvokeDynamicClassInstrumentor.java | 27 MethodType bootstrap = 30 bootstrap.appendParameterTypes(MethodHandle.class).toMethodDescriptorString(); 32 bootstrap.appendParameterTypes(String.class).toMethodDescriptorString(); 34 …BOOTSTRAP_INIT = new Handle(Opcodes.H_INVOKESTATIC, className, "bootstrapInit", bootstrap.toMethod…
|
/external/oss-fuzz/projects/wget2/ |
D | build.sh | 32 ./bootstrap 54 bash .bootstrap 64 ./bootstrap 86 ./bootstrap
|
/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/opencensus-java/contrib/agent/src/main/java/io/opencensus/contrib/agent/instrumentation/ |
D | ContextTrampolineInitializer.java | 21 import io.opencensus.contrib.agent.bootstrap.ContextStrategy; 22 import io.opencensus.contrib.agent.bootstrap.ContextTrampoline;
|
D | TraceTrampolineInitializer.java | 21 import io.opencensus.contrib.agent.bootstrap.TraceStrategy; 22 import io.opencensus.contrib.agent.bootstrap.TraceTrampoline;
|
/external/pigweed/pw_env_setup/py/pw_env_setup/ |
D | windows_env_start.py | 40 def print_banner(bootstrap, no_shell_file): argument 47 if bootstrap:
|
/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/rust/crates/criterion/src/stats/univariate/ |
D | bootstrap.rs | 17 sample.bootstrap(nresamples, |s| (s.mean(),)).0 46 sample.bootstrap(nresamples, |s| (s.mean(), s.median())) 87 mixed::bootstrap(a, b, nresamples, |a, b| (a.mean() - b.mean(),)).0 123 univariate::bootstrap(a, b, nresamples, |a, b| (a.mean() - b.mean(),)).0
|
/external/pigweed/ |
D | bootstrap.sh | 29 _PW_BOOTSTRAP_PATH="$(_bootstrap_abspath "$PW_CHECKOUT_ROOT/bootstrap.sh")" 93 pw_finalize bootstrap "$SETUP_SH"
|
D | activate.sh | 29 _PW_BOOTSTRAP_PATH="$(_bootstrap_abspath "$PW_CHECKOUT_ROOT/bootstrap.sh")" 93 pw_finalize bootstrap "$SETUP_SH"
|
/external/tpm2-tss/ |
D | Dockerfile | 15 RUN ./bootstrap \ 31 RUN ./bootstrap \
|
/external/libusb/ |
D | README.git | 6 automake) and will need to run either ./autogen.sh or ./bootstrap.sh to produce 9 The difference between autogen.sh and bootstrap.sh is that the former invokes 18 includes autotools and so running either autogen.sh or bootstrap.sh will result
|