/external/v8/infra/testing/ |
D | builders.pyl | 14 # * shards 21 # {'name': 'v8testing', 'variant': 'extra', 'shards': 2} 43 {'name': 'v8testing', 'variant': 'default', 'shards': 4}, 45 {'name': 'test262_variants', 'variant': 'default', 'shards': 6}, 61 {'name': 'test262_variants', 'variant': 'extra', 'shards': 3}, 62 {'name': 'v8testing', 'shards': 3}, 63 {'name': 'v8testing', 'variant': 'extra', 'shards': 2}, 68 {'name': 'mjsunit', 'variant': 'slow_path', 'test_args': ['--gc-stress'], 'shards': 2}, 69 {'name': 'd8testing', 'test_args': ['--gc-stress'], 'shards': 5}, 86 {'name': 'test262_variants', 'shards': 2}, [all …]
|
D | README.md | 22 'shards': <number of shards>, 41 The optional `shards` (default 1) can be provided to increase the swarming 42 shards for long-running tests. 61 'shards': 2,
|
/external/autotest/client/site_tests/graphics_dEQP/ |
D | generate_controlfiles.py | 46 …Test('bvt', Suite.bvtcq, shards=1, hasty=False, time='FAST', tag='bvt', … 47 …Test('dEQP-GLES2-master', Suite.daily, shards=1, hasty=False, time='LENGTHY', tag='gles2-ma… 53 …Test('dEQP-GLES2.stress', Suite.daily, shards=1, hasty=False, time='LONG', tag='stress',… 54 …Test('dEQP-GLES3.accuracy', Suite.none, shards=1, hasty=False, time='FAST', tag=None, … 55 …Test('dEQP-GLES3-master', Suite.daily, shards=1, hasty=False, time='LENGTHY', tag='gles3-ma… 57 …Test('dEQP-GLES3.performance', Suite.none, shards=1, hasty=False, time='LONG', tag=None, … 59 …Test('dEQP-GLES3.stress', Suite.none, shards=1, hasty=False, time='LONG', tag=None, … 60 …Test('dEQP-GLES31-master', Suite.daily, shards=1, hasty=False, time='LENGTHY', tag='gles31-m… 62 …Test('dEQP-GLES31.stress', Suite.daily, shards=1, hasty=False, time='LONG', tag='stress',… 63 …Test('dEQP-VK-master', Suite.daily, shards=1, hasty=True, time='LENGTHY', tag='vk-maste… [all …]
|
/external/boringssl/src/util/ |
D | all_tests.go | 358 var shards []test 366 shard.shard = len(shards) 367 shards = append(shards, shard) 370 for i := range shards { 371 shards[i].numShards = len(shards) 374 return shards, nil 416 shards, err := test.getGTestShards() 421 for _, shard := range shards {
|
/external/autotest/cli/ |
D | shard.py | 40 return self.shards 54 if self.shards: 55 filters['hostname__in'] = self.shards 118 target_shard = self.shards[0] 159 self.data['hostname'] = self.shards[0]
|
/external/tensorflow/tensorflow/contrib/factorization/kernels/ |
D | wals_solver_ops.cc | 170 std::vector<Shard> shards; in Compute() local 191 shards.emplace_back(start, end); in Compute() 195 CHECK_LE(shards.size(), num_nonzero_elements); in Compute() 196 CHECK_GT(shards.size(), 0); in Compute() 213 BlockingCounter counter(shards.size()); in Compute() 284 for (size_t i = 1; i < shards.size(); ++i) { in Compute() 285 worker_threads.workers->Schedule(std::bind(work, shards[i])); in Compute() 288 work(shards[0]); in Compute()
|
/external/autotest/site_utils/ |
D | rpc_flight_recorder.py | 48 def update_shards(shards, shards_lock, period=600, stop_event=None): argument 63 current_shards = set(shards) 69 shards.remove(s) 72 shards.extend(add_shards) 86 def poll_rpc_servers(servers, servers_lock, shards=None, period=60, argument 101 all_servers = set(servers).union(shards)
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | HashingTest.java | 166 for (int shards = 1; shards <= 100000; shards++) { in checkConsistentHashCorrectness() 167 int b = Hashing.consistentHash(hashCode, shards); in checkConsistentHashCorrectness() 169 assertEquals(shards - 1, b); in checkConsistentHashCorrectness() 189 for (int shards = 2; shards <= MAX_SHARDS; shards++) { in countRemaps() 190 int chosen = Hashing.consistentHash(h, shards); in countRemaps() 192 map.incrementAndGet(shards); in countRemaps()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | record_yielder.cc | 134 std::vector<Shard> shards(N); in MainLoop() local 136 Shard* shard = &shards[i]; in MainLoop() 144 shards[i].done.WaitForNotification(); in MainLoop() 145 s.Update(shards[i].status); in MainLoop()
|
/external/turbine/javatests/com/google/turbine/lower/ |
D | LowerIntegrationTest.java | 328 int shards = Integer.parseInt(testTotalShards); in parameters() local 329 return Lists.partition(tests, (tests.size() + shards - 1) / shards).get(index); in parameters()
|
/external/autotest/server/ |
D | system_utils.py | 38 shards = config.get_config_value( 40 return [hostname.strip() for hostname in shards.split(',')]
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ExperimentalAutoShardDataset.pbtxt | 22 summary: "Creates a dataset that shards the input dataset." 24 Creates a dataset that shards the input dataset by num_workers, returning a
|
D | api_def_ShardDataset.pbtxt | 7 An integer representing the number of shards operating in parallel.
|
/external/autotest/tko/ |
D | retrieve_logs.cgi | 131 shards = system_utils.get_shards() 135 tpool_args += _get_tpool_args(shards, job_path, True, host_set)
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | IsValidUtf8TestUtil.java | 212 List<Shard> shards = new ArrayList<Shard>(numShards); 217 shards.add(new Shard(i, increment * i, increment * (i + 1), expected[i])); 219 return shards;
|
/external/tensorflow/tensorflow/contrib/distribute/python/ |
D | BUILD | 667 # shards more evenly. 686 # shards more evenly. 705 # shards more evenly. 724 # shards more evenly. 743 # shards more evenly.
|
/external/toolchain-utils/go/patch/ |
D | go2.patch | 19 shard = flag.Int("shard", 0, "shard index to run. Only applicable if -shards is non-zero.") 20 …shards = flag.Int("shards", 0, "number of shards. If 0, all tests are run. This is used by the con…
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | distribute.bzl | 26 shard_count: number of shards to split the tests across.
|
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/ |
D | DeqpTestRunnerTest.java | 1702 ArrayList<IRemoteTest> shards = (ArrayList<IRemoteTest>)runner.split(); in runShardedTest() local 1704 for (int shardIndex = 0; shardIndex < shards.size(); shardIndex++) { in runShardedTest() 1705 DeqpTestRunner shard = (DeqpTestRunner)shards.get(shardIndex); in runShardedTest() 1798 ArrayList<IRemoteTest> shards = (ArrayList<IRemoteTest>)runner.split(); in testSharding_empty() local 1800 assertNull(shards); in testSharding_empty() 2080 ArrayList<IRemoteTest> shards = (ArrayList<IRemoteTest>)deqpTest.split(); in testRuntimeHint_optionSetSharded() local 2083 ((IRuntimeHintProvider)shards.get(0)).getRuntimeHint()); in testRuntimeHint_optionSetSharded() 2086 ((IRuntimeHintProvider)shards.get(1)).getRuntimeHint()); in testRuntimeHint_optionSetSharded()
|
/external/libaom/libaom/ |
D | README.md | 452 # shards. 469 # For make and ninja builds the -j parameter controls the number of shards 470 # at test run time. This example will run the tests using 10 shards via 477 CMake. A system with 24 cores can run 24 test shards using a value of 24 with 478 the `-j` parameter. When CMake is unable to detect the number of cores 10 shards
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorReduction.h | 275 MaxSizeVector<typename Self::CoeffReturnType> shards(numblocks, reducer.initialize()); 279 &shards[i]); 292 reducer.reduce(shards[i], &finalShard);
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | README.md | 67 the build tool divided the target into multiple shards or ran the test
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/ |
D | lit.rst | 166 .. option:: --num-shards=M 169 "shards", and run only one of them. Must be used with the 178 Select which shard to run, assuming the ``--num-shards=M`` option was
|
/external/autotest/frontend/afe/ |
D | rpc_interface.py | 2108 shards = models.Shard.query_objects(filter_data) 2109 serialized_shards = rpc_utils.prepare_rows_as_nested_dicts(shards, ()) 2110 for serialized, shard in zip(serialized_shards, shards):
|
/external/autotest/ |
D | global_config.ini | 31 # Servers that should use the readonly slaves for heartbeat. Not shards. 38 # rather than drones or shards.
|