| /third_party/grpc/src/ruby/end2end/ |
| D | grpc_class_init_test.rb | 33 # TODO(b/266212253): re-enable the "concurrency" mode 59 # concurrency stress test type is expected to exit with a 61 if client_exit_code != 0 && stress_test_type != 'concurrency'
|
| D | grpc_class_init_client.rb | 144 when 'concurrency' 145 p "run concurrency stress: #{grpc_class}"
|
| /third_party/rust/rust/src/tools/tidy/src/ |
| D | main.rs | 29 let concurrency: NonZeroUsize = in main() localVariable 30 FromStr::from_str(&env::args().nth(4).expect("need concurrency")) in main() 31 .expect("concurrency must be a number"); in main() 54 while handles.len() >= concurrency.get() { in main() 61 VecDeque::with_capacity(concurrency.get()); in main()
|
| /third_party/typescript/tests/cases/docker/pyright/ |
| D | Dockerfile | 7 RUN npx lerna exec --stream --concurrency 1 -- npm install /typescript.tgz --exact --ignore-scripts… 9 CMD [ "lerna", "exec", "--stream", "--concurrency", "1", "--no-bail", "--", "tsc", "--noEmit" ]
|
| /third_party/grpc/src/python/grpcio_tests/tests/unit/framework/common/ |
| D | test_constants.py | 36 # The concurrency to use in tests of concurrent RPCs that will not create as 40 # The concurrency to use in tests of concurrent RPCs that will create as many
|
| /third_party/libuv/test/ |
| D | benchmark-pound.c | 271 static int pound_it(int concurrency, in pound_it() argument 290 do_setup(concurrency, arg); in pound_it() 292 r = do_connect(concurrency, make_connect, arg); in pound_it() 304 concurrency, in pound_it()
|
| /third_party/skia/experimental/wasm-skp-debugger/ |
| D | karma.conf.js | 54 // Concurrency level 56 concurrency: Infinity, property
|
| /third_party/skia/m133/modules/pathkit/ |
| D | karma.bench.conf.js | 52 // Concurrency level 54 concurrency: Infinity, property
|
| D | karma.conf.js | 53 // Concurrency level 55 concurrency: Infinity, property
|
| /third_party/skia/modules/pathkit/ |
| D | karma.bench.conf.js | 52 // Concurrency level 54 concurrency: Infinity, property
|
| D | karma.conf.js | 53 // Concurrency level 55 concurrency: Infinity, property
|
| /third_party/skia/m133/modules/canvaskit/ |
| D | karma.conf.js | 56 // Concurrency level 58 concurrency: Infinity, property
|
| /third_party/skia/modules/canvaskit/ |
| D | karma.conf.js | 55 // Concurrency level 57 concurrency: Infinity, property
|
| /third_party/rust/rust/src/doc/ |
| D | guide-tasks.md | 4 [the Rust Programming Language book](book/concurrency.html).
|
| /third_party/rust/rust/library/test/src/helpers/ |
| D | mod.rs | 4 pub mod concurrency; module
|
| /third_party/grpc/src/core/lib/iomgr/ |
| D | README.md | 5 Provides abstractions over TCP/UDP I/O, file loading, polling, and concurrency
|
| /third_party/rust/rust/src/tools/miri/src/ |
| D | lib.rs | 65 mod concurrency; module 102 pub use crate::concurrency::{
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_deferred_host_operations/ |
| D | deferred_host_operations.txt | 192 [open,refpage='vkGetDeferredOperationMaxConcurrencyKHR',desc='Query the maximum concurrency on a de… 226 concurrency is unknown and cannot be easily derived. 227 Implementations may: return values larger than the maximum concurrency
|
| D | deferred_host_operations.adoc | 211 [open,refpage='vkGetDeferredOperationMaxConcurrencyKHR',desc='Query the maximum concurrency on a de… 245 concurrency is unknown and cannot be easily derived. 246 Implementations may: return values larger than the maximum concurrency
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
| D | VK_KHR_deferred_host_operations.adoc | 73 The following example illustrates extracting concurrency from a single 87 // Query the maximum amount of concurrency and clamp to the desired maximum
|
| D | VK_KHR_deferred_host_operations.txt | 76 The following example illustrates extracting concurrency from a single 90 // Query the maximum amount of concurrency and clamp to the desired maximum
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/quantizer/ |
| D | bias_correction_strategy.h | 151 std::map<std::string, std::vector<float>> fp32_op_input_map_; // concurrency 152 std::map<std::string, std::vector<float>> fp32_op_output_ch_mean_map_; // concurrency
|
| /third_party/jinja2/.github/workflows/ |
| D | lock.yaml | 15 concurrency:
|
| /third_party/curl/docs/cmdline-opts/ |
| D | parallel-max.md | 6 Help: Maximum concurrency for parallel transfers
|
| /third_party/rust/crates/cxx/book/src/binding/ |
| D | slice.md | 165 $ echo '{"fearless":"concurrency"}' | cargo run 169 "fearless": "concurrency"
|