Home
last modified time | relevance | path

Searched refs:errorDialog (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/
DDetectingViewer.java125 private void errorDialog(String title, String msg) in errorDialog() method in DetectingViewer
137 errorDialog("Error Opening File", e.getMessage()); in openFile()
158 errorDialog("Error Opening URL", e.getMessage()); in openURL()
298 errorDialog("Match Error", "No matches!"); in show()
341 errorDialog("IO Error", e.getMessage()); in show()
343 errorDialog("Internal Error", e.getMessage()); in show()
/third_party/python/Tools/unittestgui/
Dunittestgui.py67 def errorDialog(self, title, message): member in BaseGUITestRunner
79 self.errorDialog("Test Discovery", "You discover some tests first!")
110 self.errorDialog("Unable to run test '%s'" % directory,
359 def errorDialog(self, title, message): member in TkTestRunner