Home
last modified time | relevance | path

Searched refs:shards (Results 1 – 25 of 42) sorted by relevance

12

/external/v8/infra/testing/
Dbuilders.pyl14 # * shards
21 # {'name': 'v8testing', 'variant': 'extra', 'shards': 2}
43 {'name': 'v8testing', 'variant': 'default', 'shards': 4},
44 {'name': 'v8testing', 'variant': 'trusted', 'shards': 4},
46 {'name': 'test262', 'variant': 'default', 'shards': 9},
80 {'name': 'test262', 'variant': 'default', 'shards': 2},
81 {'name': 'test262', 'variant': 'extra', 'shards': 3},
82 {'name': 'v8testing', 'shards': 3},
83 {'name': 'v8testing', 'variant': 'extra', 'shards': 2},
100 'shards': 2
[all …]
DREADME.md22 '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/
Dgenerate_controlfiles.py44 …Test('bvt', Suite.daily, shards=1, hasty=False, time='FAST', tag='bvt', …
45 …Test('dEQP-GLES2-master', Suite.daily, shards=1, hasty=False, time='LENGTHY', tag='gles2-ma…
51 …Test('dEQP-GLES3.accuracy', Suite.none, shards=1, hasty=False, time='FAST', tag=None, …
52 …Test('dEQP-GLES3-master', Suite.daily, shards=1, hasty=False, time='LENGTHY', tag='gles3-ma…
54 …Test('dEQP-GLES3.performance', Suite.none, shards=1, hasty=False, time='LONG', tag=None, …
56 …Test('dEQP-GLES31-master', Suite.daily, shards=1, hasty=False, time='LENGTHY', tag='gles31-m…
58 …Test('dEQP-VK-master', Suite.daily, shards=1, hasty=True, time='LENGTHY', tag='vk-maste…
120 if test.shards > 1:
139 for shard in xrange(0, test.shards):
150 shards=test.shards,
/external/boringssl/src/util/
Dall_tests.go384 var shards []test
392 shard.shard = len(shards)
393 shards = append(shards, shard)
396 for i := range shards {
397 shards[i].numShards = len(shards)
400 return shards, nil
442 shards, err := test.getGTestShards()
447 for _, shard := range shards {
/external/autotest/site_utils/
Drpc_flight_recorder.py49 def update_shards(shards, shards_lock, period=600, stop_event=None): argument
64 current_shards = set(shards)
70 shards.remove(s)
73 shards.extend(add_shards)
87 def poll_rpc_servers(servers, servers_lock, shards=None, period=60, argument
102 all_servers = set(servers).union(shards)
/external/libtextclassifier/native/utils/grammar/
Drules-utils.cc42 std::vector<const grammar::RulesSet_::Rules*> shards; in SelectLocaleMatchingShards() local
44 return shards; in SelectLocaleMatchingShards()
51 shards.push_back(rules->rules()->Get(i)); in SelectLocaleMatchingShards()
54 return shards; in SelectLocaleMatchingShards()
/external/tensorflow/tensorflow/core/kernels/
Drecord_yielder.cc134 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/
DLowerIntegrationTest.java328 int shards = Integer.parseInt(testTotalShards); in parameters() local
329 return Lists.partition(tests, (tests.size() + shards - 1) / shards).get(index); in parameters()
/external/guava/guava-tests/test/com/google/common/hash/
DHashingTest.java177 for (int shards = 1; shards <= 100000; shards++) { in checkConsistentHashCorrectness()
178 int b = Hashing.consistentHash(hashCode, shards); in checkConsistentHashCorrectness()
180 assertEquals(shards - 1, b); in checkConsistentHashCorrectness()
200 for (int shards = 2; shards <= MAX_SHARDS; shards++) { in countRemaps()
201 int chosen = Hashing.consistentHash(h, shards); in countRemaps()
203 map.incrementAndGet(shards); in countRemaps()
/external/guava/android/guava-tests/test/com/google/common/hash/
DHashingTest.java177 for (int shards = 1; shards <= 100000; shards++) { in checkConsistentHashCorrectness()
178 int b = Hashing.consistentHash(hashCode, shards); in checkConsistentHashCorrectness()
180 assertEquals(shards - 1, b); in checkConsistentHashCorrectness()
200 for (int shards = 2; shards <= MAX_SHARDS; shards++) { in countRemaps()
201 int chosen = Hashing.consistentHash(h, shards); in countRemaps()
203 map.incrementAndGet(shards); in countRemaps()
/external/autotest/server/
Dsystem_utils.py35 shards = config.get_config_value(
37 return [hostname.strip() for hostname in shards.split(',')]
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ExperimentalAutoShardDataset.pbtxt22 summary: "Creates a dataset that shards the input dataset."
24 Creates a dataset that shards the input dataset by num_workers, returning a
Dapi_def_AutoShardDataset.pbtxt22 summary: "Creates a dataset that shards the input dataset."
24 Creates a dataset that shards the input dataset by num_workers, returning a
Dapi_def_ShardDataset.pbtxt7 An integer representing the number of shards operating in parallel.
/external/angle/scripts/
Dtrigger.py101 for i in range(args.shards):
105 'GTEST_TOTAL_SHARDS=%d' % args.shards,
/external/autotest/tko/
Dretrieve_logs.cgi131 shards = system_utils.get_shards()
135 tpool_args += _get_tpool_args(shards, job_path, True, host_set)
/external/toolchain-utils/go/patch/go-1.10.3/
Dgo2.patch14 shard = flag.Int("shard", 0, "shard index to run. Only applicable if -shards is non-zero.")
15shards = flag.Int("shards", 0, "number of shards. If 0, all tests are run. This is used by the con…
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DIsValidUtf8TestUtil.java220 List<Shard> shards = new ArrayList<Shard>(numShards);
225 shards.add(new Shard(i, increment * i, increment * (i + 1), expected[i]));
227 return shards;
/external/toolchain-utils/go/patch/go-1.11.2/
Dgo2.patch13 shard = flag.Int("shard", 0, "shard index to run. Only applicable if -shards is non-zero.")
14shards = flag.Int("shards", 0, "number of shards. If 0, all tests are run. This is used by the con…
/external/toolchain-utils/go/patch/go-1.10.2/
Dgo2.patch19 shard = flag.Int("shard", 0, "shard index to run. Only applicable if -shards is non-zero.")
20shards = 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/
Ddistribute.bzl33 shard_count: number of shards to split the tests across.
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java1702 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/tensorflow/tensorflow/python/keras/distribute/
DBUILD180 # shards more evenly.
236 # shards more evenly.
/external/angle/src/tests/test_utils/runner/
DREADME.md6 * splitting a test set into shards
/external/libtextclassifier/native/utils/grammar/utils/
Dir.h185 const std::vector<RulesShard>& shards() const { return shards_; } in shards() function

12