| /third_party/skia/third_party/externals/icu/source/samples/layout/ |
| H A D | cgnomelayout.c | 77 gchar *title = g_strconcat("Gnome Layout Sample - ", name, NULL); in prettyTitle() local 95 gchar *title = prettyTitle(fileName); in openOK() local 103 gtk_window_set_title(GTK_WINDOW(app), title); in openOK() local 233 gchar *title; in newSample() local
|
| H A D | clayout.c | 50 char title[MAX_PATH + 64]; in PrettyTitle() local
|
| H A D | gnomelayout.cpp | 85 gchar *title = g_strconcat("Gnome Layout Sample - ", name, NULL); in prettyTitle() local 103 gchar *title = prettyTitle(fileName); in openOK() local 111 gtk_window_set_title(GTK_WINDOW(app), title); in openOK() local 244 gchar *title = prettyTitle(fileName); in newSample() local
|
| H A D | layout.cpp | 49 char title[MAX_PATH + 64]; in PrettyTitle() local
|
| /third_party/python/Lib/tkinter/ |
| H A D | filedialog.py | 56 title = "File Selection Dialog" variable in FileDialog 237 title = "Load File Selection Dialog" variable in LoadFileDialog 251 title variable in SaveFileDialog [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| H A D | BlockFrequencyInfo.cpp | 257 ViewGraph(const_cast<BlockFrequencyInfo *>(this), title); in view() local
|
| /third_party/skia/tools/sk_app/unix/ |
| H A D | Window_unix.cpp | 369 void Window_unix::setTitle(const char* title) { in setTitle() argument
|
| /third_party/skia/tools/sk_app/win/ |
| H A D | Window_win.cpp | 339 void Window_win::setTitle(const char* title) { in setTitle() argument
|
| /third_party/skia/tools/ |
| H A D | using_skia_and_harfbuzz.cpp | 109 StringOption title = StringOption("-t", "PDF title", "---"); member
|
| /third_party/toybox/porting/liteos_a/toys/net/ |
| H A D | ifconfig.c | 106 char *title; in display_ifconfig() member
|
| /third_party/toybox/toys/net/ |
| H A D | ifconfig.c | 107 char *title; in display_ifconfig() member
|
| /third_party/pulseaudio/src/tests/ |
| H A D | volume-ui.py | 164 title = cm.to_pretty_name() variable 166 title = cm.snprint() variable
|
| /third_party/python/Objects/ |
| H A D | unicodectype.c | 34 const int title; member
|
| /third_party/skia/gm/ |
| H A D | cubicpaths.cpp | 188 const char title[] = "Cubic Drawn Into Rectangle Clips With " variable 308 const char title[] = "Cubic Closed Drawn Into Rectangle Clips With " variable
|
| H A D | strokes.cpp | 346 static void make0(SkPath* path, const SkRect& bounds, SkString* title) { in make0() argument 352 static void make1(SkPath* path, const SkRect& bounds, SkString* title) { in make1() argument 358 static void make2(SkPath* path, const SkRect& bounds, SkString* title) { in make2() argument 364 static void make3(SkPath* path, const SkRect& bounds, SkString* title) { in make3() argument 370 static void make4(SkPath* path, const SkRect& bounds, SkString* title) { in make4() argument 378 make5(SkPath* path, const SkRect& bounds, SkString* title) make5() argument [all...] |
| H A D | drawbitmaprect.cpp | 200 SkString title; variable
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
| H A D | p2p_utils.c | 341 void p2p_channels_dump(struct p2p_data *p2p, const char *title, in p2p_channels_dump() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| H A D | trace.c | 270 void wpa_trace_dump_funcname(const char *title, void *pc) in wpa_trace_dump_funcname() argument 332 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num) in wpa_trace_dump_func() argument 368 void wpa_trace_show(const char *title) in wpa_trace_show() argument
|
| H A D | wpa_debug.h | 91 static inline void wpa_hexdump_buf(int level, const char *title, in wpa_hexdump_buf() argument 113 static inline void wpa_hexdump_buf_key(int level, const char *title, in wpa_hexdump_buf_key() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
| H A D | p2p_utils.c | 359 void p2p_channels_dump(struct p2p_data *p2p, const char *title, in p2p_channels_dump() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| H A D | browser.c | 26 char *title; member 186 const char *title; in view_cb_notify_title() local 264 view_cb_hovering_over_link(WebKitWebView *view, gchar *title, gchar *uri, struct browser_context *ctx) view_cb_hovering_over_link() argument 279 view_cb_title_changed(WebKitWebView *view, WebKitWebFrame *frame, const char *title, struct browser_context *ctx) view_cb_title_changed() argument [all...] |
| H A D | trace.c | 281 void wpa_trace_dump_funcname(const char *title, void *pc) in wpa_trace_dump_funcname() argument 343 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num) in wpa_trace_dump_func() argument 379 void wpa_trace_show(const char *title) in wpa_trace_show() argument
|
| H A D | wpa_debug.h | 89 static inline void wpa_hexdump_buf(int level, const char *title, in wpa_hexdump_buf() argument 111 static inline void wpa_hexdump_buf_key(int level, const char *title, in wpa_hexdump_buf_key() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/container_modal/ |
| H A D | container_modal_element.cpp | 529 SetAppTitle(const std::string& title) SetAppTitle() argument 581 auto title = AceType::DynamicCast<RenderText>(*iterator); GetTitleRender() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
| H A D | navdestination_group_node.cpp | 151 std::string title = NavigationTitleUtil::GetTitleString(titleBarNode, GetPrevTitleIsCustomValue(false)); in ToJsonValue() local
|