Searched defs:SampleInfo (Results 1 - 6 of 6) sorted by relevance

/external/libchrome/base/metrics/
H A Dhistogram_snapshot_manager.h67 struct SampleInfo { struct in class:base::HistogramSnapshotManager
85 std::map<uint64_t, SampleInfo> known_histograms_;
/external/webrtc/webrtc/test/
H A Dhistogram.cc25 struct SampleInfo { struct in namespace:webrtc::__anon26572
26 SampleInfo(const std::string& name) : name_(name), last_(-1), total_(0) {} function in struct:webrtc::__anon26572::SampleInfo
35 std::map<std::string, SampleInfo> histograms_ GUARDED_BY(histogram_crit_);
43 histograms_.insert(std::make_pair(name, SampleInfo(name)));
53 histograms_.insert(std::make_pair(name, SampleInfo(name)));
62 SampleInfo* ptr = reinterpret_cast<SampleInfo*>(histogram_pointer);
/external/deqp/framework/common/
H A DtcuTestLog.hpp86 static const class SampleInfoToken {} SampleInfo; member in class:tcu::TestLog
H A DtcuTestLog.cpp521 const TestLog::SampleInfoToken TestLog::SampleInfo = TestLog::SampleInfoToken(); member in class:tcu::TestLog
/external/deqp/executor/
H A DxeTestCaseResult.hpp78 class SampleInfo;
476 class SampleInfo : public Item class in namespace:xe::ri
479 SampleInfo (void) : Item(TYPE_SAMPLEINFO) {} function in class:xe::ri::SampleInfo
480 ~SampleInfo (void) {}
511 SampleInfo sampleInfo;
/external/v8/include/
H A Dv8.h1659 struct SampleInfo { struct in namespace:v8
6751 size_t frames_limit, SampleInfo* sample_info);

Completed in 578 milliseconds