Searched refs:test_flavor2 (Results 1 - 5 of 5) 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
73 flavorMap.addFlavorForUnencodedNative(test_native, test_flavor2);
91 flavorMap.addUnencodedNativeForFlavor(test_flavor2, test_native);
96 comp3 = new Vector(flavorMap.getNativesForFlavor(test_flavor2));
143 test_flavor2 = new DataFlavor(Class.forName("java.awt.Button"), "test2");
148 test_flavors_set1 = new DataFlavor[] {test_flavor1, test_flavor2};
149 test_flavors_set2 = new DataFlavor[] {test_flavor1, test_flavor2, test_flavor3, test_flavor4};
H A DSetNativesForFlavor.java53 DataFlavor test_flavor1, test_flavor2, test_flavor3, test_flavor4; field in class:SetNativesForFlavor
73 flavorMap.setNativesForFlavor(test_flavor2, test_natives_set1);
78 comp3 = new Vector(flavorMap.getNativesForFlavor(test_flavor2));
111 comp3 = new Vector(flavorMap.getNativesForFlavor(test_flavor2));
125 flavorMap.setNativesForFlavor(test_flavor2, test_natives_set2);
130 comp3 = new Vector(flavorMap.getNativesForFlavor(test_flavor2));
152 test_flavor2 = new DataFlavor(Class.forName("java.awt.Button"), "test2");
157 test_flavors_set1 = new DataFlavor[] {test_flavor1, test_flavor2};
H A DGetFlavorsForNewNativeTest.java53 DataFlavor test_flavor1, test_flavor2; field in class:GetFlavorsForNewNativeTest
98 comp4 = new Vector(flavorMap.getNativesForFlavor(test_flavor2));
121 test_flavor2 = SystemFlavorMap.decodeDataFlavor(test_encoded);
124 test_flavors_set = new DataFlavor[] {test_flavor2};
H A DGetNativesForNewFlavorTest.java52 DataFlavor test_flavor1, test_flavor2; field in class:GetNativesForNewFlavorTest
103 test_flavor2 = SystemFlavorMap.decodeDataFlavor(test_encoded);
H A DSetFlavorsForNativeTest.java53 DataFlavor test_flavor1, test_flavor2, test_flavor3, test_flavor4; field in class:SetFlavorsForNativeTest
92 flavorMap.setNativesForFlavor(test_flavor2, test_natives_set1);
97 comp3 = new Vector(flavorMap.getNativesForFlavor(test_flavor2));
153 test_flavor2 = new DataFlavor(Class.forName("java.awt.Button"), "test2");
158 test_flavors_set1 = new DataFlavor[] {test_flavor1, test_flavor2};

Completed in 93 milliseconds