Home
last modified time | relevance | path

Searched refs:set_title (Results 1 – 13 of 13) 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/cef/include/capi/views/
Dcef_window_capi.h164 void(CEF_CALLBACK* set_title)(struct _cef_window_t* self,
/third_party/rust/crates/minimal-lexical/scripts/
Dtimings.py147 ax.set_title(title)
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11window.h174 void (*set_title) (GstD3D11Window * window, member
Dgstd3d11window.cpp807 if (klass->set_title) in gst_d3d11_window_set_title()
808 klass->set_title (window, title); in gst_d3d11_window_set_title()
Dgstd3d11window_win32.cpp159 window_class->set_title = in gst_d3d11_window_win32_class_init()
/third_party/pulseaudio/src/tests/
Dvolume-ui.py169 window.set_title(unicode(title))
/third_party/cef/libcef_dll/ctocpp/views/
Dwindow_ctocpp.cc312 if (CEF_MEMBER_MISSING(_struct, set_title)) in SetTitle()
320 _struct->set_title(_struct, title.GetStruct()); in SetTitle()
/third_party/python/Lib/
Doptparse.py1088 def set_title(self, title): member in OptionGroup
/third_party/cef/libcef_dll/cpptoc/views/
Dwindow_cpptoc.cc1860 GetStruct()->set_title = window_set_title; in CefWindowCppToC()
/third_party/python/Lib/test/
Dtest_optparse.py1011 group.set_title("Bacon")