Home
last modified time | relevance | path

Searched defs:tos (Results 1 – 25 of 89) sorted by relevance

1234

/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/tar/
DTarArchiveOutputStreamTest.java86 TarArchiveOutputStream tos = in testMaxFileSizeError() local
103 final TarArchiveOutputStream tos = new TarArchiveOutputStream(bos); in testBigNumberStarMode() local
129 final TarArchiveOutputStream tos = new TarArchiveOutputStream(bos); in testBigNumberPosixMode() local
206 final TarArchiveOutputStream tos = new TarArchiveOutputStream(bos, "ASCII"); in writePaxHeader() local
229 final TarArchiveOutputStream tos = new TarArchiveOutputStream(bos, "ASCII"); in testWriteLongFileNamePosixMode() local
251 final TarArchiveOutputStream tos = new TarArchiveOutputStream(bos); in testOldEntryStarMode() local
282 final TarArchiveOutputStream tos = new TarArchiveOutputStream(bos); in testOldEntryPosixMode() local
314 final TarArchiveOutputStream tos = in testOldEntryError() local
330 final TarArchiveOutputStream tos = new TarArchiveOutputStream(bos); in testWriteNonAsciiPathNamePaxHeader() local
353 final TarArchiveOutputStream tos = new TarArchiveOutputStream(bos); in testWriteNonAsciiLinkPathNamePaxHeader() local
[all …]
DTarArchiveInputStreamTest.java179 final TarArchiveOutputStream tos = in shouldUseSpecifiedEncodingWhenReadingGNULongNames() local
261 final TarArchiveOutputStream tos = new TarArchiveOutputStream(bos); in shouldReadBigGid() local
DTarArchiveEntryTest.java135 TarArchiveOutputStream tos = new TarArchiveOutputStream(bos); in testExtraPaxHeaders() local
/external/apache-commons-io/src/test/java/org/apache/commons/io/output/
DThresholdingOutputStreamTest.java35 try (ThresholdingOutputStream tos = new ThresholdingOutputStream(3) { in testSetByteCount()
62 try (ThresholdingOutputStream tos = new ThresholdingOutputStream(1, null, in testThresholdIOConsumer()
71 …try (ThresholdingOutputStream tos = new ThresholdingOutputStream(1, os -> reached.set(true), null)… in testThresholdIOConsumer()
79 try (ThresholdingOutputStream tos = new ThresholdingOutputStream(1, os -> reached.set(true), in testThresholdIOConsumer()
90 try (ThresholdingOutputStream tos = new ThresholdingOutputStream(1, os -> { in testThresholdIOConsumerIOException()
100 try (ThresholdingOutputStream tos = new ThresholdingOutputStream(1, os -> { in testThresholdIOConsumerUncheckedException()
DTeeOutputStreamTest.java51 final TeeOutputStream tos = new TeeOutputStream(badOs, goodOs); in testIOExceptionOnClose() local
68 final TeeOutputStream tos = new TeeOutputStream(goodOs, badOs); in testIOExceptionOnCloseBranch() local
83 try (TeeOutputStream tos = new TeeOutputStream(baos1, baos2)) { in testTee()
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/
DCpioTestCase.java120 CpioArchiveOutputStream tos = null; in testDirectoryEntryFromFile() local
160 CpioArchiveOutputStream tos = null; in testExplicitDirectoryEntry() local
201 CpioArchiveOutputStream tos = null; in testFileEntryFromFile() local
250 CpioArchiveOutputStream tos = null; in testExplicitFileEntry() local
DTarTestCase.java142 TarArchiveOutputStream tos = null; in testDirectoryEntryFromFile() local
182 TarArchiveOutputStream tos = null; in testExplicitDirectoryEntry() local
222 TarArchiveOutputStream tos = null; in testFileEntryFromFile() local
271 TarArchiveOutputStream tos = null; in testExplicitFileEntry() local
/external/iproute2/ip/
Diplink_geneve.c65 __u8 tos = 0; in geneve_parse_opt() local
230 __u8 tos; in geneve_print_opt() local
Diplink_vxlan.c179 __u8 tos; in vxlan_parse_opt() local
397 __u8 tos; in vxlan_print_opt() local
Dlink_iptnl.c95 __u8 tos = 0; in iptunnel_parse_opt() local
434 int tos = rta_getattr_u8(tb[IFLA_IPTUN_TOS]); in iptunnel_print_opt() local
Dlink_gre.c91 __u8 tos = 0; in gre_parse_opt() local
438 int tos = rta_getattr_u8(tb[IFLA_GRE_TOS]); in gre_print_direct_opt() local
Diprule.c67 unsigned int tos, tosmask; member
448 __u32 tos; in iprule_list_flush_or_save() local
633 __u32 tos; in iprule_modify() local
/external/libnl/src/
Dnl-fib-lookup.c33 int tos = 0, err = 1; in main() local
/external/iproute2/include/uapi/linux/
Din_route.h31 #define RT_TOS(tos) ((tos)&IPTOS_TOS_MASK) argument
Dip.h24 #define IPTOS_TOS(tos) ((tos)&IPTOS_TOS_MASK) argument
31 #define IPTOS_PREC(tos) ((tos)&IPTOS_PREC_MASK) argument
96 __u8 tos; member
/external/kernel-headers/original/uapi/linux/
Din_route.h31 #define RT_TOS(tos) ((tos)&IPTOS_TOS_MASK) argument
Dip.h25 #define IPTOS_TOS(tos) ((tos)&IPTOS_TOS_MASK) argument
32 #define IPTOS_PREC(tos) ((tos)&IPTOS_PREC_MASK) argument
97 __u8 tos; member
Drds.h160 __u8 tos; member
183 __u8 tos; member
194 __u8 tos; member
227 __u8 tos; member
254 __u8 tos; member
270 __u8 tos; member
/external/libnl/include/linux-private/linux/
Dip.h24 #define IPTOS_TOS(tos) ((tos)&IPTOS_TOS_MASK) argument
31 #define IPTOS_PREC(tos) ((tos)&IPTOS_PREC_MASK) argument
96 __u8 tos; member
/external/iptables/include/linux/netfilter_bridge/
Debt_ip.h36 __u8 tos; member
/external/strace/tests-mx32/
Dinet-cmsg.c59 const uint8_t *tos = (const uint8_t *) CMSG_DATA(c); in print_tos() local
/external/strace/tests/
Dinet-cmsg.c59 const uint8_t *tos = (const uint8_t *) CMSG_DATA(c); in print_tos() local
/external/strace/tests-m32/
Dinet-cmsg.c59 const uint8_t *tos = (const uint8_t *) CMSG_DATA(c); in print_tos() local
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
Debt_ip.h39 __u8 tos; member
/external/musl/include/netinet/
Dip.h32 uint8_t tos; member
119 #define IPTOS_TOS(tos) ((tos) & IPTOS_TOS_MASK) argument
127 #define IPTOS_PREC(tos) ((tos) & IPTOS_PREC_MASK) argument

1234