Searched refs:tf2 (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/awt/im/
H A DJTextFieldTest.java42 JTextField tf2; field in class:JTextFieldTest
47 tf2 = new JTextField("12345678", 10);
50 add(tf2);
/openjdk7/jdk/test/java/awt/Focus/ClearLwQueueBreakTest/
H A DClearLwQueueBreakTest.java46 JTextField tf2 = new JTextField(" "); field in class:ClearLwQueueBreakTest
78 tf2.addKeyListener(new KeyAdapter() {
104 tf2.requestFocus();
112 tf2.requestFocus();
113 tf2.setFocusable(false);
119 f1.add(tf2);
151 if (!tf2.hasFocus()) {
/openjdk7/jdk/test/java/awt/Focus/InputVerifierTest3/
H A DInputVerifierTest3.java89 JTextField tf2 = new JTextField(10);
90 frame.getContentPane().add(tf2);
117 if (!tf2.isFocusOwner()) {
119 throw new RuntimeException("tf2 is not a focus owner");
/openjdk7/hotspot/src/share/vm/opto/
H A Dsubnode.cpp956 const TypeF *tf2 = t2->isa_float_constant(); local
957 if( !tf1 || !tf2 ) return TypeInt::CC;
960 if( tf1->is_nan() || tf2->is_nan() )
963 if( tf1->_f < tf2->_f ) return TypeInt::CC_LT;
964 if( tf1->_f > tf2->_f ) return TypeInt::CC_GT;
965 assert( tf1->_f == tf2->_f, "do not understand FP behavior" );
H A Dparse1.cpp1156 ciTypeFlow::Block* tf2 = (i < ns) ? tfs->at(i) : tfe->at(i-ns); local
1157 Block* block2 = outer->rpo_at(tf2->rpo());

Completed in 46 milliseconds