Home
last modified time | relevance | path

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

/libcore/tools/non-cts-json-generator/src/libcore/tools/generator/noncts/
DMain.java229 private final TreeMap<NonCtsCluster.Key, NonCtsCluster> clusterMap;
231 private ExpectationWriter(TreeMap<NonCtsCluster.Key, NonCtsCluster> clusterMap) { in ExpectationWriter()
237 TreeMap<NonCtsCluster.Key, NonCtsCluster> clusterMap = new TreeMap<>(); in from()
239 NonCtsCluster.Key key = new NonCtsCluster.Key(entry); in from()
242 cluster = new NonCtsCluster(k); in from()
249 NonCtsCluster.Key key = new NonCtsCluster.Key(entry.getValue()); in from()
253 cluster = new NonCtsCluster(k); in from()
269 for (NonCtsCluster cluster : clusterMap.values()) { in write()
304 public static final class NonCtsCluster { class in Main
326 public NonCtsCluster(Key key) { in NonCtsCluster() method in Main.NonCtsCluster
[all …]