| /external/rust/crates/futures-test/src/task/ |
| D | mod.rs | 4 // Also, there is cross crate links in here. They are not going to work anytime soon. Do we put htt… 5 // in here? to here: https://rust-lang.github.io/futures-api-docs? The problem is these have a 6 // version hardcoded in the url: 0.3.0-alpha.16 We could link to docs.rs, but currently that says: 7 // docs.rs failed to build futures-0.3.0-alpha.16 -> ok the reason seems to be that they are on 8 // 2019-04-17 which does still have futures-api unstable feature, so that should get solved. 15 //! [`Spawn`](futures_task::Spawn) implementations. 18 //! - [`noop_context`] creates a context that ignores calls to 20 //! - [`panic_context`] creates a context that panics when 24 //! - [`noop_waker`] creates a waker that ignores calls to 26 //! - [`panic_waker`](panic_waker()) creates a waker that panics when [all …]
|
| /external/python/cpython2/Lib/distutils/ |
| D | msvc9compiler.py | 42 # Visual C++ is a 32-bit application, so we need to look in 44 # 64-bit Python on Win64 56 # 'vcvarsall.bat'. Note a cross-compile may combine these (eg, 'x86_amd64' is 57 # the param to cross-compile on x86 targeting amd64.) 60 'win-amd64' : 'amd64', 61 'win-ia64' : 'ia64', 151 you can try compiling with MingW32, by passing "-c mingw32" to setup.py.""") 180 if i == -1: 184 majorVersion = int(s[:-2]) - 6 291 value = value[:-1] [all …]
|
| D | util.py | 3 Miscellaneous utility functions -- anything that doesn't fit into 12 from distutils.spawn import spawn 18 mainly to distinguish platform-specific build directories and 19 platform-specific built distributions. Typically includes the OS name 27 linux-i586 28 linux-alpha (?) 29 solaris-2.6-sun4u 30 irix-5.3 31 irix64-6.2 34 win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc) [all …]
|
| D | msvccompiler.py | 136 you can try compiling with MingW32, by passing "-c mingw32" to setup.py.""") 162 if i == -1: 166 majorVersion = int(s[:-2]) - 6 184 if i == -1: 212 # as it really isn't necessary for this sort of single-compiler class. 296 self.compile_options = [ '/nologo', '/Ox', '/MD', '/W3', '/GS-' , 298 self.compile_options_debug = ['/nologo', '/Od', '/MDd', '/W3', '/GS-', 314 # -- Worker methods ------------------------------------------------ 320 # Copied from ccompiler.py, extended to return .res as 'object'-file 385 self.spawn ([self.rc] + pp_opts + [all …]
|
| /external/python/cpython3/Lib/distutils/ |
| D | msvc9compiler.py | 40 # Visual C++ is a 32-bit application, so we need to look in 42 # 64-bit Python on Win64 52 # 'vcvarsall.bat'. Note a cross-compile may combine these (eg, 'x86_amd64' is 53 # the param to cross-compile on x86 targeting amd64.) 56 'win-amd64' : 'amd64', 146 you can try compiling with MingW32, by passing "-c mingw32" to setup.py.""") 175 if i == -1: 179 majorVersion = int(s[:-2]) - 6 280 value = value[:-1] 306 # as it really isn't necessary for this sort of single-compiler class. [all …]
|
| D | _msvccompiler.py | 73 "-latest", 74 "-prerelease", 75 "-requires", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", 76 "-property", "installationPath", 77 "-products", "*", 96 # bpo-38597: Removed vcruntime return value 128 ).decode('utf-16le', errors='replace') 161 # 'vcvarsall.bat'. Always cross-compile from x86 to work with the 162 # lighter-weight MSVC installs that do not include native 64-bit tools. 165 'win-amd64' : 'x86_amd64', [all …]
|
| D | util.py | 3 Miscellaneous utility functions -- anything that doesn't fit into 15 from distutils.spawn import spawn 21 distinguish platform-specific build directories and platform-specific built 28 linux-i586 29 linux-alpha (?) 30 solaris-2.6-sun4u 33 win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc) 34 win32 (all others - specifically, sys.platform is returned) 36 For other non-POSIX platforms, currently just returns 'sys.platform'. 41 return 'win-amd64' [all …]
|
| D | msvccompiler.py | 129 you can try compiling with MingW32, by passing "-c mingw32" to setup.py.""") 154 if i == -1: 158 majorVersion = int(s[:-2]) - 6 179 if i == -1: 207 # as it really isn't necessary for this sort of single-compiler class. 291 self.compile_options = [ '/nologo', '/Ox', '/MD', '/W3', '/GS-' , 293 self.compile_options_debug = ['/nologo', '/Od', '/MDd', '/W3', '/GS-', 309 # -- Worker methods ------------------------------------------------ 315 # Copied from ccompiler.py, extended to return .res as 'object'-file 379 self.spawn([self.rc] + pp_opts + [all …]
|
| /external/python/setuptools/setuptools/_distutils/ |
| D | msvc9compiler.py | 40 # Visual C++ is a 32-bit application, so we need to look in 42 # 64-bit Python on Win64 52 # 'vcvarsall.bat'. Note a cross-compile may combine these (eg, 'x86_amd64' is 53 # the param to cross-compile on x86 targeting amd64.) 56 'win-amd64' : 'amd64', 146 you can try compiling with MingW32, by passing "-c mingw32" to setup.py.""") 175 if i == -1: 179 majorVersion = int(s[:-2]) - 6 280 value = value[:-1] 304 # as it really isn't necessary for this sort of single-compiler class. [all …]
|
| D | _msvccompiler.py | 77 "-latest", 78 "-prerelease", 79 "-requires", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", 80 "-property", "installationPath", 81 "-products", "*", 100 # bpo-38597: Removed vcruntime return value 132 ).decode('utf-16le', errors='replace') 165 # 'vcvarsall.bat'. Always cross-compile from x86 to work with the 166 # lighter-weight MSVC installs that do not include native 64-bit tools. 169 'win-amd64' : 'x86_amd64', [all …]
|
| D | msvccompiler.py | 130 you can try compiling with MingW32, by passing "-c mingw32" to setup.py.""") 155 if i == -1: 159 majorVersion = int(s[:-2]) - 6 180 if i == -1: 208 # as it really isn't necessary for this sort of single-compiler class. 292 self.compile_options = [ '/nologo', '/O2', '/MD', '/W3', '/GS-' , 294 self.compile_options_debug = ['/nologo', '/Od', '/MDd', '/W3', '/GS-', 310 # -- Worker methods ------------------------------------------------ 316 # Copied from ccompiler.py, extended to return .res as 'object'-file 380 self.spawn([self.rc] + pp_opts + [all …]
|
| /external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/event_engine/ |
| D | README.md | 3 An EventEngine handles all cross-platform I/O, task execution, and DNS 4 resolution for gRPC. A default, cross-platform implementation is provided with 17 may want to spawn separate thread pools for polling and callback execution. 21 reclaim memory and degrade gracefully when memory reaches application-defined
|
| /external/grpc-grpc/include/grpc/event_engine/ |
| D | README.md | 3 An EventEngine handles all cross-platform I/O, task execution, and DNS 4 resolution for gRPC. A default, cross-platform implementation is provided with 17 may want to spawn separate thread pools for polling and callback execution. 21 reclaim memory and degrade gracefully when memory reaches application-defined
|
| /external/rust/crates/grpcio-sys/grpc/include/grpc/event_engine/ |
| D | README.md | 3 An EventEngine handles all cross-platform I/O, task execution, and DNS 4 resolution for gRPC. A default, cross-platform implementation is provided with 17 may want to spawn separate thread pools for polling and callback execution. 21 reclaim memory and degrade gracefully when memory reaches application-defined
|
| /external/cronet/third_party/google_benchmark/src/ |
| D | setup.py | 19 def _get_long_description(fp: str) -> str: 20 with open(fp, "r", encoding="utf-8") as f: 24 def _get_version(fp: str) -> str: 34 def _parse_requirements(fp: str) -> List[str]: 71 stripped_target = bazel_target.split("//")[-1] 92 f"--symlink_prefix={temp_path / 'bazel-'}", 93 f"--compilation_mode={'dbg' if self.debug else 'opt'}", 95 f"--cxxopt={'/std:c++17' if IS_WINDOWS else '-std=c++17'}", 101 bazel_argv.append("--linkopt=/LIBPATH:" + library_dir) 105 bazel_argv.append("--macos_minimum_os=10.14") [all …]
|
| /external/rust/crates/rayon-core/src/scope/ |
| D | mod.rs | 1 //! Methods for custom fork-join scopes, created by the [`scope()`] 24 /// Represents a fork-join scope which can be used to spawn any number of tasks. 32 /// Represents a fork-join scope which can be used to spawn any number of tasks. 44 /// should spawn jobs. 61 /// Creates a "fork-join" scope `s` and invokes the closure with a 62 /// reference to `s`. This closure can then spawn asynchronous tasks 64 /// closure; they may themselves spawn additional tasks into `s`. When 69 /// since a loop can be used to spawn any number of tasks without 83 /// pub fn join<A,B,RA,RB>(oper_a: A, oper_b: B) -> (RA, RB) 84 /// where A: FnOnce() -> RA + Send, [all …]
|
| /external/rust/crates/futures/src/ |
| D | lib.rs | 6 //! - [Futures](crate::future) are single eventual values produced by 9 //! - [Streams](crate::stream) represent a series of values 11 //! - [Sinks](crate::sink) provide support for asynchronous writing of 13 //! - [Executors](crate::executor) are responsible for running asynchronous 17 //! [cross-task communication](crate::channel). 57 //! // Use the provided thread pool to spawn the generated future 77 …_millis(500)); // wait for background threads closed: https://github.com/rust-lang/miri/issues/1371 102 compile_error!("The `bilock` feature requires the `unstable` feature as an explicit opt-in to unsta… 130 #[cfg(feature = "async-await")] 132 #[cfg(feature = "async-await")] [all …]
|
| /external/rust/crates/fragile/src/ |
| D | lib.rs | 44 //! thread::spawn(move || { 69 //! thread::spawn(move || { 82 //! error did not cross a thread boundary yet extra information can be obtained. 122 pub unsafe fn __private_new() -> StackToken { in __private_new() 129 /// Crates a token on the stack with a certain name for semi-sticky.
|
| /external/rust/crates/mio/src/ |
| D | waker.rs | 5 /// Waker allows cross-thread waking of [`Poll`]. 30 /// [implementation notes of `Poll`]: struct.Poll.html#implementation-notes 31 /// [eventfd]: https://man7.org/linux/man-pages/man2/eventfd.2.html 37 #[cfg_attr(feature = "os-poll", doc = "```")] 38 #[cfg_attr(not(feature = "os-poll"), doc = "```ignore")] 39 /// # fn main() -> Result<(), Box<dyn std::error::Error>> { 56 /// let handle = thread::spawn(move || { 84 pub fn new(registry: &Registry, token: Token) -> io::Result<Waker> { in new() 93 pub fn wake(&self) -> io::Result<()> { in wake()
|
| /external/rust/crates/libfuzzer-sys/libfuzzer/ |
| D | FuzzerFlags.def | 1 //===- FuzzerFlags.def - Run-time flags -------------------------*- C++ -* ===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 14 FUZZER_FLAG_INT(runs, -1, 15 "Number of individual test runs (-1 for infinite runs).") 23 FUZZER_FLAG_STRING(seed_inputs, "A comma-separated list of input files " 25 "the name of a file containing the comma-separated list.") 30 FUZZER_FLAG_INT(cross_over, 1, "If 1, cross over inputs.") 32 "uniform probability distribution when choosing inputs to cross over with. " [all …]
|
| /external/igt-gpu-tools/assembler/ |
| D | gen8_instruction.h | 130 * Three-source instructions: 203 * Thread Spawn message function control bits: 259 return insn->data[2]; in gen8_uip() 263 insn->data[2] = uip; in gen8_set_uip() 267 return insn->data[3]; in gen8_jip() 271 insn->data[3] = jip; in gen8_set_jip() 277 return insn->data[3]; in gen8_src1_imm_d() 281 return insn->data[3]; in gen8_src1_imm_ud() 287 ft.u = insn->data[3]; in gen8_src1_imm_f() 321 * Bits indexes range from 0..127; fields may not cross 32-bit boundaries. [all …]
|
| /external/tink/python/ |
| D | setup.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 46 return version_line.split(' = ')[-1].strip('\n \'"') 87 protoc_args = [protoc, '-I.', '--python_out=.', source] 103 When installing the sdist, e.g., with `pip install tink --no-binary` or 104 `python3 -m pip install -v path/to/sdist.tar.gz`, setuptools unpacks the 141 archive_prefix = 'tink-{}'.format(tagged_version) 147 'master.zip', 'tink-master') 229 bazel_clean_argv = [self.bazel_command, 'clean', '--expunge'] 230 self.spawn(bazel_clean_argv) 234 '--compilation_mode=' + ('dbg' if self.debug else 'opt') [all …]
|
| /external/llvm/lib/Fuzzer/ |
| D | FuzzerFlags.def | 1 //===- FuzzerFlags.def - Run-time flags -------------------------*- C++ -* ===// 8 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 15 FUZZER_FLAG_INT(runs, -1, 16 "Number of individual test runs (-1 for infinite runs).") 20 FUZZER_FLAG_INT(cross_over, 1, "If 1, cross over inputs.") 37 FUZZER_FLAG_INT(merge, 0, "If 1, the 2-nd, 3-rd, etc corpora will be " 38 "merged into the 1-st corpus. Only interesting units will be taken. " 41 FUZZER_FLAG_INT(use_indir_calls, 1, "Use indirect caller-callee counters") 45 FUZZER_FLAG_INT(jobs, 0, "Number of jobs to run. If jobs >= 1 we spawn" [all …]
|
| /external/rust/crates/named-lock/src/ |
| D | lib.rs | 3 //! This crate provides a simple and cross-platform implementation of named locks. 12 //! fn main() -> Result<()> { 50 // unlock must be performed. To avoid re-locking, we guard it with real mutex. 54 // re-lock it. To avoid this, we ensure that one `HANDLE` exists in each 60 /// Cross-process lock that is identified by name. 87 /// [global]: https://docs.microsoft.com/en-us/windows/win32/termserv/kernel-object-namespaces 88 …/// [`CreateMutexW`]: https://docs.microsoft.com/en-us/windows/win32/api/synchapi/nf-synchapi-crea… 89 pub fn create(name: &str) -> Result<NamedLock> { in create() 99 // Both platforms expect null-terminated strings, in create() 100 // so we block null-bytes. in create() [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/tools/sva/ |
| D | yarn.lock | 5 "@eslint-community/eslint-utils@^4.2.0": 7 …resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23… 8 …integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9… 10 eslint-visitor-keys "^3.3.0" 12 "@eslint-community/regexpp@^4.4.0": 14 …resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a… 15 …integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6F… 19 …resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.3.tgz#4910db5505f4d503f2777… 20 …integrity sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuS… 27 import-fresh "^3.2.1" [all …]
|