Home
last modified time | relevance | path

Searched defs:shard (Results 1 – 10 of 10) sorted by relevance

/external/autotest/client/site_tests/graphics_dEQP/
Dgenerate_controlfiles.py93 def get_controlfilename(test, shard=0): argument
122 def get_name(test, shard): argument
132 def get_testname(test, shard=0): argument
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cc163 uptr shard; // started from 1. member
170 uptr shard = (uptr)arg; in OnJoined() local
174 uptr shard = (uptr)arg; in OnStarted() local
178 uptr shard = (uptr)arg; in OnCreated() local
Dsanitizer_allocator_test.cc824 size_t shard; member
/external/autotest/cli/
Dshard.py20 class shard(topic_common.atest): class
/external/autotest/frontend/afe/
Drpc_utils.py1085 def find_records_for_shard(shard, known_job_ids, known_host_ids): argument
1107 def _persist_records_with_type_sent_from_shard( argument
1142 def persist_records_sent_from_shard(shard, jobs, hqes): argument
Dmodels.py475 shard = dbmodels.ForeignKey(Shard, blank=True, null=True) variable in Host
508 def assign_to_shard(cls, shard, known_ids): argument
1323 def sanity_check_update_from_shard(self, shard, updated_serialized): argument
1398 shard = dbmodels.ForeignKey(Shard, blank=True, null=True) variable in Job
1527 def assign_to_shard(cls, shard, known_ids): argument
1756 def sanity_check_update_from_shard(self, shard, updated_serialized, argument
Dmodel_logic.py1140 def sanity_check_update_from_shard(self, shard, updated_serialized, argument
/external/autotest/scheduler/shard/
Dshard_client.py185 def shard(self): member in ShardClient
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java1802 DeqpTestRunner shard = (DeqpTestRunner)shards.get(shardIndex); in runShardedTest() local
1885 ArrayList<TestIdentifier> shard = new ArrayList<>(); in testSharding_twoShards() local
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/static/
Dstatus.js656 $.each(detail.shards, function(index, shard) { argument