Home
last modified time | relevance | path

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

123456

/external/python/cpython2/Lib/test/
Dtest_ensurepip.py39 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/
Dtest_ensurepip.py38 ensurepip.bootstrap()
52 ensurepip.bootstrap(root="/foo/bar/")
64 ensurepip.bootstrap(user=True)
75 ensurepip.bootstrap(upgrade=True)
86 ensurepip.bootstrap(verbosity=1)
97 ensurepip.bootstrap(verbosity=2)
108 ensurepip.bootstrap(verbosity=3)
119 ensurepip.bootstrap()
123 ensurepip.bootstrap(altinstall=True)
127 ensurepip.bootstrap(default_pip=True)
[all …]
/external/python/cpython3/Lib/test/test_importlib/
Dtest_locks.py139 def bootstrap(self): member in LifetimeTests
144 self.assertNotIn(name, self.bootstrap._module_locks)
145 lock = self.bootstrap._get_module_lock(name)
146 self.assertIn(name, self.bootstrap._module_locks)
150 self.assertNotIn(name, self.bootstrap._module_locks)
155 self.assertEqual(0, len(self.bootstrap._module_locks),
156 self.bootstrap._module_locks)
Dtest_spec.py236 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/
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/libusb/
DREADME.git6 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
Dautogen.sh5 ./bootstrap.sh
/external/python/cpython2/Python/
Dthread_nt.h116 bootstrap(void *call) in bootstrap() function
146 bootstrap, obj, 0, &threadID); in PyThread_start_new_thread()
151 bootstrap, obj, in PyThread_start_new_thread()
/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/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/
DBENCHMARKS11 Benchmarking 'bench/bootstrap.js'... (49.0 KiB)
52 Benchmarking 'bench/bootstrap.js'... (49.0 KiB)
93 Benchmarking 'bench/bootstrap.js'... (49.0 KiB)
134 Benchmarking 'bench/bootstrap.js'... (49.0 KiB)
/external/clang/cmake/caches/
DApple-stage1.cmake1 # This file sets up a CMakeCache for Apple-style bootstrap builds. It can be
49 #bootstrap
/external/python/cpython3/Lib/ensurepip/
D__init__.py49 def bootstrap(*, root=None, upgrade=False, user=False, function
183 bootstrap(
/external/python/cpython2/Lib/ensurepip/
D__init__.py54 def bootstrap(root=None, upgrade=False, user=False, function
199 bootstrap(
/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/kmod/
Dbootstrap-configure3 . ./bootstrap && \
/external/ImageMagick/www/css/
DREADME.txt1 magick.css is an optimized version of Twitters bootstrap.css.
/external/ImageMagick/www/js/
DREADME.txt1 magick.js is an optimized version of Twitters bootstrap.js.
/external/python/cpython3/Python/
Dthread_nt.h165 bootstrap(void *call) in bootstrap() function
195 bootstrap, obj, in PyThread_start_new_thread()
/external/python/cpython3/Mac/BuildScript/
DREADME.txt17 /path/to/bootstrap/python2.7 build-installer.py \
41 * bootstrap non-framework Python 2.7 for documentation build with
52 /path/to/bootstrap/python2.7 build-installer.py \
76 * bootstrap non-framework Python 2.7 for documentation build with
/external/llvm/docs/
DAdvancedBuilds.rst25 The Clang CMake build system supports bootstrap (aka multi-stage) builds. At a
28 bootstrap build.
30 In a simple two-stage bootstrap build, we build clang using the system compiler,
32 of a bootstrap build can be configured with a single option,
/external/syslinux/com32/include/syslinux/
Dboot.h47 void syslinux_chain_bootstrap(uint16_t flags, const void *bootstrap,

123456