Home
last modified time | relevance | path

Searched defs:SampleInfo (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/test/
Dhistogram.cc25 struct SampleInfo { struct
26 SampleInfo(const std::string& name) : name_(name), last_(-1), total_(0) {} in SampleInfo() function
27 const std::string name_;
28 int last_; // Last added sample.
29 int total_; // Total number of added samples.
/external/libchrome/base/metrics/
Dhistogram_snapshot_manager.h60 struct SampleInfo { struct
77 std::map<uint64_t, SampleInfo> known_histograms_; argument
/external/deqp/executor/
DxeTestCaseResult.hpp476 class SampleInfo : public Item class
479 SampleInfo (void) : Item(TYPE_SAMPLEINFO) {} in SampleInfo() function in xe::ri::SampleInfo
/external/perf_data_converter/src/quipper/
Dperf_serializer_test.cc42 using SampleInfo = PerfDataProto_SampleInfo; typedef
Dperf_data.proto186 message SampleInfo { message
Dperf_reader_test.cc28 using SampleInfo = PerfDataProto_SampleInfo; typedef
Dperf_parser_test.cc36 using SampleInfo = PerfDataProto_SampleInfo; typedef
Dperf_reader.cc31 using SampleInfo = PerfDataProto_SampleInfo; typedef
/external/deqp/framework/common/
DtcuTestLog.cpp538 const TestLog::SampleInfoToken TestLog::SampleInfo = TestLog::SampleInfoToken(); member in tcu::TestLog
DtcuTestLog.hpp86 static const class SampleInfoToken {} SampleInfo; member in tcu::TestLog