/aosp_15_r20/external/python/absl-py/absl/testing/tests/ |
D | absltest_sharding_test.py | 47 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 D | run_isolated_script_test.py | 73 def generate_sharding_args(self, total_shards, shard_index): argument 100 def generate_sharding_args(self, total_shards, shard_index): argument
|
H A D | gpu_integration_test_adapter.py | 27 def generate_sharding_args(self, total_shards, shard_index): argument
|
H A D | run_telemetry_as_googletest.py | 43 def generate_sharding_args(self, total_shards, shard_index): argument
|
H A D | common.py | 403 def generate_sharding_args(self, total_shards, shard_index): argument
|
/aosp_15_r20/external/googletest/googletest/test/ |
H A D | googletest-filter-unittest.py | 241 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 D | googletest-filter-unittest.py | 241 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 D | googletest-filter-unittest.py | 241 def RunWithSharding(total_shards, shard_index, command): argument 319 total_shards, argument
|
/aosp_15_r20/external/cronet/build/android/pylib/base/ |
H A D | test_exception.py | 11 def __init__(self, shard_index, total_shards): argument
|
/aosp_15_r20/external/angle/build/android/pylib/base/ |
H A D | test_exception.py | 11 def __init__(self, shard_index, total_shards): argument
|
/aosp_15_r20/external/webrtc/test/ |
H A D | test_main_lib.cc | 142 std::string total_shards = in Init() local
|
/aosp_15_r20/system/testing/gtest_extras/gtest_isolated/ |
D | Options.h | 46 uint64_t total_shards() const { return numerics_.at("gtest_total_shards"); } in total_shards() function
|
D | Isolate.cpp | 111 uint64_t total_shards = options_.total_shards(); in EnumerateTests() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | population_count_op.cc | 111 int64_t total_shards = input.size(); in operator ()() local
|
H A D | depthwise_conv_op.cc | 236 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 D | local_machine_hostside_test_run.py | 86 def _ApplyExternalSharding(tests, shard_index, total_shards): argument
|
/aosp_15_r20/external/angle/build/android/pylib/local/machine/ |
H A D | local_machine_hostside_test_run.py | 86 def _ApplyExternalSharding(tests, shard_index, total_shards): argument
|
/aosp_15_r20/external/angle/build/android/pylib/local/device/ |
H A D | local_device_test_run.py | 253 def _ApplyExternalSharding(self, tests, shard_index, total_shards): argument
|
/aosp_15_r20/external/cronet/build/android/pylib/local/device/ |
H A D | local_device_test_run.py | 256 def _ApplyExternalSharding(self, tests, shard_index, total_shards): argument
|
/aosp_15_r20/external/cronet/testing/trigger_scripts/ |
H A D | base_test_triggerer.py | 79 total_shards, argument
|
/aosp_15_r20/external/googleapis/google/genomics/v1/ |
H A D | reads.proto | 491 int32 total_shards = 7; field
|
/aosp_15_r20/external/llvm/utils/unittest/googletest/src/ |
H A D | gtest.cc | 4280 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/ |
D | gtest.cc | 5818 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 D | gtest.cc | 5975 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 D | gtest.cc | 6073 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
|