Searched defs:master (Results 1 - 25 of 69) sorted by relevance

123

/external/compiler-rt/test/msan/Linux/
H A Dforkpty.cc10 int master, slave; local
11 openpty(&master, &slave, NULL, NULL, NULL);
12 assert(__msan_test_shadow(&master, sizeof(master)) == -1);
/external/jcommander/src/test/java/com/beust/jcommander/args/
H A DArgsMaster.java29 @Parameter(names = "-master")
30 public String master; field in class:ArgsMaster
H A DArgsSlaveBogus.java29 @Parameter(names = "-master")
30 public String master; field in class:ArgsSlaveBogus
/external/libnetfilter_conntrack/utils/
H A Dexpect_create.c19 struct nf_conntrack *master, *expected, *mask; local
23 * Step 1: Setup master conntrack
26 master = nfct_new();
27 if (!master) {
32 nfct_set_attr_u8(master, ATTR_L3PROTO, AF_INET);
33 nfct_set_attr_u32(master, ATTR_IPV4_SRC, inet_addr("1.1.1.1"));
34 nfct_set_attr_u32(master, ATTR_IPV4_DST, inet_addr("2.2.2.2"));
36 nfct_set_attr_u8(master, ATTR_L4PROTO, IPPROTO_TCP);
37 nfct_set_attr_u16(master, ATTR_PORT_SRC, htons(1025));
38 nfct_set_attr_u16(master, ATTR_PORT_DS
[all...]
H A Dexpect_create_userspace.c19 struct nf_conntrack *master, *expected, *mask; local
23 * Step 1: Setup master conntrack
26 master = nfct_new();
27 if (!master) {
32 nfct_set_attr_u8(master, ATTR_L3PROTO, AF_INET);
33 nfct_set_attr_u32(master, ATTR_IPV4_SRC, inet_addr("1.1.1.1"));
34 nfct_set_attr_u32(master, ATTR_IPV4_DST, inet_addr("2.2.2.2"));
36 nfct_set_attr_u8(master, ATTR_L4PROTO, IPPROTO_TCP);
37 nfct_set_attr_u16(master, ATTR_PORT_SRC, htons(1025));
38 nfct_set_attr_u16(master, ATTR_PORT_DS
[all...]
H A Dexpect_create_nat.c19 struct nf_conntrack *master, *expected, *mask, *nat; local
23 * Step 1: Setup master conntrack
26 master = nfct_new();
27 if (!master) {
32 nfct_set_attr_u8(master, ATTR_L3PROTO, AF_INET);
33 nfct_set_attr_u32(master, ATTR_IPV4_SRC, inet_addr("1.1.1.1"));
34 nfct_set_attr_u32(master, ATTR_IPV4_DST, inet_addr("2.2.2.2"));
36 nfct_set_attr_u8(master, ATTR_L4PROTO, IPPROTO_TCP);
37 nfct_set_attr_u16(master, ATTR_PORT_SRC, htons(1025));
38 nfct_set_attr_u16(master, ATTR_PORT_DS
[all...]
H A Dexpect_get.c25 struct nf_conntrack *master; local
28 master = nfct_new();
29 if (!master) {
34 nfct_set_attr_u8(master, ATTR_L3PROTO, AF_INET);
35 nfct_set_attr_u32(master, ATTR_IPV4_SRC, inet_addr("1.1.1.1"));
36 nfct_set_attr_u32(master, ATTR_IPV4_DST, inet_addr("2.2.2.2"));
38 nfct_set_attr_u8(master, ATTR_L4PROTO, IPPROTO_TCP);
39 nfct_set_attr_u16(master, ATTR_PORT_SRC, htons(10240));
40 nfct_set_attr_u16(master, ATTR_PORT_DST, htons(10241));
45 nfct_destroy(master);
[all...]
/external/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dgetpass.cc16 int master; local
17 int pid = forkpty(&master, NULL, NULL, NULL);
24 int res = read(master, buf, sizeof(buf));
26 write(master, "password\n", 9);
27 while ((res = read(master, buf, sizeof(buf))) > 0) write(1, buf, res);
/external/iptables/include/linux/netfilter/
H A Dxt_limit.h22 struct xt_limit_priv *master; member in struct:xt_rateinfo
H A Dxt_quota.h19 struct xt_quota_priv *master; member in struct:xt_quota_info
H A Dxt_quota2.h22 struct xt_quota_counter *master __attribute__((aligned(8))); member in struct:xt_quota_mtinfo2
H A Dxt_statistic.h33 struct xt_statistic_priv *master __attribute__((aligned(8))); member in struct:xt_statistic_info
H A Dxt_hashlimit.h48 struct xt_hashlimit_info *master; member in union:xt_hashlimit_info::__anon8177
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_limit.h22 struct xt_limit_priv *master; member in struct:xt_rateinfo
H A Dxt_quota.h19 struct xt_quota_priv *master; member in struct:xt_quota_info
H A Dxt_statistic.h33 struct xt_statistic_priv *master __attribute__((aligned(8))); member in struct:xt_statistic_info
/external/libnl/src/
H A Dnl-link-enslave.c20 struct rtnl_link *master, *slave; local
24 fprintf(stderr, "Usage: nl-link-enslave master slave\n");
32 if (!(master = rtnl_link_get_by_name(link_cache, argv[1]))) {
42 if ((err = rtnl_link_bond_enslave(sock, master, slave)) < 0) {
/external/kernel-headers/original/uapi/linux/
H A Dstm.h26 * @master: assigned master
33 * fills out @master, @channel and @width.
37 __u16 master; member in struct:stp_policy_id
/external/libnl/lib/route/link/
H A Dbonding.c97 * @arg master ifindex of bonding master
107 int rtnl_link_bond_enslave_ifindex(struct nl_sock *sock, int master, argument
117 rtnl_link_set_master(link, master);
127 * request was successful. If the master assigned remains unchanged
134 if (rtnl_link_get_master(link) != master)
146 * @arg master bonding master
150 * the master and sends the request via the specified netlink socket.
155 * verify if the master assignmen
163 rtnl_link_bond_enslave(struct nl_sock *sock, struct rtnl_link *master, struct rtnl_link *slave) argument
[all...]
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DPeekingIteratorTest.java50 * <p>This IteratorTester makes copies of the master so that it can
55 private Iterable<T> master; field in class:PeekingIteratorTest.PeekingIteratorTester
58 public PeekingIteratorTester(Collection<T> master) { argument
59 super(master.size() + 3, MODIFIABLE, master,
61 this.master = master;
64 // make copy from master to verify later
65 targetList = Lists.newArrayList(master);
/external/libjpeg-turbo/
H A Djdmaster.c14 * This file contains master control logic for the JPEG decompressor.
104 /* Do computations that are needed before master selection phase.
267 * Also note that it may be called before the master module is initialized!
272 /* Do computations that are needed before master selection phase */
462 my_master_ptr master = (my_master_ptr) cinfo->master; local
478 master->pass_number = 0;
479 master->using_merged_upsample = use_merged_upsample(cinfo);
482 master->quantizer_1pass = NULL;
483 master
622 my_master_ptr master = (my_master_ptr) cinfo->master; local
682 my_master_ptr master = (my_master_ptr) cinfo->master; local
699 my_master_ptr master = (my_master_ptr) cinfo->master; local
727 my_master_ptr master = (my_master_ptr) cinfo->master; local
[all...]
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jdmaster.c8 * This file contains master control logic for the JPEG decompressor.
80 * Also note that it may be called before the master module is initialized!
85 /* Do computations that are needed before master selection phase */
290 my_master_ptr master = (my_master_ptr) cinfo->master; local
306 master->pass_number = 0;
307 master->using_merged_upsample = use_merged_upsample(cinfo);
310 master->quantizer_1pass = NULL;
311 master->quantizer_2pass = NULL;
338 master
440 my_master_ptr master = (my_master_ptr) cinfo->master; local
500 my_master_ptr master = (my_master_ptr) cinfo->master; local
517 my_master_ptr master = (my_master_ptr) cinfo->master; local
545 my_master_ptr master; local
[all...]
/external/syslinux/com32/elflink/ldlinux/
H A Dcolors.c165 struct color_table *copy_color_table(const struct color_table *master) argument
173 dp = master;
/external/syslinux/com32/menu/
H A Dcolors.c165 struct color_table *copy_color_table(const struct color_table *master) argument
173 dp = master;
/external/guava/guava-tests/test/com/google/common/collect/
H A DPeekingIteratorTest.java51 * <p>This IteratorTester makes copies of the master so that it can
56 private Iterable<T> master; field in class:PeekingIteratorTest.PeekingIteratorTester
59 public PeekingIteratorTester(Collection<T> master) { argument
60 super(master.size() + 3, MODIFIABLE, master,
62 this.master = master;
65 // make copy from master to verify later
66 targetList = Lists.newArrayList(master);

Completed in 2634 milliseconds

123