Home
last modified time | relevance | path

Searched refs:SampleInfo (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/flutter/examples/catalog/bin/
Dsample_page.dart69 class SampleInfo {
70 SampleInfo(this.sourceFile, this.commit);
148 final List<SampleInfo> samples = <SampleInfo>[];
151 final SampleInfo sample = SampleInfo(entity, commit);
159 samples.sort((SampleInfo a, SampleInfo b) {
166 final Iterable<String> entries = samples.map<String>((SampleInfo sample) {
178 for (SampleInfo sample in samples) {
190 final Map<String, List<SampleInfo>> classToSamples = <String, List<SampleInfo>>{};
191 for (SampleInfo sample in samples) {
193 classToSamples[className] ??= <SampleInfo>[];
[all …]
/third_party/vk-gl-cts/executor/
DxeTestCaseResult.hpp79 class SampleInfo;
485 class SampleInfo : public Item class
488 SampleInfo (void) : Item(TYPE_SAMPLEINFO) {} in SampleInfo() function in xe::ri::SampleInfo
489 ~SampleInfo (void) {} in ~SampleInfo()
520 SampleInfo sampleInfo;
DxeTestResultParser.cpp677 ri::SampleInfo* info = &list->sampleInfo; in handleElementStart()
688 ri::SampleInfo* sampleInfo = static_cast<ri::SampleInfo*>(parentItem); in handleElementStart()
DxeTestLogWriter.cpp457 const ri::SampleInfo& info = static_cast<const ri::SampleInfo&>(item); in writeResultItem()
/third_party/vk-gl-cts/modules/internal/
DditTestLogTests.cpp52 << TestLog::SampleInfo in iterate()
/third_party/vk-gl-cts/framework/common/
DtcuTestLog.hpp86 static const class SampleInfoToken {} SampleInfo; member in tcu::TestLog
DtcuTestLog.cpp544 const TestLog::SampleInfoToken TestLog::SampleInfo = TestLog::SampleInfoToken(); member in tcu::TestLog
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp1367 << tcu::TestLog::SampleInfo in logSampleList()
1391 << tcu::TestLog::SampleInfo in logSampleList()
1423 << tcu::TestLog::SampleInfo in logSampleList()
1453 << tcu::TestLog::SampleInfo in logSampleList()
1487 << tcu::TestLog::SampleInfo in logSampleList()
1519 << tcu::TestLog::SampleInfo in logSampleList()
1547 << tcu::TestLog::SampleInfo in logSampleList()
1577 << tcu::TestLog::SampleInfo in logSampleList()
1611 << tcu::TestLog::SampleInfo in logSampleList()
1647 << tcu::TestLog::SampleInfo in logSampleList()
[all …]
Des3pDepthTests.cpp644 log << TestLog::SampleInfo in logSamples()
659 log << TestLog::SampleInfo in logSamples()
Des3pShaderOperatorTests.cpp963 …<< TestLog::SampleInfo << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_PRE… in iterate()
976 …<< TestLog::SampleInfo << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_… in iterate()
/third_party/vk-gl-cts/modules/egl/
DteglMakeCurrentPerfTests.cpp433 << TestLog::SampleInfo << TestLog::ValueInfo("Time", "Time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) in logResults()
DteglGLES2SharedRenderingPerfTests.cpp948 << TestLog::SampleInfo << TestLog::ValueInfo("Time", "Time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) in logAndSetResults()
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pShaderOperatorTests.cpp963 …<< TestLog::SampleInfo << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_PRE… in iterate()
976 …<< TestLog::SampleInfo << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_… in iterate()
/third_party/pulseaudio/vala/
Dlibpulse.vapi986 public delegate void SampleInfoCb(Context c, SampleInfo? i, int eol);
1480 public struct SampleInfo {