Home
last modified time | relevance | path

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

12

/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/rtc_tools/network_tester/
Dparse_packet_log.py58 plot.set_title("SendTime difference [us]")
92 plot.set_title("Receive birate [bps]")
123 plot.set_title("Lost packets [0/1]")
/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/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc202 book.set_title("My Title"); in TEST_P()
216 book.set_title("Some Book"); in TEST_P()
283 book.set_title("Some Book"); in TEST_P()
300 book.set_title("Some Book"); in TEST_P()
319 book.set_title("Some Book"); in TEST_P()
339 book.set_title("Some Book"); in TEST_P()
359 book.set_title("Some Book"); in TEST_P()
379 book.set_title("Some Book"); in TEST_P()
400 book.set_title("Some Book"); in TEST_P()
422 book.set_title("Some Book"); in TEST_P()
[all …]
Dprotostream_objectsource_test.cc370 book.set_title("My Book"); in TEST_P()
580 book->set_title("book title"); in TEST_P()
/external/webrtc/modules/audio_coding/audio_network_adaptor/
Dparse_ana_dump.py136 plot.set_title(key + " (metric)")
141 plot.set_title(key + " (decision)")
/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.py76 subplot.set_title(name)
99 axis3D.set_title(name)
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dplot_base.cc277 chart->set_title(title_); in ExportProtobuf()
/external/llvm-project/libc/benchmarks/
Drender.py3155 axes.set_title(get_title(get_host(jsons)))
/external/selinux/sandbox/
Dsandbox120 dlg.set_title(_("Sandbox Message"))
/external/pdfium/fxjs/
Dcjs_document.h207 CJS_Result set_title(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
/external/wayland/tests/data/
Dexample-server.h2537 void (*set_title)(struct wl_client *client, member
/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/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/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/tensorflow/tensorflow/python/ops/numpy_ops/g3doc/
DTensorFlow_Numpy_Distributed_Image_Classification.ipynb157 " ax.set_title(\"Label: %d\" % int(tnp.argmax(labels[i])))"
/external/python/cpython2/Lib/
Doptparse.py1101 def set_title(self, title): member in OptionGroup
/external/python/cpython3/Lib/
Doptparse.py1088 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")

12