/third_party/ltp/tools/ |
D | genhtml.pl | 64 my $end_tag = shift (@ARGV) || syntax(); 90 if ($start_tag eq "" || $end_tag eq "" || $output_tag eq "" || $execution_tag eq "") { 115 if ($line =~ /$end_tag/) {
|
/third_party/gstreamer/gstplugins_good/gst/apetag/ |
D | gstapedemux.c | 360 gboolean end_tag = !start_tag; in gst_ape_demux_parse_tag() local 385 if (end_tag && footer_size == 0) { in gst_ape_demux_parse_tag() 398 if (end_tag && !have_header) { in gst_ape_demux_parse_tag()
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | gstsubparse.c | 731 gchar *end_tag; in subrip_fix_up_markup() local 782 end_tag = strchr (next_tag, '>'); in subrip_fix_up_markup() 784 end_tag = strchr (cur, '>'); in subrip_fix_up_markup() 786 if (end_tag) { in subrip_fix_up_markup() 791 || g_ascii_strncasecmp (end_tag - 1, last, strlen (last))) { in subrip_fix_up_markup() 794 memmove (next_tag, end_tag + 1, strlen (end_tag)); in subrip_fix_up_markup() 801 cur = end_tag + 1; in subrip_fix_up_markup()
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | encoder.py | 735 end_tag = TagBytes(field_number, wire_format.WIRETYPE_END_GROUP) 742 write(end_tag) 748 return write(end_tag)
|
D | message_test.py | 165 end_tag = encoder.TagBytes(1, 4) 168 msg.FromString(end_tag)
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
D | tre.h | 167 int end_tag; member
|
D | regexec.c | 944 if (submatch_data[i].so_tag == tnfa->end_tag) in tre_fill_pmatch() 949 if (submatch_data[i].eo_tag == tnfa->end_tag) in tre_fill_pmatch()
|
D | regcomp.c | 1226 tnfa->end_tag = 0; in tre_add_tags() 1663 tnfa->end_tag = num_tags; in tre_add_tags()
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
D | tre.h | 166 int end_tag; member
|
D | regexec.c | 944 if (submatch_data[i].so_tag == tnfa->end_tag) in tre_fill_pmatch() 949 if (submatch_data[i].eo_tag == tnfa->end_tag) in tre_fill_pmatch()
|
D | regcomp.c | 1225 tnfa->end_tag = 0; in tre_add_tags() 1662 tnfa->end_tag = num_tags; in tre_add_tags()
|
/third_party/musl/src/regex/ |
D | tre.h | 165 int end_tag; member
|
D | regexec.c | 944 if (submatch_data[i].so_tag == tnfa->end_tag) in tre_fill_pmatch() 949 if (submatch_data[i].eo_tag == tnfa->end_tag) in tre_fill_pmatch()
|
D | regcomp.c | 1225 tnfa->end_tag = 0; in tre_add_tags() 1662 tnfa->end_tag = num_tags; in tre_add_tags()
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
D | tre.h | 166 int end_tag; member
|
D | regexec.c | 944 if (submatch_data[i].so_tag == tnfa->end_tag) in tre_fill_pmatch() 949 if (submatch_data[i].eo_tag == tnfa->end_tag) in tre_fill_pmatch()
|
D | regcomp.c | 1225 tnfa->end_tag = 0; in tre_add_tags() 1662 tnfa->end_tag = num_tags; in tre_add_tags()
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectsource.h | 136 const uint32 end_tag,
|
D | protostream_objectsource.cc | 189 const uint32 end_tag, in WriteMessage() argument 204 if (!name.empty() && tag == end_tag && suppress_empty_object_) { in WriteMessage() 211 while (tag != end_tag && tag != 0) { in WriteMessage()
|
/third_party/node/deps/v8/src/objects/ |
D | value-serializer.h | 314 SerializationTag end_tag,
|
D | value-serializer.cc | 2272 Handle<JSObject> object, SerializationTag end_tag, in ReadJSObjectProperties() argument 2289 if (tag == end_tag) { in ReadJSObjectProperties() 2290 ConsumeTag(end_tag); in ReadJSObjectProperties() 2390 if (tag == end_tag) { in ReadJSObjectProperties() 2391 ConsumeTag(end_tag); in ReadJSObjectProperties()
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.cc | 1846 uint32 end_tag = WireFormatLite::MakeTag( in GenerateParseLoop() local 1852 format_("($1$u <= tag && tag < $2$u)", start_tag, end_tag); in GenerateParseLoop()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 63084 struct acpi_resource_end_tag end_tag; member 64228 struct aml_resource_end_tag end_tag; member
|