HomeSort by relevance Sort by last modified time
    Searched refs:NUM_SHARDS (Results 1 - 3 of 3) 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 558 NUM_SHARDS := 10
560 $(foreach s,$(SHARDS),$(eval $(call test_shard_template,$(s),$(NUM_SHARDS))))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
libs.mk 510 NUM_SHARDS := 10
512 $(foreach s,$(SHARDS),$(eval $(call test_shard_template,$(s),$(NUM_SHARDS))))

Completed in 305 milliseconds