Home
last modified time | relevance | path

Searched refs:start_tag (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/tools/api/generator/
Doutput_init_files_test.py77 def _get_files_set(path, start_tag, end_tag): argument
93 start = contents.find(start_tag) + len(start_tag) + 1
/external/ltp/tools/
Dgenhtml.pl63 my $start_tag = shift (@ARGV) || syntax();
90 if ($start_tag eq "" || $end_tag eq "" || $output_tag eq "" || $execution_tag eq "") {
111 if ($line =~ /$start_tag/) {
/external/ply/ply/ply/
Dygen.py15 start_tag = '#--! %s-start' % tag
19 if line.strip().startswith(start_tag):
/external/python/cpython2/Doc/library/
Dsgmllib.rst92 This method is called to handle start tags for which either a :meth:`start_tag`
244 .. method:: SGMLParser.start_tag(attributes)
256 :meth:`start_tag` method is defined. The *attributes* argument has the same
266 been found yet. Only tags processed by :meth:`start_tag` are pushed on this
270 :meth:`start_tag` and :meth:`do_tag` methods exist for a tag, the
271 :meth:`start_tag` method takes precedence.
Dhtmllib.rst52 and define methods called :meth:`start_tag`, :meth:`end_tag`, or :meth:`do_tag`.
53 The parser will call these at appropriate moments: :meth:`start_tag` or
57 ``<H1>`` ... ``</H1>``, the class should define the :meth:`start_tag` method; if
/external/protobuf/python/google/protobuf/internal/
Dencoder.py728 start_tag = TagBytes(field_number, wire_format.WIRETYPE_START_GROUP)
734 write(start_tag)
740 write(start_tag)
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc3143 uint32 start_tag = WireFormatLite::MakeTag( in GenerateMergeFromCodedStream() local
3151 "start", SimpleItoa(start_tag)); in GenerateMergeFromCodedStream()
3155 "start", SimpleItoa(start_tag), in GenerateMergeFromCodedStream()