Home
last modified time | relevance | path

Searched full:concurrency (Results 1 – 25 of 220) sorted by relevance

123456789

/third_party/grpc/src/ruby/end2end/
Dgrpc_class_init_test.rb33 # 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'
Dgrpc_class_init_client.rb144 when 'concurrency'
145 p "run concurrency stress: #{grpc_class}"
/third_party/rust/rust/src/tools/tidy/src/
Dmain.rs29 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/
DDockerfile7 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/
Dtest_constants.py36 # 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/
Dbenchmark-pound.c271 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/
Dkarma.conf.js54 // Concurrency level
56 concurrency: Infinity, property
/third_party/skia/m133/modules/pathkit/
Dkarma.bench.conf.js52 // Concurrency level
54 concurrency: Infinity, property
Dkarma.conf.js53 // Concurrency level
55 concurrency: Infinity, property
/third_party/skia/modules/pathkit/
Dkarma.bench.conf.js52 // Concurrency level
54 concurrency: Infinity, property
Dkarma.conf.js53 // Concurrency level
55 concurrency: Infinity, property
/third_party/skia/m133/modules/canvaskit/
Dkarma.conf.js56 // Concurrency level
58 concurrency: Infinity, property
/third_party/skia/modules/canvaskit/
Dkarma.conf.js55 // Concurrency level
57 concurrency: Infinity, property
/third_party/rust/rust/src/doc/
Dguide-tasks.md4 [the Rust Programming Language book](book/concurrency.html).
/third_party/rust/rust/library/test/src/helpers/
Dmod.rs4 pub mod concurrency; module
/third_party/grpc/src/core/lib/iomgr/
DREADME.md5 Provides abstractions over TCP/UDP I/O, file loading, polling, and concurrency
/third_party/rust/rust/src/tools/miri/src/
Dlib.rs65 mod concurrency; module
102 pub use crate::concurrency::{
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_deferred_host_operations/
Ddeferred_host_operations.txt192 [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
Ddeferred_host_operations.adoc211 [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/
DVK_KHR_deferred_host_operations.adoc73 The following example illustrates extracting concurrency from a single
87 // Query the maximum amount of concurrency and clamp to the desired maximum
DVK_KHR_deferred_host_operations.txt76 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/
Dbias_correction_strategy.h151 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/
Dlock.yaml15 concurrency:
/third_party/curl/docs/cmdline-opts/
Dparallel-max.md6 Help: Maximum concurrency for parallel transfers
/third_party/rust/crates/cxx/book/src/binding/
Dslice.md165 $ echo '{"fearless":"concurrency"}' | cargo run
169 "fearless": "concurrency"

123456789