Home
last modified time | relevance | path

Searched defs:Shard (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/java/src/test/java/com/google/protobuf/
DIsValidUtf8TestUtil.java113 static class Shard { class in IsValidUtf8TestUtil
120 public Shard(long index, long start, long lim, long expected) { in Shard() method in IsValidUtf8TestUtil.Shard
/external/autotest/server/cros/ap_configurators/
Dpyauto_utils.py168 def Shard(ilist, shard_index, num_shards): function
/external/autotest/frontend/afe/
Dmodels.py150 class Shard(dbmodels.Model, model_logic.ModelExtensions): class