Home
last modified time | relevance | path

Searched refs:end_tag (Results 1 – 23 of 23) sorted by relevance

/third_party/ltp/tools/
Dgenhtml.pl64 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/
Dgstapedemux.c360 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/
Dgstsubparse.c731 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/
Dencoder.py735 end_tag = TagBytes(field_number, wire_format.WIRETYPE_END_GROUP)
742 write(end_tag)
748 return write(end_tag)
Dmessage_test.py165 end_tag = encoder.TagBytes(1, 4)
168 msg.FromString(end_tag)
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dtre.h167 int end_tag; member
Dregexec.c944 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()
Dregcomp.c1226 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/
Dtre.h166 int end_tag; member
Dregexec.c944 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()
Dregcomp.c1225 tnfa->end_tag = 0; in tre_add_tags()
1662 tnfa->end_tag = num_tags; in tre_add_tags()
/third_party/musl/src/regex/
Dtre.h165 int end_tag; member
Dregexec.c944 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()
Dregcomp.c1225 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/
Dtre.h166 int end_tag; member
Dregexec.c944 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()
Dregcomp.c1225 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/
Dprotostream_objectsource.h136 const uint32 end_tag,
Dprotostream_objectsource.cc189 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/
Dvalue-serializer.h314 SerializationTag end_tag,
Dvalue-serializer.cc2272 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/
Dcpp_helpers.cc1846 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/
Dvmlinux.h63084 struct acpi_resource_end_tag end_tag; member
64228 struct aml_resource_end_tag end_tag; member