Searched refs:test_flavor3 (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/test/java/awt/datatransfer/SystemFlavorMap/
H A DAddFlavorForNativeTest.java53 DataFlavor test_flavor1, test_flavor2, test_flavor3, test_flavor4; field in class:AddFlavorForNativeTest
122 flavorMap.addFlavorForUnencodedNative(test_native, test_flavor3);
144 test_flavor3 = new DataFlavor(Class.forName("java.awt.Checkbox"), "test3");
149 test_flavors_set2 = new DataFlavor[] {test_flavor1, test_flavor2, test_flavor3, test_flavor4};
H A DSetFlavorsForNativeTest.java53 DataFlavor test_flavor1, test_flavor2, test_flavor3, test_flavor4; field in class:SetFlavorsForNativeTest
154 test_flavor3 = new DataFlavor(Class.forName("java.awt.Checkbox"), "test3");
159 test_flavors_set2 = new DataFlavor[] {test_flavor3, test_flavor4};
H A DSetNativesForFlavor.java53 DataFlavor test_flavor1, test_flavor2, test_flavor3, test_flavor4; field in class:SetNativesForFlavor
153 test_flavor3 = new DataFlavor(Class.forName("java.awt.Checkbox"), "test3");
158 test_flavors_set2 = new DataFlavor[] {test_flavor3, test_flavor4};

Completed in 40 milliseconds