Home
last modified time | relevance | path

Searched refs:fFrame (Results 1 – 5 of 5) sorted by relevance

/external/skia/include/views/
DSkOSWindow_wxwidgets.h38 wxFrame* getWXFrame() const { return fFrame; } in getWXFrame()
47 wxFrame* fFrame;
/external/junit/src/junit/swingui/
DTestRunner.java79 protected JFrame fFrame; field in TestRunner
235 … JOptionPane.showMessageDialog(fFrame, "Could not create Failure DetailView - using default view"); in createFailureDetailView()
532 TestSelector selector= new TestSelector(fFrame, collector); in browseTestClasses()
534 …JOptionPane.showMessageDialog(fFrame, "No Test Cases found.\nCheck that the configured \'TestColle… in browseTestClasses()
551 … JOptionPane.showMessageDialog(fFrame, "Could not create TestCollector - using default collector"); in createTestCollector()
777 fFrame= createUI(suiteName); in start()
778 fFrame.pack(); in start()
779 fFrame.setVisible(true); in start()
818 fFrame.dispose(); in terminate()
846 AboutDialog about= new AboutDialog(fFrame); in about()
/external/junit/src/junit/awtui/
DTestRunner.java53 protected Frame fFrame; field in TestRunner
80 AboutDialog about= new AboutDialog(fFrame); in about()
562 fFrame= createUI(suiteName); in start()
563 fFrame.setLocation(200, 200); in start()
564 fFrame.setVisible(true); in start()
/external/icu4c/i18n/unicode/
Dregex.h1097 REStackFrame *fFrame; // After finding a match, the last active stack frame, variable
/external/icu4c/i18n/
Drematch.cpp303 e = fFrame->fExtra[groupOffset + 1]; in end()
1036 s = fFrame->fExtra[groupOffset]; in start()
2565 fFrame = fp; // The active stack frame when the engine stopped. in MatchAt()