Home
last modified time | relevance | path

Searched refs:SampleList (Results 1 – 18 of 18) sorted by relevance

/external/deqp/executor/
DxeTestCaseResult.hpp77 class SampleList;
509 class SampleList : public Item class
512 SampleList (void) : Item(TYPE_SAMPLELIST) {} in SampleList() function in xe::ri::SampleList
513 ~SampleList (void) {} in ~SampleList()
DxeTestResultParser.cpp661 ri::SampleList* list = curList->allocItem<ri::SampleList>(); in handleElementStart()
673 ri::SampleList* list = static_cast<ri::SampleList*>(parentItem); in handleElementStart()
704 ri::SampleList* list = static_cast<ri::SampleList*>(parentItem); in handleElementStart()
DxeTestLogWriter.cpp439 const ri::SampleList& list = static_cast<const ri::SampleList&>(item); in writeResultItem()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
DSampleList.java15 public class SampleList extends AbstractList<ByteBuffer> { class
37 public SampleList(TrackBox trackBox) { in SampleList() method in SampleList
117 public SampleList(TrackFragmentBox traf) { in SampleList() method in SampleList
/external/deqp/executor/tools/
DxeExtractSampleLists.cpp43 void writeSampleList (const char* casePath, int listNdx, const xe::ri::SampleList& sampleList) in writeSampleList()
88 writeSampleList(casePath, *listNdx, static_cast<const xe::ri::SampleList&>(child)); in extractSampleLists()
/external/cldr/tools/java/org/unicode/cldr/util/
DSupplementalDataInfo.java3243 public static class SampleList {
3244 public static final SampleList EMPTY = new SampleList().freeze();
3321 public SampleList remove(int i) {
3326 public SampleList add(int i) {
3331 public SampleList freeze() {
3349 private final Map<Count, SampleList> countToIntegerSamples9999;
3350 private final Map<Count, SampleList[]> countToDigitToIntegerSamples9999;
3357 countToIntegerSamples9999.put(c, new SampleList());
3358 SampleList[] row = new SampleList[5];
3361 row[i] = new SampleList();
[all …]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
DMp4TrackImpl.java20 import com.coremedia.iso.boxes.mdat.SampleList;
45 samples = new SampleList(trackBox); in Mp4TrackImpl()
/external/deqp/modules/internal/
DditTestLogTests.cpp51 log << TestLog::SampleList("TestSamples", "Test Sample List") in iterate()
/external/deqp/framework/common/
DtcuTestLog.hpp100 typedef LogSampleList SampleList; typedef in tcu::TestLog
130 TestLog& operator<< (const SampleList& sampleList);
448 inline TestLog& TestLog::operator<< (const SampleList& sampleList) { sampleList.write(*this); retu… in operator <<()
/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp1366 log << tcu::TestLog::SampleList("Samples", "Samples") in logSampleList()
1390 log << tcu::TestLog::SampleList("Samples", "Samples") in logSampleList()
1422 log << tcu::TestLog::SampleList("Samples", "Samples") in logSampleList()
1452 log << tcu::TestLog::SampleList("Samples", "Samples") in logSampleList()
1486 log << tcu::TestLog::SampleList("Samples", "Samples") in logSampleList()
1518 log << tcu::TestLog::SampleList("Samples", "Samples") in logSampleList()
1546 log << tcu::TestLog::SampleList("Samples", "Samples") in logSampleList()
1576 log << tcu::TestLog::SampleList("Samples", "Samples") in logSampleList()
1610 log << tcu::TestLog::SampleList("Samples", "Samples") in logSampleList()
1646 log << tcu::TestLog::SampleList("Samples", "Samples") in logSampleList()
[all …]
Des3pShaderOperatorTests.cpp962 …log << TestLog::SampleList("Program" + progNdxStr + "IndividualFrameTimes", "Individual frame time… in iterate()
975 log << TestLog::SampleList("Program" + progNdxStr + "MedianFrameTimes", "Median frame times") in iterate()
Des3pDepthTests.cpp640 log << TestLog::SampleList(name, desc); in logSamples()
/external/deqp/modules/egl/
DteglMakeCurrentPerfTests.cpp432 log << TestLog::SampleList("Result", "Result") in logResults()
DteglGLES2SharedRenderingPerfTests.cpp947 log << TestLog::SampleList("Result", "Result") in logAndSetResults()
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckNumbers.java75 static String SampleList = "{0} \u2192 \u201C\u200E{1}\u200E\u201D \u2192 {2}"; field in CheckNumbers
DCheckDates.java89 static String SampleList = "{0}" field in CheckDates
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp962 …log << TestLog::SampleList("Program" + progNdxStr + "IndividualFrameTimes", "Individual frame time… in iterate()
975 log << TestLog::SampleList("Program" + progNdxStr + "MedianFrameTimes", "Median frame times") in iterate()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestSupplementalInfo.java67 import org.unicode.cldr.util.SupplementalDataInfo.SampleList;
492 SampleList uset = plurals.getSamples9999(Count.valueOf(row[1]), in TestDigitPluralCases()