/third_party/rust/crates/regex/bench/src/ |
D | misc.rs | 109 fn get_text(corpus: &str, suffix: String) -> String { in get_text() function 125 bench_match!(easy0_32, easy0!(), get_text(TXT_32, easy0_suffix())); 126 bench_match!(easy0_1K, easy0!(), get_text(TXT_1K, easy0_suffix())); 127 bench_match!(easy0_32K, easy0!(), get_text(TXT_32K, easy0_suffix())); 128 bench_match!(easy0_1MB, easy0!(), get_text(TXT_1MB, easy0_suffix())); 140 bench_match!(easy1_32, easy1!(), get_text(TXT_32, easy1_suffix())); 141 bench_match!(easy1_1K, easy1!(), get_text(TXT_1K, easy1_suffix())); 142 bench_match!(easy1_32K, easy1!(), get_text(TXT_32K, easy1_suffix())); 143 bench_match!(easy1_1MB, easy1!(), get_text(TXT_1MB, easy1_suffix())); 155 bench_match!(medium_32, medium!(), get_text(TXT_32, medium_suffix())); [all …]
|
/third_party/openh264/docs/ |
D | doxygen2rst.py | 301 def get_text(self, node): member in DoxyGen2RST 391 rows.append((declname, decltype, self.get_text(paramdesc))) 404 retstr += self.get_text(detail_node) 413 desc = self.get_text(enumvalue.find("briefdescription")) 414 desc += self.get_text(enumvalue.find("detaileddescription")) 428 retstr += self.get_text(detail_node) + LINE_BREAKER 435 desc = self.get_text(member.find("briefdescription")) 436 desc += self.get_text(member.find("detaileddescription")) 437 desc += self.get_text(member.find("inbodydescription")) 483 retstr += self.get_text(desc_node) [all …]
|
/third_party/jerryscript/jerry-ext/debugger/ |
D | debugger-ws.c | 192 const char get_text[] = "GET /jerry-debugger"; in jerryx_process_handshake() local 193 size_t text_len = sizeof (get_text) - 1; in jerryx_process_handshake() 196 || memcmp (request_buffer_p, get_text, text_len) != 0) in jerryx_process_handshake()
|
/third_party/cef/include/capi/views/ |
D | cef_label_button_capi.h | 81 cef_string_userfree_t(CEF_CALLBACK* get_text)(
|
D | cef_textfield_capi.h | 87 cef_string_userfree_t(CEF_CALLBACK* get_text)(struct _cef_textfield_t* self);
|
/third_party/cef/libcef_dll/ctocpp/ |
D | frame_ctocpp.cc | 172 if (CEF_MEMBER_MISSING(_struct, get_text)) in GetText() 183 _struct->get_text(_struct, CefStringVisitorCppToC::Wrap(visitor)); in GetText()
|
/third_party/jerryscript/jerry-debugger/ |
D | jerry_client.py | 108 write(result.get_text()) 329 write(result.get_text())
|
D | jerry_client_main.py | 265 def get_text(self): member in DebuggerAction
|
/third_party/cef/include/capi/ |
D | cef_frame_capi.h | 129 void(CEF_CALLBACK* get_text)(struct _cef_frame_t* self,
|
/third_party/gstreamer/gstplugins_base/ext/pango/ |
D | gstbasetextoverlay.h | 237 gchar * (*get_text) (GstBaseTextOverlay *overlay, GstBuffer *video_frame); member
|
D | gstclockoverlay.c | 173 gsttextoverlay_class->get_text = gst_clock_overlay_get_text; in gst_clock_overlay_class_init()
|
D | gsttimeoverlay.c | 248 gsttextoverlay_class->get_text = gst_time_overlay_get_text; in gst_time_overlay_class_init()
|
D | gstbasetextoverlay.c | 371 klass->get_text = gst_base_text_overlay_get_text; in gst_base_text_overlay_class_init() 2814 if (klass->get_text) { in gst_base_text_overlay_video_chain() 2815 text = klass->get_text (overlay, buffer); in gst_base_text_overlay_video_chain()
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | label_button_ctocpp.cc | 95 if (CEF_MEMBER_MISSING(_struct, get_text)) in GetText() 101 cef_string_userfree_t _retval = _struct->get_text(_struct); in GetText()
|
D | menu_button_ctocpp.cc | 134 if (CEF_MEMBER_MISSING(_struct, get_text)) in GetText() 140 cef_string_userfree_t _retval = _struct->get_text(_struct); in GetText()
|
D | textfield_ctocpp.cc | 110 if (CEF_MEMBER_MISSING(_struct, get_text)) in GetText() 116 cef_string_userfree_t _retval = _struct->get_text(_struct); in GetText()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | frame_cpptoc.cc | 457 GetStruct()->get_text = frame_get_text; in CefFrameCppToC()
|
/third_party/cef/libcef_dll/cpptoc/views/ |
D | label_button_cpptoc.cc | 1357 GetStruct()->get_text = label_button_get_text; in CefLabelButtonCppToC()
|
D | menu_button_cpptoc.cc | 1406 GetStruct()->base.get_text = menu_button_get_text; in CefMenuButtonCppToC()
|
D | textfield_cpptoc.cc | 1560 GetStruct()->get_text = textfield_get_text; in CefTextfieldCppToC()
|