/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/python/cpython3/Lib/tkinter/ |
D | messagebox.py | 71 def _show(title=None, message=None, _icon=None, _type=None, **options): argument 86 def showinfo(title=None, message=None, **options): argument 91 def showwarning(title=None, message=None, **options): argument 96 def showerror(title=None, message=None, **options): argument 101 def askquestion(title=None, message=None, **options): argument 106 def askokcancel(title=None, message=None, **options): argument 112 def askyesno(title=None, message=None, **options): argument 118 def askyesnocancel(title=None, message=None, **options): argument 128 def askretrycancel(title=None, message=None, **options): argument
|
/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/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/ |
D | MediaMetadata.java | 27 @Nullable private String title; field in MediaMetadata.Builder 30 public Builder setTitle(@Nullable String title) { in setTitle() 42 @Nullable public final String title; field in MediaMetadata 44 private MediaMetadata(@Nullable String title) { in MediaMetadata()
|
/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/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/python/cpython3/Lib/distutils/command/ |
D | bdist_msi.py | 37 def title(self, title): member in PyDialog 44 def back(self, title, next, name = "Back", active = 1): argument 55 def cancel(self, title, next, name = "Cancel", active = 1): argument 66 def next(self, title, next, name = "Next", active = 1): argument 77 def xbutton(self, name, title, next, xpos): argument
|
/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/pdfium/fpdfsdk/ |
D | fpdf_doc_unittest.cpp | 81 ScopedFPDFWideString title = GetFPDFWideString(L""); in TEST_F() local 90 ScopedFPDFWideString title = GetFPDFWideString(L""); in TEST_F() local 123 ScopedFPDFWideString title = GetFPDFWideString(L"Chapter 3"); in TEST_F() local 167 ScopedFPDFWideString title = GetFPDFWideString(L"Chapter 3"); in TEST_F() local 208 ScopedFPDFWideString title = GetFPDFWideString(L"Chapter 8"); in TEST_F() local
|
/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/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/llvm-project/mlir/lib/Transforms/ |
D | ViewRegionGraph.cpp | 48 const Twine &title, llvm::GraphProgram::Name program) { in viewGraph() 53 const Twine &title) { in writeGraph() 74 std::string title; member 80 const Twine &title) { in createPrintCFGGraphPass()
|
/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
|
D | aboutDialog.py | 13 def __init__(self, parent, title, _htest=False): argument 134 def display_printer_text(self, title, printer): argument 139 def display_file_text(self, title, filename, encoding=None): 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/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
D | DumpAST.cpp | 44 std::string title() const override { in title() function in clang::clangd::__anon0907ff730111::DumpAST 93 std::string title() const override { return "Show selection tree"; } in title() function in clang::clangd::__anon0907ff730111::ShowSelectionTree 119 std::string title() const override { return "Dump symbol under the cursor"; } in title() function in clang::clangd::__anon0907ff730111::DumpSymbol 151 std::string title() const override { in title() function in clang::clangd::__anon0907ff730111::DumpRecordLayout
|
/external/perfetto/infra/perfetto.dev/src/ |
D | markdown_render.js | 29 let title = ''; variable 86 function renderLink(originalLinkFn, href, title, text) { argument 127 function renderImage(originalImgFn, href, title, text) { argument 201 title: title ? `${title} - Perfetto Tracing Docs` : fallbackTitle, property
|
/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/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/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.5/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.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.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/branches/1.x_Branch/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()
|