Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dtest-process-title.c27 static void set_title(const char* title) { in set_title() function
69 set_title("%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s"); in TEST_IMPL()
70 set_title("new title"); in TEST_IMPL()
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc205 book.set_title("My Title"); in TEST_P()
219 book.set_title("Some Book"); in TEST_P()
287 book.set_title("Some Book"); in TEST_P()
304 book.set_title("Some Book"); in TEST_P()
323 book.set_title("Some Book"); in TEST_P()
343 book.set_title("Some Book"); in TEST_P()
363 book.set_title("Some Book"); in TEST_P()
383 book.set_title("Some Book"); in TEST_P()
404 book.set_title("Some Book"); in TEST_P()
426 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()
/third_party/astc-encoder/Test/
Dastc_test_result_plot.py185 ax.set_title(title, y=0.97, backgroundcolor="white")
197 ax.set_title("%s vs. %s" % (title, tag), y=0.97, backgroundcolor="white")
/third_party/rust/crates/minimal-lexical/scripts/
Dtimings.py147 ax.set_title(title)
/third_party/pulseaudio/src/tests/
Dvolume-ui.py169 window.set_title(unicode(title))
/third_party/littlefs/scripts/
Dplotmpl.py918 ax.set_title(escape(subtitle))
967 ax.set_title(escape(xlabel),
/third_party/python/Lib/
Doptparse.py1088 def set_title(self, title): member in OptionGroup
/third_party/python/Lib/test/
Dtest_optparse.py1011 group.set_title("Bacon")