Home
last modified time | relevance | path

Searched refs:set_title (Results 1 – 21 of 21) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/
Dmain.cpp64 static LRESULT set_title(HWND w, const std::wstring& t) { in set_title() function
66 r.set_title(t); in set_title()
82 void set_title(const std::wstring& t) { in set_title() function
225 RootWindow::set_title(window, L"SET_TITLE! " + RootWindow::get_title(window)); in wWinMain()
229 r.set_title(L"SEND_CALL! " + r.get_title()); in wWinMain()
/external/webrtc/webrtc/base/
Dwindowpicker.h30 void set_title(const std::string& title) { title_ = title; } in set_title() function
46 void set_title(const std::string& title) { title_ = title; } in set_title() function
/external/selinux/gui/
DsemanagePage.py112 dlg.set_title(title)
138 self.dialog.set_title(_("Add %s" % self.description))
152 self.dialog.set_title(_("Modify %s" % self.description))
Dpolgengui.py417 dlg.set_title(title)
576 self.file_dialog.set_title(_("Select executable file to be confined."))
587 self.file_dialog.set_title(_("Select init script file to be confined."))
597 self.file_dialog.set_title(_("Select file(s) that confined application creates or writes"))
604 …self.file_dialog.set_title(_("Select directory(s) that the confined application owns and writes in…
666 self.file_dialog.set_title(_("Select directory to generate policy files in"))
/external/webrtc/talk/media/base/
Dscreencastid.h66 void set_title(const std::string& desc) { title_ = desc; } in set_title() function
99 id.set_title(it->title()); in Convert()
/external/selinux/python/sepolicy/sepolicy/
Dgui.py749 self.help_window.set_title(_("Help: Start Page"))
753 self.help_window.set_title(_("Help: Booleans Page"))
759 self.help_window.set_title(_("Help: Executable Files Page"))
762 self.help_window.set_title(_("Help: Writable Files Page"))
765 self.help_window.set_title(_("Help: Application Types Page"))
770 self.help_window.set_title(_("Help: Outbound Network Connections Page"))
773 self.help_window.set_title(_("Help: Inbound Network Connections Page"))
779 self.help_window.set_title(_("Help: Transition from application Page"))
782 self.help_window.set_title(_("Help: Transition into application Page"))
785 self.help_window.set_title(_("Help: Transition application file Page"))
[all …]
/external/fonttools/Lib/fontTools/varLib/
Dplot.py78 subplot.set_title(name)
101 axis3D.set_title(name)
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc204 book.set_title("My Title"); in TEST_P()
218 book.set_title("Some Book"); in TEST_P()
694 expected.set_title("Brainwashing"); in TEST_P()
714 expected.set_title("My Title"); in TEST_P()
739 expected.set_title("My Title"); in TEST_P()
768 expected.set_title("noname"); in TEST_P()
786 expected.set_title("noname"); in TEST_P()
802 expected.set_title("Annie"); in TEST_P()
Dprotostream_objectsource_test.cc355 book.set_title("My Book"); in TEST_P()
501 book->set_title("book title"); in TEST_P()
/external/autotest/client/site_tests/firmware_TouchMTB/
Dfirmware_window.py239 self.win.set_title(TITLE)
/external/selinux/sandbox/
Dsandbox120 dlg.set_title(_("Sandbox Message"))
/external/pdfium/fxjs/
Dcjs_document.h113 CJS_Return set_title(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
Dcjs_document.cpp833 CJS_Return Document::set_title(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_title() function in Document
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h977 bool set_title(const char* title);
Dmkvmuxer.cc1907 if (!d.set_title(title)) in add_string()
2057 bool Chapter::Display::set_title(const char* title) { in set_title() function in mkvmuxer::Chapter::Display
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h977 bool set_title(const char* title);
Dmkvmuxer.cc1907 if (!d.set_title(title)) in add_string()
2057 bool Chapter::Display::set_title(const char* title) { in set_title() function in mkvmuxer::Chapter::Display
/external/python/cpython3/Lib/
Doptparse.py1088 def set_title(self, title): member in OptionGroup
/external/python/cpython2/Lib/
Doptparse.py1101 def set_title(self, title): member in OptionGroup
/external/python/cpython3/Lib/test/
Dtest_optparse.py1010 group.set_title("Bacon")
/external/python/cpython2/Lib/test/
Dtest_optparse.py1012 group.set_title("Bacon")