HomeSort by relevance Sort by last modified time
    Searched defs:fFailureList (Results 1 - 6 of 6) sorted by null

  /external/junit/src/junit/swingui/
FailureRunView.java 27 JList fFailureList;
73 fFailureList= new JList(fRunContext.getFailures());
74 fFailureList.setFont(new Font("Dialog", Font.PLAIN, 12));
76 fFailureList.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
77 fFailureList.setCellRenderer(new FailureListCellRenderer());
78 fFailureList.setVisibleRowCount(5);
80 fFailureList.addListSelectionListener(
90 int index= fFailureList.getSelectedIndex();
94 ListModel model= fFailureList.getModel();
104 JScrollPane scrollPane= new JScrollPane(fFailureList, ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS, ScrollPaneConstants.HORIZONTAL_SCROLLBAR_ALWAYS)
    [all...]
  /external/junit/src/junit/awtui/
TestRunner.java 63 protected List fFailureList;
129 fFailureList.add(kind);
132 if (fFailureList.getItemCount() == 1) {
133 fFailureList.select(0);
254 fFailureList= new List(5);
255 fFailureList.addItemListener(
311 addGrid(panel, fFailureList, 0, 6, 2, GridBagConstraints.BOTH, 1.0, GridBagConstraints.WEST);
396 return fFailureList.getSelectedIndex() != -1;
423 int index= fFailureList.getSelectedIndex();
463 fFailureList.removeAll()
    [all...]
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 13 milliseconds