/external/python/cpython3/Lib/tkinter/ |
D | messagebox.py | 67 def _show(title=None, message=None, _icon=None, _type=None, **options): argument 81 def showinfo(title=None, message=None, **options): argument 85 def showwarning(title=None, message=None, **options): argument 89 def showerror(title=None, message=None, **options): argument 93 def askquestion(title=None, message=None, **options): argument 97 def askokcancel(title=None, message=None, **options): argument 102 def askyesno(title=None, message=None, **options): argument 107 def askyesnocancel(title=None, message=None, **options): argument 116 def askretrycancel(title=None, message=None, **options): argument
|
/external/python/cpython2/Lib/lib-tk/ |
D | tkMessageBox.py | 67 def _show(title=None, message=None, _icon=None, _type=None, **options): argument 81 def showinfo(title=None, message=None, **options): argument 85 def showwarning(title=None, message=None, **options): argument 89 def showerror(title=None, message=None, **options): argument 93 def askquestion(title=None, message=None, **options): argument 97 def askokcancel(title=None, message=None, **options): argument 102 def askyesno(title=None, message=None, **options): argument 107 def askyesnocancel(title=None, message=None, **options): argument 116 def askretrycancel(title=None, message=None, **options): argument
|
D | tkSimpleDialog.py | 37 def __init__(self, parent, title = None): argument 174 def __init__(self, title, prompt, argument 251 def askinteger(title, prompt, **kw): argument 270 def askfloat(title, prompt, **kw): argument 302 def askstring(title, prompt, **kw): argument
|
/external/webrtc/webrtc/base/ |
D | windowpicker.h | 24 WindowDescription(const WindowId& id, const std::string& title) in WindowDescription() 29 const std::string& title() const { return title_; } in title() function 30 void set_title(const std::string& title) { title_ = title; } in set_title() 40 DesktopDescription(const DesktopId& id, const std::string& title) in DesktopDescription() 45 const std::string& title() const { return title_; } in title() function 46 void set_title(const std::string& title) { title_ = title; } in set_title()
|
/external/catch2/examples/ |
D | 210-Evt-EventListeners.cpp | 37 void print( std::ostream& os, int const level, std::string const& title, Catch::SourceLineInfo cons… in print() 58 void print( std::ostream& os, int const level, std::string const& title, std::vector<Catch::Message… in print() 73 void print( std::ostream& os, int const level, std::string const& title, Catch::TestRunInfo const& … in print() 88 void print( std::ostream& os, int const level, std::string const& title, Catch::Counts const& info … in print() 103 void print( std::ostream& os, int const level, std::string const& title, Catch::Totals const& info … in print() 115 void print( std::ostream& os, int const level, std::string const& title, Catch::TestRunStats const&… in print() 149 void print( std::ostream& os, int const level, std::string const& title, Catch::TestCaseInfo const&… in print() 173 void print( std::ostream& os, int const level, std::string const& title, Catch::TestCaseStats const… in print() 188 void print( std::ostream& os, int const level, std::string const& title, Catch::SectionInfo const& … in print() 201 void print( std::ostream& os, int const level, std::string const& title, Catch::SectionStats const&… in print() [all …]
|
/external/testng/src/test/java/test/ |
D | BaseDistributedTest.java | 12 protected void verifyTests(String title, String[] exp, Map found) { in verifyTests() 19 "Verification for " + title + " tests failed:"); in verifyTests() local 29 "Expected to find method " + name + " in " + title in verifyTests() local 34 protected void dumpMap(String title, Map<?, ?> m) { in dumpMap()
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/ |
D | Segment.java | 23 private String title; field in Segment 27 public Segment(String title, Number value) { in Segment() 37 public void setTitle(String title) { in setTitle()
|
/external/python/cpython3/Lib/distutils/command/ |
D | bdist_msi.py | 35 def title(self, title): member in PyDialog 42 def back(self, title, next, name = "Back", active = 1): argument 53 def cancel(self, title, next, name = "Cancel", active = 1): argument 64 def next(self, title, next, name = "Next", active = 1): argument 75 def xbutton(self, name, title, next, xpos): argument
|
/external/python/cpython2/Lib/distutils/command/ |
D | bdist_msi.py | 36 def title(self, title): argument 43 def back(self, title, next, name = "Back", active = 1): argument 54 def cancel(self, title, next, name = "Cancel", active = 1): argument 65 def next(self, title, next, name = "Next", active = 1): argument 76 def xbutton(self, name, title, next, xpos): argument
|
/external/proguard/src/proguard/gui/ |
D | MessageDialogRunnable.java | 36 private final String title; field in MessageDialogRunnable 46 String title, in showMessageDialog() 69 String title, in MessageDialogRunnable()
|
/external/pdfium/fpdfsdk/ |
D | fpdfdoc_unittest.cpp | 97 std::unique_ptr<unsigned short, pdfium::FreeDeleter> title = in TEST_F() local 107 std::unique_ptr<unsigned short, pdfium::FreeDeleter> title = in TEST_F() local 141 std::unique_ptr<unsigned short, pdfium::FreeDeleter> title = in TEST_F() local 184 std::unique_ptr<unsigned short, pdfium::FreeDeleter> title = in TEST_F() local 225 std::unique_ptr<unsigned short, pdfium::FreeDeleter> title = in TEST_F() local
|
/external/python/cpython2/Lib/idlelib/ |
D | textView.py | 12 def __init__(self, parent, title, text, modal=True, _htest=False): argument 71 def view_text(parent, title, text, modal=True): argument 74 def view_file(parent, title, filename, encoding=None, modal=True): argument
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | SimpleXYSeries.java | 55 private volatile String title = null; field in SimpleXYSeries 59 public SimpleXYSeries(String title) { in SimpleXYSeries() 72 public SimpleXYSeries(List<? extends Number> model, ArrayFormat format, String title) { in SimpleXYSeries() 77 … public SimpleXYSeries(List<? extends Number> xVals, List<? extends Number> yVals, String title) { in SimpleXYSeries() 262 public void setTitle(String title) { in setTitle()
|
/external/autotest/client/common_lib/cros/ |
D | webrtc_utils.py | 20 def generate_test_html(title, *scripts): argument 47 def create_temp_html_file(title, tmpdir, *scripts): argument
|
/external/wpa_supplicant_8/src/utils/ |
D | trace.h | 28 #define wpa_trace_dump(title, ptr) \ argument 49 #define wpa_trace_dump(title, ptr) do { } while (0) argument 51 #define wpa_trace_show(title) do { } while (0) argument 65 #define wpa_trace_dump_funcname(title, pc) do { } while (0) argument
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue55/ |
D | Post.java | 19 private String title; field in Post 30 public Post(String title, String text) { in Post()
|
/external/libbackup/src/com/google/android/libraries/backup/ |
D | PreferenceBackupUtil.java | 44 String title = getRingtoneTitleFromUri(context, uri); in encodeRingtonePreference() local 55 static String getRingtoneUriFromTitle(Context context, @Nullable String title, int ringtoneType) { in getRingtoneUriFromTitle() 90 String title = preferences.getString(srcRingtoneTitlePrefKey, null); in decodeRingtonePreference() local
|
/external/conscrypt/benchmark-graphs/src/main/resources/json/templates/ |
D | SslEngineBenchmark.json | 68 "title": "messages/sec" string 70 "title": "SslEngineBenchmark.sendMessage", string 73 "title": "size of message", string
|
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/test/ |
D | LoggingUtil.java | 70 String title = getClassName(testCase) + "." + testCase.getName(); in getTestCaseLogger() local 82 String title = "SUITE " + getClassName(testCase); in getTestSuiteLogger() local 90 private LoggingUtil(String title, String separator) { in LoggingUtil()
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/test/ |
D | LoggingUtil.java | 70 String title = getClassName(testCase) + "." + testCase.getName(); in getTestCaseLogger() local 82 String title = "SUITE " + getClassName(testCase); in getTestSuiteLogger() local 90 private LoggingUtil(String title, String separator) { in LoggingUtil()
|
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/test/ |
D | LoggingUtil.java | 70 String title = getClassName(testCase) + "." + testCase.getName(); in getTestCaseLogger() local 82 String title = "SUITE " + getClassName(testCase); in getTestSuiteLogger() local 90 private LoggingUtil(String title, String separator) { in LoggingUtil()
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/test/ |
D | LoggingUtil.java | 70 String title = getClassName(testCase) + "." + testCase.getName(); in getTestCaseLogger() local 82 String title = "SUITE " + getClassName(testCase); in getTestSuiteLogger() local 90 private LoggingUtil(String title, String separator) { in LoggingUtil()
|
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/test/ |
D | LoggingUtil.java | 70 String title = getClassName(testCase) + "." + testCase.getName(); in getTestCaseLogger() local 82 String title = "SUITE " + getClassName(testCase); in getTestSuiteLogger() local 90 private LoggingUtil(String title, String separator) { in LoggingUtil()
|
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/test/ |
D | LoggingUtil.java | 70 String title = getClassName(testCase) + "." + testCase.getName(); in getTestCaseLogger() local 82 String title = "SUITE " + getClassName(testCase); in getTestSuiteLogger() local 90 private LoggingUtil(String title, String separator) { in LoggingUtil()
|
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/test/ |
D | LoggingUtil.java | 70 String title = getClassName(testCase) + "." + testCase.getName(); in getTestCaseLogger() local 82 String title = "SUITE " + getClassName(testCase); in getTestSuiteLogger() local 90 private LoggingUtil(String title, String separator) { in LoggingUtil()
|