Searched refs:tos (Results 1 - 25 of 83) sorted by relevance

1234

/external/chromium_org/chrome/browser/resources/print_preview/search/
H A Dfedex_tos.css5 .fedex-tos {
12 .fedex-tos .tos-text {
16 .fedex-tos .agreement-box {
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
H A DCipherOutputStreamTest.java56 TestOutputStream tos = new TestOutputStream();
57 CipherOutputStream cos = new CipherOutputStream(tos);
60 byte[] result = tos.toByteArray();
72 TestOutputStream tos = new TestOutputStream();
73 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher());
78 byte[] result = tos.toByteArray();
90 TestOutputStream tos = new TestOutputStream();
91 CipherOutputStream cos = new CipherOutputStream(tos, new NullCipher());
94 byte[] result = tos.toByteArray();
105 TestOutputStream tos
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_terms_of_service.css10 #tos-container {
27 #tos-subheading {
34 #tos-container {
40 #tos-content {
49 #tos-content-main {
53 #tos-loading,
54 #tos-error {
74 .step.tos-loading #tos-content {
78 .step.tos
[all...]
/external/kernel-headers/original/uapi/linux/
H A Din_route.h30 #define RT_TOS(tos) ((tos)&IPTOS_TOS_MASK)
H A Dip.h23 #define IPTOS_TOS(tos) ((tos)&IPTOS_TOS_MASK)
30 #define IPTOS_PREC(tos) ((tos)&IPTOS_PREC_MASK)
95 __u8 tos; member in struct:iphdr
H A Dfib_rules.h22 __u8 tos; member in struct:fib_rule_hdr
/external/iproute2/examples/diffserv/
H A DEdge32-ca-u3258 match ip tos 0x88 0xfc \
62 match ip tos 0x88 0xfc \
71 match ip tos 0x88 0xfc \
75 match ip tos 0x88 0xfc \
83 match ip tos 0x88 0xfc \
87 match ip tos 0x88 0xfc \
98 match ip tos 0x90 0xfc \
102 match ip tos 0x90 0xfc \
110 match ip tos 0x90 0xfc \
114 match ip tos
[all...]
H A DEdge31-ca-u3254 match ip tos 0x88 0xfc \
63 match ip tos 0x88 0xfc \
71 match ip tos 0x88 0xfc \
83 match ip tos 0x90 0xfc \
91 match ip tos 0x90 0xfc \
102 match ip tos 0x98 0xfc \
/external/libnl/src/
H A Dnl-fib-lookup.c22 " -T, --tos <int> Type of Service\n");
37 int tos = 0, err = 1; local
45 {"tos", 1, 0, 'T'},
66 tos = strtoul(optarg, NULL, 0);
93 flnl_request_set_tos(request, tos);
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
H A Debt_ip.h36 __u8 tos; member in struct:ebt_ip_info
/external/qemu/slirp/
H A Dmisc.h54 u_int8_t tos; member in struct:tos_t
61 u_int8_t tos; member in struct:emu_t
H A Dmisc.c635 u_int8_t tos = 0, emu = 0; local
664 tos = IPTOS_LOWDELAY;
666 tos = IPTOS_THROUGHPUT;
696 emup->tos = tos;
707 if (tos)
708 so->so_iptos = tos;
/external/qemu/slirp-android/
H A Dmisc.h54 u_int8_t tos; member in struct:tos_t
61 u_int8_t tos; member in struct:emu_t
/external/iptables/extensions/
H A Dlibxt_tos.c2 * Shared library add-on to iptables to add tos match support
19 uint8_t tos; member in struct:ipt_tos_info
28 {.name = "tos", .id = O_TOS, .type = XTTYPE_TOSMASK,
34 {.name = "tos", .id = O_TOS, .type = XTTYPE_TOSMASK,
44 "tos match options:\n"
45 "[!] --tos value[/mask] Match Type of Service/Priority field value\n"
46 "[!] --tos symbol Match TOS field (IPv4 only) by symbol\n"
62 xtables_error(PARAMETER_PROBLEM, "tos: Your kernel is "
65 info->tos = cb->val.tos_value;
86 printf(" tos matc
[all...]
H A Dlibxt_TOS.c19 uint8_t tos; member in struct:ipt_tos_target_info
35 {.name = "set-tos", .id = O_SET_TOS, .type = XTTYPE_TOSMASK,
41 {.name = "set-tos", .id = O_SET_TOS, .type = XTTYPE_TOSMASK,
43 {.name = "and-tos", .id = O_AND_TOS, .type = XTTYPE_UINT8,
45 {.name = "or-tos", .id = O_OR_TOS, .type = XTTYPE_UINT8,
47 {.name = "xor-tos", .id = O_XOR_TOS, .type = XTTYPE_UINT8,
58 " --set-tos value Set Type of Service/Priority field to value\n"
59 " --set-tos symbol Set TOS field (IPv4 only) by symbol\n"
75 " --set-tos value[/mask] Set Type of Service/Priority field to value\n"
77 " --set-tos symbo
[all...]
/external/iproute2/include/linux/
H A Dfib_rules.h22 __u8 tos; member in struct:fib_rule_hdr
/external/iproute2/ip/
H A Dlink_gre.c32 fprintf(stderr, " [ ttl TTL ] [ tos TOS ] [ [no]pmtudisc ] [ dev PHYS_DEV ]\n");
63 __u8 tos = 0; local
126 tos = rta_getattr_u8(greinfo[IFLA_GRE_TOS]);
224 } else if (!matches(*argv, "tos") ||
233 tos = uval;
235 tos = 1;
264 addattr_l(n, 1024, IFLA_GRE_TOS, &tos, 1);
315 int tos = rta_getattr_u8(tb[IFLA_GRE_TOS]); local
317 fputs("tos ", f);
318 if (tos
[all...]
H A Diptunnel.c40 fprintf(stderr, " [ ttl TTL ] [ tos TOS ] [ [no]pmtudisc ] [ dev PHYS_DEV ]\n");
181 } else if (strcmp(*argv, "tos") == 0 ||
189 p->iph.tos = uval;
191 p->iph.tos = 1;
351 if (p->iph.tos) {
353 printf(" tos");
354 if (p->iph.tos&1)
356 if (p->iph.tos&~1)
357 printf("%c%s ", p->iph.tos&1 ? '/' : ' ',
358 rtnl_dsfield_n2a(p->iph.tos
[all...]
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLSocketImplWrapper.java104 public void setTrafficClass(int tos) throws SocketException { argument
105 socket.setTrafficClass(tos);
/external/libnl/lib/fib_lookup/
H A Dlookup.c214 int tos, scope, table; local
218 tos = flnl_request_get_tos(req);
223 fr.fl_tos = tos >= 0 ? tos : 0;
H A Drequest.c108 void flnl_request_set_tos(struct flnl_request *req, int tos) argument
110 req->lr_tos = tos;
/external/bison/src/
H A Dtables.c85 static base_number **tos; variable
402 tos[s] = sp2 = xnmalloc (count, sizeof *sp2);
509 tos[symno] = sp2 = xnmalloc (count, sizeof *sp2);
663 if (tos[j][k] != tos[i][k] || froms[j][k] != froms[i][k]
683 base_number *to = tos[i];
825 tos = xcalloc (nvectors, sizeof *tos);
848 free (tos[i]);
853 free (tos);
[all...]
/external/vixl/src/a64/
H A Dmacro-assembler-a64.cc1024 MemOperand tos(sp, -2 * kXRegSizeInBytes, PreIndex);
1026 stp(x29, x30, tos);
1027 stp(x27, x28, tos);
1028 stp(x25, x26, tos);
1029 stp(x23, x24, tos);
1030 stp(x21, x22, tos);
1031 stp(x19, x20, tos);
1033 stp(d14, d15, tos);
1034 stp(d12, d13, tos);
1035 stp(d10, d11, tos);
[all...]
/external/chromium_org/tools/valgrind/
H A Dchrome_tests.bat41 echo "See http://www.chromium.org/developers/how-tos/using-valgrind/dr-memory"
57 echo "See http://www.chromium.org/developers/how-tos/using-valgrind/threadsanitizer/threadsanitizer-on-windows"
/external/chromium_org/v8/src/
H A Dsampler.h44 Address tos; // Top stack value (*sp). member in union:v8::internal::TickSample::__anon17337

Completed in 7037 milliseconds

1234