Home
last modified time | relevance | path

Searched defs:SampleInfo (Results 1 – 5 of 5) 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() argument
27 const std::string name_;
28 int last_; // Last added sample.
29 int total_; // Total number of added samples.
/external/deqp/executor/
DxeTestCaseResult.hpp476 class SampleInfo : public Item class
479 SampleInfo (void) : Item(TYPE_SAMPLEINFO) {} in SampleInfo() function in xe::ri::SampleInfo
/external/deqp/framework/common/
DtcuTestLog.cpp521 const TestLog::SampleInfoToken TestLog::SampleInfo = TestLog::SampleInfoToken(); member in tcu::TestLog
DtcuTestLog.hpp86 static const class SampleInfoToken {} SampleInfo; member in tcu::TestLog
/external/v8/include/
Dv8.h1626 struct SampleInfo { struct
1627 size_t frames_count; // Number of frames collected.
1628 StateTag vm_state; // Current VM state.
1629 void* external_callback_entry; // External callback address if VM is