Home
last modified time | relevance | path

Searched refs:bucket (Results 1 – 6 of 6) sorted by relevance

/art/tools/luci/config/
Dluci-notify.cfg20 bucket: "ci"
24 bucket: "ci"
28 bucket: "ci"
32 bucket: "ci"
36 bucket: "ci"
40 bucket: "ci"
44 bucket: "ci"
48 bucket: "ci"
52 bucket: "ci"
56 bucket: "ci"
[all …]
Dluci-scheduler.cfg135 bucket: "luci.art.ci"
145 bucket: "luci.art.ci"
155 bucket: "luci.art.ci"
165 bucket: "luci.art.ci"
175 bucket: "luci.art.ci"
185 bucket: "luci.art.ci"
195 bucket: "luci.art.ci"
205 bucket: "luci.art.ci"
215 bucket: "luci.art.ci"
225 bucket: "luci.art.ci"
[all …]
Dluci-logdog.cfg17 # Archived LogDog logs will be written to this bucket/path.
Dcr-buildbucket.cfg7 # Please keep this list sorted by bucket name.
/art/test/099-vmdebug/src/
DMain.java151 String bucket = buckets[i]; in checkHistogram() local
152 if (bucket.length() == 0) { in checkHistogram()
156 String[] kv = bucket.split(":"); in checkHistogram()
158 System.out.println("Got bad bucket " + bucket); in checkHistogram()
164 System.out.println("Got negative key or value " + bucket); in checkHistogram()
168 System.out.println("Got decreasing key " + bucket); in checkHistogram()
/art/oatdump/
Doatdump.cc3106 for (auto& bucket : histogram) { in DumpImtStats() local
3107 std::cerr << " " << bucket.first << " " << bucket.second << std::endl; in DumpImtStats()
3108 if (bucket.first > 0) { in DumpImtStats()
3109 sum_one += bucket.second * bucket.first; in DumpImtStats()
3110 count_one += bucket.second; in DumpImtStats()