Home
last modified time | relevance | path

Searched refs:entryFormat (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/cpio/
DCpioArchiveOutputStream.java78 private final short entryFormat; field in CpioArchiveOutputStream
162 this.entryFormat = format; in CpioArchiveOutputStream()
236 if (format != this.entryFormat){ in putArchiveEntry()
237 …row new IOException("Header format: "+format+" does not match existing format: "+this.entryFormat); in putArchiveEntry()
466 this.entry = new CpioArchiveEntry(this.entryFormat); in finish()
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py661 entryFormat = ((entrySize - 1) << 4) | (innerBits - 1)
663 rawTable['EntryFormat'] = entryFormat