Home
last modified time | relevance | path

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

/art/test/922-properties/src/art/
DTest922.java35 Set<String> allProperties = getAllProperties(); in doTest() local
38 retained.retainAll(allProperties); in doTest()
45 Set<String> nonRecommended = new TreeSet<String>(allProperties); in doTest()
54 String key = generate(allProperties); in doTest()
58 String key2 = generateUnique(allProperties); in doTest()