Searched refs:INSTRUCTIONS (Results 1 - 14 of 14) sorted by relevance

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DInstructionConst.java179 private static final Instruction[] INSTRUCTIONS = new Instruction[256]; field in class:InstructionConst
182 INSTRUCTIONS[Const.NOP] = NOP;
183 INSTRUCTIONS[Const.ACONST_NULL] = ACONST_NULL;
184 INSTRUCTIONS[Const.ICONST_M1] = ICONST_M1;
185 INSTRUCTIONS[Const.ICONST_0] = ICONST_0;
186 INSTRUCTIONS[Const.ICONST_1] = ICONST_1;
187 INSTRUCTIONS[Const.ICONST_2] = ICONST_2;
188 INSTRUCTIONS[Const.ICONST_3] = ICONST_3;
189 INSTRUCTIONS[Const.ICONST_4] = ICONST_4;
190 INSTRUCTIONS[Cons
[all...]
/openjdk10/jdk/test/javax/swing/text/JTextComponent/8156217/
H A DTextSelectionTest.java45 private static final String INSTRUCTIONS = "This is a manual test.\n" field in class:TextSelectionTest
72 JTextComponent textComponent = new JTextArea(INSTRUCTIONS);
/openjdk10/jdk/test/javax/swing/plaf/metal/MetalIcons/
H A DMetalHiDPIIconsTest.java49 private static final String INSTRUCTIONS = "INSTRUCTIONS:\n" field in class:MetalHiDPIIconsTest
85 instructionTextArea.setText(INSTRUCTIONS);
/openjdk10/jdk/test/java/awt/print/PrinterJob/
H A DPrintGlyphVectorTest.java116 static final String INSTRUCTIONS = field in class:PrintInstructions
126 TextArea t = new TextArea(INSTRUCTIONS, 8, 80);
/openjdk10/jdk/test/javax/swing/plaf/basic/BasicScrollPaneUI/8166591/
H A DTooMuchWheelRotationEventsTest.java54 private static final String INSTRUCTIONS = " INSTRUCTIONS:\n" field in class:TooMuchWheelRotationEventsTest
90 instructionTextArea.setText(INSTRUCTIONS);
/openjdk10/jdk/test/javax/swing/plaf/motif/8165485/
H A DMotifHiDPIIconsTest.java57 private static final String INSTRUCTIONS = "INSTRUCTIONS:\n" field in class:MotifHiDPIIconsTest
95 instructionTextArea.setText(INSTRUCTIONS);
/openjdk10/jdk/test/javax/swing/plaf/windows/8165594/
H A DWindowsClassicHiDPIIconsTest.java61 private static final String INSTRUCTIONS = "INSTRUCTIONS:\n" field in class:WindowsClassicHiDPIIconsTest
99 instructionTextArea.setText(INSTRUCTIONS);
/openjdk10/jdk/test/java/awt/Window/WindowResizingOnDPIChanging/
H A DWindowResizingOnDPIChangingTest.java69 private static final String INSTRUCTIONS = "INSTRUCTIONS:\n" field in class:WindowResizingOnDPIChangingTest
130 instructionTextArea.setText(INSTRUCTIONS);
H A DWindowResizingOnMovingToAnotherDisplay.java68 private static final String INSTRUCTIONS = "INSTRUCTIONS:\n" field in class:WindowResizingOnMovingToAnotherDisplay
129 instructionTextArea.setText(INSTRUCTIONS);
H A DWindowResizingOnSetLocationTest.java77 private static final String INSTRUCTIONS = "INSTRUCTIONS:\n" field in class:WindowResizingOnSetLocationTest
145 instructionTextArea.setText(INSTRUCTIONS);
/openjdk10/jdk/test/javax/swing/JViewport/8164032/
H A DJViewPortBackingStoreImageTest.java61 private static final String INSTRUCTIONS = "INSTRUCTIONS:\n\n" field in class:JViewPortBackingStoreImageTest
110 instructionTextArea.setText(INSTRUCTIONS);
/openjdk10/jdk/test/javax/swing/RepaintManager/8162350/
H A DRepaintManagerFPUIScaleTest.java61 private static final String INSTRUCTIONS = "INSTRUCTIONS:\n" field in class:RepaintManagerFPUIScaleTest
98 instructionTextArea.setText(INSTRUCTIONS);
/openjdk10/jdk/test/java/awt/Robot/HiDPIScreenCapture/
H A DRobotMultiDPIScreenTest.java69 private static final String INSTRUCTIONS = "INSTRUCTIONS:\n" field in class:RobotMultiDPIScreenTest
146 instructionTextArea.setText(INSTRUCTIONS);
/openjdk10/jdk/test/javax/swing/text/Caret/8163124/
H A DCaretFloatingPointAPITest.java70 private static final String INSTRUCTIONS = "INSTRUCTIONS:\n\n" field in class:CaretFloatingPointAPITest
112 instructionTextArea.setText(INSTRUCTIONS);

Completed in 101 milliseconds