HomeSort by relevance Sort by last modified time
    Searched refs:NUM_SHARDS (Results 1 - 2 of 2) sorted by null

  /external/autotest/puppylab/
clusterctl 57 NUM_SHARDS = 1
117 def _register_shards(self, num_shards):
118 """Register num_shards worth of shard info.
135 @param num_shards: The number of shards we wish to add to the cluster.
141 for num in range(1, num_shards+1):
166 num_shards=1):
172 @param num_shards: The number of shards in the cluster. Each shard
177 self._register_shards(num_shards)
278 def bringup_cluster(admin_repo, num_shards=NUM_SHARDS, start_safe=False)
    [all...]
  /external/libvpx/libvpx/
libs.mk 544 NUM_SHARDS := 10
546 $(foreach s,$(SHARDS),$(eval $(call test_shard_template,$(s),$(NUM_SHARDS))))

Completed in 160 milliseconds