Searched refs:writeFormat (Results 1 – 4 of 4) sorted by relevance
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/source/ |
D | SampleQueueTest.java | 482 writeFormat(ENCRYPTED_SAMPLE_FORMATS[0]); in trailingCryptoInfoInitializationVectorBytesZeroed() 955 writeFormat(FORMAT_1); in adjustUpstreamFormat() 975 writeFormat(FORMAT_1); in invalidateUpstreamFormatAdjustment() 1009 writeFormat(FORMAT_SPLICED); in splice() 1024 writeFormat(FORMAT_SPLICED); in spliceAfterRead() 1034 writeFormat(FORMAT_SPLICED); in spliceAfterRead() 1049 writeFormat(FORMAT_SPLICED); in spliceWithSampleOffset() 1102 private void writeFormat(Format format) { in writeFormat() method in SampleQueueTest
|
/external/cldr/tools/c/genldml/ |
D | genldml.h | 181 …void writeFormat(const char* style, const char* start, const char* end, const char* type,UnicodeSt… 183 …void writeFormat(const char* elemName, const char* style, const char* start, const char* end, cons…
|
D | genldml.cpp | 1528 void GenerateXML::writeFormat(const char* elemName, const char* style, const char* start, const cha… in writeFormat() function in GenerateXML 1538 writeFormat(style, start, end, NULL, pattern, xmlString, split); in writeFormat() 1552 void GenerateXML::writeFormat(const char* style, const char* start, const char* end, const char* ty… in writeFormat() function in GenerateXML 1653 …writeFormat("dateFormatLength","dateFormatStart","dateFormatEnd","full",dtPatterns.getStringEx((in… in writeDateFormat() 1654 …writeFormat("dateFormatLength","dateFormatStart","dateFormatEnd","long",dtPatterns.getStringEx((in… in writeDateFormat() 1655 …writeFormat("dateFormatLength","dateFormatStart","dateFormatEnd","medium",dtPatterns.getStringEx((… in writeDateFormat() 1656 …writeFormat("dateFormatLength","dateFormatStart","dateFormatEnd","short",dtPatterns.getStringEx((i… in writeDateFormat() 1688 …writeFormat("timeFormatLength","timeFormatStart","timeFormatEnd","full",dtPatterns.getStringEx((in… in writeTimeFormat() 1689 …writeFormat("timeFormatLength","timeFormatStart","timeFormatEnd","long",dtPatterns.getStringEx((in… in writeTimeFormat() 1690 …writeFormat("timeFormatLength","timeFormatStart","timeFormatEnd","medium",dtPatterns.getStringEx((… in writeTimeFormat() [all …]
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otBase.py | 687 self.writeFormat(writer) 755 def writeFormat(self, writer): member in BaseTable 834 def writeFormat(self, writer): member in FormatSwitchingBaseTable 845 def writeFormat(self, writer): member in UInt8FormatSwitchingBaseTable
|