Home
last modified time | relevance | path

Searched defs:unknownFormat (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/debug/dwarf/
Dbuf.go40 type unknownFormat struct{} struct
42 func (u unknownFormat) version() int {
46 func (u unknownFormat) dwarf64() (bool, bool) {
50 func (u unknownFormat) addrsize() int {
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/examples/
H A DSevenZArchiverTest.java81 public void unknownFormat() throws IOException, ArchiveException { in unknownFormat() method in SevenZArchiverTest
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/trackselection/
H A DAdaptiveTrackSelectionTest.java457 Format unknownFormat = videoFormat(/* bitrate= */ 42, /* width= */ 300, /* height= */ 123); in updateSelectedTrack_withQueueOfUnknownFormats_doesntThrow() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/trackselection/
H A DAdaptiveTrackSelectionTest.java461 Format unknownFormat = videoFormat(/* bitrate= */ 42, /* width= */ 300, /* height= */ 123); in updateSelectedTrack_withQueueOfUnknownFormats_doesntThrow() local