Home
last modified time | relevance | path

Searched refs:stream_count (Results 1 – 10 of 10) sorted by relevance

/external/google-breakpad/src/processor/
Dminidump.cc4158 Swap(&header_.stream_count); in Read()
4179 if (header_.stream_count > max_streams_) { in Read()
4180 BPLOG(ERROR) << "Minidump stream count " << header_.stream_count << in Read()
4185 if (header_.stream_count != 0) { in Read()
4187 new MinidumpDirectoryEntries(header_.stream_count)); in Read()
4192 sizeof(MDRawDirectory) * header_.stream_count)) { in Read()
4198 stream_index < header_.stream_count; in Read()
4371 printf(" stream_count = %d\n", header_.stream_count); in Print()
4381 stream_index < header_.stream_count; in Print()
4416 if (index >= header_.stream_count) { in GetDirectoryEntryAtIndex()
[all …]
/external/clang/test/SemaCXX/
Dtypo-correction.cpp94 long stream_count; // expected-note 2 {{'stream_count' declared here}} variable
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h255 uint32_t stream_count; member
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h921 return valid_ ? header_.stream_count : 0; in GetDirectoryEntryCount()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc1022 for (unsigned i = 0; i < header->stream_count; ++i) { in main()
1039 for (unsigned i = 0; i < header->stream_count; ++i) { in main()
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc728 header.get()->stream_count = writer_count; in Write()
/external/google-breakpad/src/processor/testdata/
Dminidump2.dump.out4 stream_count = 9
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc184 header.get()->stream_count = kNumWriters; in Dump()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc243 header_ptr->stream_count = writer_count; in Write()
/external/v8/tools/
Dgrokdump.py529 for _ in xrange(self.header.stream_count):