HomeSort by relevance Sort by last modified time
    Searched refs:start_tag (Results 1 - 9 of 9) sorted by null

  /external/ply/ply/ply/
ygen.py 15 start_tag = '#--! %s-start' % tag
19 if line.strip().startswith(start_tag):
  /external/ltp/tools/
genhtml.pl 63 my $start_tag = shift (@ARGV) || syntax();
69 print "syntax: prtag2tag start_tag end_tag output_tag execution_tag file(s)\n";
90 if ($start_tag eq "" || $end_tag eq "" || $output_tag eq "" || $execution_tag eq "") {
111 if ($line =~ /$start_tag/) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
PasteAction.java 96 IStructuredDocumentRegion start_tag =
98 if (start_tag != null) {
99 sse_doc.replace(start_tag.getEndOffset(), 0, data);
  /hardware/qcom/audio/hal/
platform_info.c 352 static void start_tag(void *userdata __unused, const XML_Char *tag_name, function
498 XML_SetElementHandler(parser, start_tag, end_tag);
  /external/nanopb-c/generator/google/protobuf/internal/
encoder.py 701 start_tag = TagBytes(field_number, wire_format.WIRETYPE_START_GROUP)
707 write(start_tag)
713 write(start_tag)
  /external/protobuf/python/google/protobuf/internal/
encoder.py 728 start_tag = TagBytes(field_number, wire_format.WIRETYPE_START_GROUP)
734 write(start_tag)
740 write(start_tag)
  /system/libufdt/
ufdt_convert.c 297 int start_tag = fdt_next_tag(fdtp, start_offset, &end_offset); local
299 fdt_to_ufdt_tree(fdtp, start_offset, &end_offset, start_tag, pool);
  /system/media/audio_route/
audio_route.c 445 static void start_tag(void *data, const XML_Char *tag_name, function
899 XML_SetElementHandler(parser, start_tag, end_tag);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 3143 uint32 start_tag = WireFormatLite::MakeTag( local
    [all...]

Completed in 734 milliseconds