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

  /system/core/init/
perfboot.py 347 def print_summary(record_list, end_tag):
350 end_times = [get_last_value(record, end_tag) for record in record_list
351 if get_last_value(record, end_tag) != 0]
357 def do_iteration(device, interval_adjuster, event_tags_re, end_tag):
386 if tag == end_tag:
446 end_tag = args.end_tag or event_tags[-1]
447 if end_tag not in event_tags:
448 sys.exit('%s is not a valid tag.' % end_tag)
449 event_tags = event_tags[0 : event_tags.index(end_tag) + 1
    [all...]
  /art/libartbase/base/
bit_vector-inl.h 75 inline BitVector::IndexIterator::IndexIterator(const BitVector* bit_vector, end_tag)
85 return IndexIterator(bit_vector_, IndexIterator::end_tag());
bit_vector.h 71 struct end_tag { }; struct in class:art::BitVector::IndexIterator
74 IndexIterator(const BitVector* bit_vector, end_tag);
  /external/ply/ply/ply/
ygen.py 16 end_tag = '#--! %s-end' % tag
23 if line.strip().endswith(end_tag):
  /external/ltp/tools/
genhtml.pl 64 my $end_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 "") {
115 if ($line =~ /$end_tag/) {
  /external/nanopb-c/generator/google/protobuf/internal/
encoder.py 702 end_tag = TagBytes(field_number, wire_format.WIRETYPE_END_GROUP)
709 write(end_tag)
715 return write(end_tag)
  /external/protobuf/python/google/protobuf/internal/
encoder.py 729 end_tag = TagBytes(field_number, wire_format.WIRETYPE_END_GROUP)
736 write(end_tag)
742 return write(end_tag)
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectsource.h 121 // Writes a proto2 Message to the ObjectWriter. When the given end_tag is
127 StringPiece name, const uint32 end_tag,
protostream_objectsource.cc 174 const uint32 end_tag,
191 while (tag != end_tag) {
    [all...]
  /external/v8/src/
value-serializer.h 273 SerializationTag end_tag,
value-serializer.cc     [all...]
  /hardware/qcom/audio/hal/
platform_info.c 890 static void end_tag(void *userdata __unused, const XML_Char *tag_name) function
964 XML_SetElementHandler(parser, start_tag, end_tag);
    [all...]
  /system/media/audio_route/
audio_route.c 576 static void end_tag(void *data, const XML_Char *tag_name) function
903 XML_SetElementHandler(parser, start_tag, end_tag);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 3145 uint32 end_tag = WireFormatLite::MakeTag( local
    [all...]
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 2462 milliseconds