/external/deqp/executor/ |
D | xeTestCaseResult.hpp | 77 class SampleList; 503 class SampleList : public Item class 506 SampleList (void) : Item(TYPE_SAMPLELIST) {} in SampleList() function in xe::ri::SampleList 507 ~SampleList (void) {} in ~SampleList()
|
D | xeTestResultParser.cpp | 649 ri::SampleList* list = curList->allocItem<ri::SampleList>(); in handleElementStart() 661 ri::SampleList* list = static_cast<ri::SampleList*>(parentItem); in handleElementStart() 692 ri::SampleList* list = static_cast<ri::SampleList*>(parentItem); in handleElementStart()
|
D | xeTestLogWriter.cpp | 432 const ri::SampleList& list = static_cast<const ri::SampleList&>(item); in writeResultItem()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/ |
D | SampleList.java | 15 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/ |
D | xeExtractSampleLists.cpp | 43 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/ |
D | SupplementalDataInfo.java | 3099 public static class SampleList { 3100 public static final SampleList EMPTY = new SampleList().freeze(); 3178 public SampleList remove(int i) { 3183 public SampleList add(int i) { 3188 public SampleList freeze() { 3206 private final Map<Count, SampleList> countToIntegerSamples9999; 3207 private final Map<Count, SampleList[]> countToDigitToIntegerSamples9999; 3211 countToIntegerSamples9999 = new EnumMap<Count, SampleList>(Count.class); 3212 countToDigitToIntegerSamples9999 = new EnumMap<Count, SampleList[]>(Count.class); 3214 countToIntegerSamples9999.put(c, new SampleList()); [all …]
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/ |
D | Mp4TrackImpl.java | 20 import com.coremedia.iso.boxes.mdat.SampleList; 45 samples = new SampleList(trackBox); in Mp4TrackImpl()
|
/external/deqp/modules/internal/ |
D | ditTestLogTests.cpp | 51 log << TestLog::SampleList("TestSamples", "Test Sample List") in iterate()
|
/external/deqp/framework/common/ |
D | tcuTestLog.hpp | 100 typedef LogSampleList SampleList; typedef in tcu::TestLog 128 TestLog& operator<< (const SampleList& sampleList); 446 inline TestLog& TestLog::operator<< (const SampleList& sampleList) { sampleList.write(*this); retu… in operator <<()
|
/external/deqp/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 1366 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 …]
|
D | es3pShaderOperatorTests.cpp | 962 …log << TestLog::SampleList("Program" + progNdxStr + "IndividualFrameTimes", "Individual frame time… in iterate() 975 log << TestLog::SampleList("Program" + progNdxStr + "MedianFrameTimes", "Median frame times") in iterate()
|
D | es3pDepthTests.cpp | 640 log << TestLog::SampleList(name, desc); in logSamples()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckNumbers.java | 68 static String SampleList = "{0} \u2192 \u201C\u200E{1}\u200E\u201D \u2192 {2}"; field in CheckNumbers
|
D | CheckDates.java | 89 static String SampleList = "{0}" field in CheckDates
|
/external/deqp/modules/egl/ |
D | teglMakeCurrentPerfTests.cpp | 432 log << TestLog::SampleList("Result", "Result") in logResults()
|
D | teglGLES2SharedRenderingPerfTests.cpp | 947 log << TestLog::SampleList("Result", "Result") in logAndSetResults()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestSupplementalInfo.java | 63 import org.unicode.cldr.util.SupplementalDataInfo.SampleList; 461 SampleList uset = plurals.getSamples9999(Count.valueOf(row[1]), in TestDigitPluralCases()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 962 …log << TestLog::SampleList("Program" + progNdxStr + "IndividualFrameTimes", "Individual frame time… in iterate() 975 log << TestLog::SampleList("Program" + progNdxStr + "MedianFrameTimes", "Median frame times") in iterate()
|