Home
last modified time | relevance | path

Searched defs:total_shards (Results 1 – 25 of 35) sorted by relevance

12

/aosp_15_r20/external/python/absl-py/absl/testing/tests/
Dabsltest_sharding_test.py47 total_shards, argument
95 def _assert_sharding_correctness(self, total_shards): argument
178 self, total_shards, shard_index, override_expected_exit_code argument
/aosp_15_r20/external/cronet/testing/scripts/
H A Drun_isolated_script_test.py73 def generate_sharding_args(self, total_shards, shard_index): argument
100 def generate_sharding_args(self, total_shards, shard_index): argument
H A Dgpu_integration_test_adapter.py27 def generate_sharding_args(self, total_shards, shard_index): argument
H A Drun_telemetry_as_googletest.py43 def generate_sharding_args(self, total_shards, shard_index): argument
H A Dcommon.py403 def generate_sharding_args(self, total_shards, shard_index): argument
/aosp_15_r20/external/googletest/googletest/test/
H A Dgoogletest-filter-unittest.py241 def RunWithSharding(total_shards, shard_index, command): argument
319 total_shards, argument
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/
H A Dgoogletest-filter-unittest.py241 def RunWithSharding(total_shards, shard_index, command): argument
319 total_shards, argument
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/
H A Dgoogletest-filter-unittest.py241 def RunWithSharding(total_shards, shard_index, command): argument
319 total_shards, argument
/aosp_15_r20/external/cronet/build/android/pylib/base/
H A Dtest_exception.py11 def __init__(self, shard_index, total_shards): argument
/aosp_15_r20/external/angle/build/android/pylib/base/
H A Dtest_exception.py11 def __init__(self, shard_index, total_shards): argument
/aosp_15_r20/external/webrtc/test/
H A Dtest_main_lib.cc142 std::string total_shards = in Init() local
/aosp_15_r20/system/testing/gtest_extras/gtest_isolated/
DOptions.h46 uint64_t total_shards() const { return numerics_.at("gtest_total_shards"); } in total_shards() function
DIsolate.cpp111 uint64_t total_shards = options_.total_shards(); in EnumerateTests() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dpopulation_count_op.cc111 int64_t total_shards = input.size(); in operator ()() local
H A Ddepthwise_conv_op.cc236 const int64_t total_shards = args.batch * args.out_rows; in operator ()() local
/aosp_15_r20/external/cronet/build/android/pylib/local/machine/
H A Dlocal_machine_hostside_test_run.py86 def _ApplyExternalSharding(tests, shard_index, total_shards): argument
/aosp_15_r20/external/angle/build/android/pylib/local/machine/
H A Dlocal_machine_hostside_test_run.py86 def _ApplyExternalSharding(tests, shard_index, total_shards): argument
/aosp_15_r20/external/angle/build/android/pylib/local/device/
H A Dlocal_device_test_run.py253 def _ApplyExternalSharding(self, tests, shard_index, total_shards): argument
/aosp_15_r20/external/cronet/build/android/pylib/local/device/
H A Dlocal_device_test_run.py256 def _ApplyExternalSharding(self, tests, shard_index, total_shards): argument
/aosp_15_r20/external/cronet/testing/trigger_scripts/
H A Dbase_test_triggerer.py79 total_shards, argument
/aosp_15_r20/external/googleapis/google/genomics/v1/
H A Dreads.proto491 int32 total_shards = 7; field
/aosp_15_r20/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc4280 const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); in ShouldShard() local
4336 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard()
4348 const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? in FilterTests() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest.cc5818 const int32_t total_shards = Int32FromEnvOrDie(total_shards_env, -1); in ShouldShard() local
5874 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard()
5886 const int32_t total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? in FilterTests() local
/aosp_15_r20/external/libaom/third_party/googletest/src/googletest/src/
H A Dgtest.cc5975 const int32_t total_shards = Int32FromEnvOrDie(total_shards_env, -1); in ShouldShard() local
6031 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard()
6043 const int32_t total_shards = shard_tests == HONOR_SHARDING_PROTOCOL in FilterTests() local
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/src/
H A Dgtest.cc6073 const int32_t total_shards = Int32FromEnvOrDie(total_shards_env, -1); in ShouldShard() local
6129 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard()
6141 const int32_t total_shards = shard_tests == HONOR_SHARDING_PROTOCOL in FilterTests() local

12