/external/selinux/secilc/ |
D | Android.bp | 18 // the paths where the bootstrap Bionic is. bootstrap:true sets DT_INTERP to 19 // /system/bin/bootstrap/linker. RPATH is explicitly set to /system/lib/bootstrap 20 // where the bootstrap libc.so is. 21 bootstrap: true, 24 ldflags: ["-Wl,--rpath,/system/${LIB}/bootstrap"],
|
/external/u-boot/arch/arm/cpu/arm926ejs/spear/ |
D | spear600.c | 134 u32 bootstrap = read_bootstrap(); in snor_boot_selected() local 138 if ((bootstrap & CONFIG_SPEAR_ONLYSNORBOOT) == in snor_boot_selected() 142 if ((bootstrap & CONFIG_SPEAR_NORNANDBOOT) == in snor_boot_selected() 146 if ((bootstrap & CONFIG_SPEAR_NORNANDBOOT) == in snor_boot_selected() 156 u32 bootstrap = read_bootstrap(); in nand_boot_selected() local 160 if ((bootstrap & CONFIG_SPEAR_NORNANDBOOT) == in nand_boot_selected() 164 if ((bootstrap & CONFIG_SPEAR_NORNANDBOOT) == in nand_boot_selected() 180 u32 bootstrap = read_bootstrap(); in usb_boot_selected() local 184 if (!(bootstrap & CONFIG_SPEAR_USBBOOT)) in usb_boot_selected()
|
/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 | 117 def bootstrap(self): member in LifetimeTests 122 self.assertNotIn(name, self.bootstrap._module_locks) 123 lock = self.bootstrap._get_module_lock(name) 124 self.assertIn(name, self.bootstrap._module_locks) 128 self.assertNotIn(name, self.bootstrap._module_locks) 133 self.assertEqual(0, len(self.bootstrap._module_locks), 134 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/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/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/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/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/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/opencensus-java/contrib/agent/src/main/java/io/opencensus/contrib/agent/ |
D | AgentMain.java | 23 import io.opencensus.contrib.agent.bootstrap.ContextStrategy; 24 import io.opencensus.contrib.agent.bootstrap.ContextTrampoline;
|
/external/webrtc/webrtc/tools/rtcbot/ |
D | main.js | 29 registerTest(name, bootstrap); 31 function bootstrap(test) { function
|
/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/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/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/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/opencensus-java/contrib/agent/src/main/java/io/opencensus/contrib/agent/bootstrap/ |
D | package-info.java | 17 package io.opencensus.contrib.agent.bootstrap;
|