/external/python/cpython2/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/ |
D | test_ensurepip.py | 38 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/ |
D | test_locks.py | 139 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)
|
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])
|
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/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
|
D | autogen.sh | 5 ./bootstrap.sh
|
/external/python/cpython2/Python/ |
D | thread_nt.h | 116 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/ |
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/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/ |
D | BENCHMARKS | 11 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/ |
D | Apple-stage1.cmake | 1 # This file sets up a CMakeCache for Apple-style bootstrap builds. It can be 49 #bootstrap
|
/external/python/cpython3/Lib/ensurepip/ |
D | __init__.py | 49 def bootstrap(*, root=None, upgrade=False, user=False, function 183 bootstrap(
|
/external/python/cpython2/Lib/ensurepip/ |
D | __init__.py | 54 def bootstrap(root=None, upgrade=False, user=False, function 199 bootstrap(
|
/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/kmod/ |
D | bootstrap-configure | 3 . ./bootstrap && \
|
/external/ImageMagick/www/css/ |
D | README.txt | 1 magick.css is an optimized version of Twitters bootstrap.css.
|
/external/ImageMagick/www/js/ |
D | README.txt | 1 magick.js is an optimized version of Twitters bootstrap.js.
|
/external/python/cpython3/Python/ |
D | thread_nt.h | 165 bootstrap(void *call) in bootstrap() function 195 bootstrap, obj, in PyThread_start_new_thread()
|
/external/python/cpython3/Mac/BuildScript/ |
D | README.txt | 17 /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/ |
D | AdvancedBuilds.rst | 25 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/ |
D | boot.h | 47 void syslinux_chain_bootstrap(uint16_t flags, const void *bootstrap,
|