Home
last modified time | relevance | path

Searched refs:shards (Results 1 – 13 of 13) sorted by relevance

/aosp12/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/zonetree/
H A DZoneOffsetPeriodTest.java163 ZoneOffsetPeriod[] shards = ZoneOffsetPeriod.splitAtTime( in testSplitAtTime() local
167 assertEquals(startInstant, shards[0].getStartInstant()); in testSplitAtTime()
168 assertEquals(partitionInstant, shards[0].getEndInstant()); in testSplitAtTime()
169 assertEquals(honoluluRawOffset, shards[0].getRawOffsetMillis()); in testSplitAtTime()
170 assertEquals(honoluluDstOffset, shards[0].getDstOffsetMillis()); in testSplitAtTime()
171 assertEquals(honoluluOldName, shards[0].getName()); in testSplitAtTime()
173 assertEquals(partitionInstant, shards[1].getStartInstant()); in testSplitAtTime()
174 assertEquals(endInstant, shards[1].getEndInstant()); in testSplitAtTime()
175 assertEquals(honoluluRawOffset, shards[1].getRawOffsetMillis()); in testSplitAtTime()
176 assertEquals(honoluluDstOffset, shards[1].getDstOffsetMillis()); in testSplitAtTime()
[all …]
/aosp12/system/bt/gd/packet/parser/
H A Dpacketgen.gni23 # shards [optional]: Shard generated source into N files.
34 forward_variables_from(invoker, [ "sources", "include", "shards", "source_root" ])
42 # Set shards cmd
46 if (defined(shards)) {
51 shards_cmd = "--num_shards=${shards}"
54 # a range (i.e. range(shards)) so we use a fixed list and foreach loop to
56 assert(shards <= 10, "Maximum supported shards is 10.")
60 if (index < shards) {
/aosp12/build/soong/java/
H A Dproto.go27 shards := android.ShardPaths(protoFiles, 100)
29 srcJarFiles := make(android.Paths, 0, len(shards))
31 for i, shard := range shards {
64 if len(shards) > 1 {
H A Dgen.go50 shards := android.ShardPaths(aidlFiles, 50)
52 srcJarFiles := make(android.Paths, 0, len(shards))
54 for i, shard := range shards {
93 if len(shards) > 1 {
H A Daapt2.go76 shards := android.ShardPaths(paths, AAPT2_SHARD_SIZE)
80 for i, shard := range shards {
H A Drobolectric.go279 shards := android.ShardStrings(r.tests, shardSize)
280 for i, shard := range shards {
288 for i := range shards {
/aosp12/build/soong/genrule/
H A Dgenrule.go195 shards int member
396 if task.shards > 0 {
651 shards := android.ShardPaths(srcFiles, shardSize)
654 for i, shard := range shards {
665 if len(shards) > 1 {
681 if len(shards) > 1 {
739 shards: len(shards),
/aosp12/packages/apps/Settings/tests/robotests/
H A DAndroid.bp97 shards: 10,
/aosp12/system/bt/gd/
H A DBUILD.gn115 shards = 10
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto16013 // Indicates how many shards the APIs are divided in - e.g. for 3 every
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...