Searched refs:start_tag (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/python/tools/api/generator/ |
D | output_init_files_test.py | 77 def _get_files_set(path, start_tag, end_tag): argument 93 start = contents.find(start_tag) + len(start_tag) + 1
|
/external/ltp/tools/ |
D | genhtml.pl | 63 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/ |
D | ygen.py | 15 start_tag = '#--! %s-start' % tag 19 if line.strip().startswith(start_tag):
|
/external/python/cpython2/Doc/library/ |
D | sgmllib.rst | 92 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.
|
D | htmllib.rst | 52 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/ |
D | encoder.py | 728 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/ |
D | cpp_message.cc | 3143 uint32 start_tag = WireFormatLite::MakeTag( in GenerateMergeFromCodedStream() local 3151 "start", SimpleItoa(start_tag)); in GenerateMergeFromCodedStream() 3155 "start", SimpleItoa(start_tag), in GenerateMergeFromCodedStream()
|