/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… 48 …Test('dEQP-GLES2-master', Suite.bvtpb, shards=10, hasty=True, time='FAST', tag='gles2-ma… 52 …Test('dEQP-GLES2.stress', Suite.daily, shards=1, hasty=False, time='LONG', tag='stress',… 53 …Test('dEQP-GLES3.accuracy', Suite.none, shards=1, hasty=False, time='FAST', tag=None, … 54 …Test('dEQP-GLES3-master', Suite.daily, shards=1, hasty=False, time='LENGTHY', tag='gles3-ma… 55 …Test('dEQP-GLES3-master', Suite.bvtpb, shards=10, hasty=True, time='FAST', tag='gles3-ma… 56 …Test('dEQP-GLES3.performance', Suite.none, shards=1, hasty=False, time='LONG', tag=None, … 58 …Test('dEQP-GLES3.stress', Suite.none, shards=1, hasty=False, time='LONG', tag=None, … 59 …Test('dEQP-GLES31-master', Suite.daily, shards=1, hasty=False, time='LENGTHY', tag='gles31-m… [all …]
|
/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/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/skia/infra/bots/recipe_modules/swarming/ |
D | api.py | 345 def task(self, title, isolated_hash, ignore_task_failure=False, shards=1, argument 406 shards=shards, 453 '--shards', str(task.shards), 532 for index in xrange(task.shards): 658 self.test_api.canned_summary_output(task.shards) + 777 if task.shards == 1: 780 subtasks = [':%d:%d' % (task.shards, i) for i in range(task.shards)] 797 env, priority, shards, buildername, buildnumber, expiration, argument 873 self.shards = shards
|
D | test_api.py | 22 self, shards=1, failure=False, internal_failure=False): argument 54 } for i in xrange(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/boringssl/src/util/ |
D | all_tests.go | 374 var shards []test 382 shards = append(shards, shard) 385 return shards, nil 418 shards, err := test.getGTestShards() 423 for _, shard := range shards {
|
/external/autotest/server/ |
D | system_utils.py | 38 shards = config.get_config_value( 40 return [hostname.strip() for hostname in shards.split(',')]
|
/external/libvpx/libvpx/tools/ |
D | all_builds.py | 52 shards = int(options["--shards"]) 58 my_configs = filter(lambda x: x[1] % shards == shard, my_configs)
|
/external/skia/infra/bots/recipe_modules/skia_swarming/ |
D | api.py | 209 shards = summary.get('shards') 210 if shards: 211 for shard in shards:
|
/external/toolchain-utils/go/patch/ |
D | go2.patch | 14 shard = flag.Int("shard", 0, "shard index to run. Only applicable if -shards is non-zero.") 15 …shards = flag.Int("shards", 0, "number of shards. If 0, all tests are run. This is used by the con…
|
/external/autotest/tko/ |
D | retrieve_logs.cgi | 116 shards = system_utils.get_shards() 120 tpool_args += _get_tpool_args(shards, job_path, True, host_set)
|
/external/autotest/puppylab/ |
D | lab_manifest.py | 37 shards = ['board:stumpy'] variable
|
D | clusterctl | 154 if lab_manifest.shards: 155 board = lab_manifest.shards.pop()
|
/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/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/ |
D | DeqpTestRunnerTest.java | 1752 ArrayList<IRemoteTest> shards = (ArrayList<IRemoteTest>)runner.split(); in runShardedTest() local 1754 for (int shardIndex = 0; shardIndex < shards.size(); shardIndex++) { in runShardedTest() 1755 DeqpTestRunner shard = (DeqpTestRunner)shards.get(shardIndex); in runShardedTest() 1852 ArrayList<IRemoteTest> shards = (ArrayList<IRemoteTest>)runner.split(); in testSharding_empty() local 1854 assertNull(shards); in testSharding_empty() 2141 ArrayList<IRemoteTest> shards = (ArrayList<IRemoteTest>)deqpTest.split(); in testRuntimeHint_optionSetSharded() local 2144 ((IRuntimeHintProvider)shards.get(0)).getRuntimeHint()); in testRuntimeHint_optionSetSharded() 2147 ((IRuntimeHintProvider)shards.get(1)).getRuntimeHint()); in testRuntimeHint_optionSetSharded()
|
/external/skia/infra/bots/recipe_modules/swarming/examples/ |
D | full.py | 103 task.shards = 2 if platform == 'linux' else 1
|
/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/autotest/frontend/afe/ |
D | rpc_interface.py | 1993 shards = models.Shard.query_objects(filter_data) 1994 serialized_shards = rpc_utils.prepare_rows_as_nested_dicts(shards, ()) 1995 for serialized, shard in zip(serialized_shards, shards):
|
/external/googletest/googletest/docs/ |
D | V1_5_AdvancedGuide.md | 2034 1. Allocate a number of machines (shards) to run the tests. 2035 …AL_SHARDS` environment variable to the total number of shards. It must be the same for all shards. 2036 …_SHARD_INDEX` environment variable to the index of the shard. Different shards must be assigned d… 2037 …n all shards. When Google Test sees the above two environment variables, it will select a subset … 2038 1. Wait for all shards to finish, then collect and report the results. 2064 across the shards, but here's one possible scenario:
|
D | V1_7_AdvancedGuide.md | 2119 1. Allocate a number of machines (shards) to run the tests. 2120 …AL_SHARDS` environment variable to the total number of shards. It must be the same for all shards. 2121 …_SHARD_INDEX` environment variable to the index of the shard. Different shards must be assigned d… 2122 …n all shards. When Google Test sees the above two environment variables, it will select a subset … 2123 1. Wait for all shards to finish, then collect and report the results. 2149 across the shards, but here's one possible scenario:
|
D | V1_6_AdvancedGuide.md | 2116 1. Allocate a number of machines (shards) to run the tests. 2117 …AL_SHARDS` environment variable to the total number of shards. It must be the same for all shards. 2118 …_SHARD_INDEX` environment variable to the index of the shard. Different shards must be assigned d… 2119 …n all shards. When Google Test sees the above two environment variables, it will select a subset … 2120 1. Wait for all shards to finish, then collect and report the results. 2146 across the shards, but here's one possible scenario:
|
D | AdvancedGuide.md | 2120 1. Allocate a number of machines (shards) to run the tests. 2121 …AL_SHARDS` environment variable to the total number of shards. It must be the same for all shards. 2122 …_SHARD_INDEX` environment variable to the index of the shard. Different shards must be assigned d… 2123 …n all shards. When Google Test sees the above two environment variables, it will select a subset … 2124 1. Wait for all shards to finish, then collect and report the results. 2150 across the shards, but here's one possible scenario:
|
/external/autotest/ |
D | global_config.ini | 36 # rather than drones or shards.
|
/external/skia/dm/ |
D | DM.cpp | 82 DEFINE_int32(shards, 1, "We're splitting source data into this many shards.");
|