HomeSort by relevance Sort by last modified time
    Searched refs:slave (Results 101 - 118 of 118) sorted by null

1 2 3 45

  /external/testng/src/main/java/org/testng/
TestNG.java 1057 SuiteSlave slave = new SuiteSlave( m_slavefileName, this ); local
1738 String slave = args.slave; local
    [all...]
  /external/fio/
diskutil.c 30 struct disk_util *slave; local
32 slave = flist_first_entry(&du->slaves, struct disk_util, slavelist);
33 flist_del(&slave->slavelist);
34 slave->users--;
244 * are links to the real directories for the slave
249 perror("readlink() for slave device.");
257 perror("Error getting slave device numbers.");
614 * those slave devices also.
648 * those slave devices also.
  /external/libnl/python/netlink/route/
capi.i 148 extern int rtnl_link_enslave(struct nl_sock * sock, struct rtnl_link * master, struct rtnl_link * slave);
149 extern int rtnl_link_release(struct nl_sock * sock, struct rtnl_link * slave);
  /external/libnl/lib/route/
link.c 683 nl_dump(p, "slave-of %s ", ll ? ll->l_name : "NONE");
687 nl_dump(p, "slave-of %d ", link->l_link);
    [all...]
  /external/iproute2/ip/
ipaddress.c 104 _PF(SLAVE);
209 static char *parse_link_kind(struct rtattr *tb, bool slave)
212 int attr = slave ? IFLA_INFO_SLAVE_KIND : IFLA_INFO_KIND;
222 static int match_link_kind(struct rtattr **tb, const char *kind, bool slave)
227 return strcmp(parse_link_kind(tb[IFLA_LINKINFO], slave), kind);
235 char slave[32]; local
279 snprintf(slave, sizeof(slave), "%s_slave", slave_kind);
281 slave_lu = get_link_kind(slave);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-alpha.c 634 fixS *slave;
749 for (slave = fixp->tc_fix_data.info->slaves;
750 slave != (fixS *) 0;
751 slave = slave->tc_fix_data.next_reloc)
753 slave->fx_next = fixp->fx_next;
754 fixp->fx_next = slave;
766 slave = fixp->tc_fix_data.info->slaves;
767 slave->fx_next = next;
768 fixp->fx_next = slave;
628 fixS *slave; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
nntplib.py 446 def slave(self): member in class:NNTP
447 """Process a SLAVE command. Returns:
450 return self.shortcmd('SLAVE')
  /external/python/cpython2/Lib/
nntplib.py 455 def slave(self): member in class:NNTP
456 """Process a SLAVE command. Returns:
459 return self.shortcmd('SLAVE')
  /prebuilts/gdb/darwin-x86/lib/python2.7/
nntplib.py 446 def slave(self): member in class:NNTP
447 """Process a SLAVE command. Returns:
450 return self.shortcmd('SLAVE')
  /prebuilts/gdb/linux-x86/lib/python2.7/
nntplib.py 446 def slave(self): member in class:NNTP
447 """Process a SLAVE command. Returns:
450 return self.shortcmd('SLAVE')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nntplib.py 446 def slave(self): member in class:NNTP
447 """Process a SLAVE command. Returns:
450 return self.shortcmd('SLAVE')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nntplib.py 446 def slave(self): member in class:NNTP
447 """Process a SLAVE command. Returns:
450 return self.shortcmd('SLAVE')
  /external/python/cpython3/Lib/test/test_asyncio/
test_events.py     [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.text_3.5.400.v20150505-1044.jar 
  /external/ppp/pppd/
sys-linux.c 180 static int slave_fd = -1; /* pty for old-style demand mode, slave */
1999 char slave[16]; local
    [all...]
  /external/python/cpython3/Lib/
nntplib.py 772 def slave(self): member in class:_NNTPBase
773 """Process a SLAVE command. Returns:
776 return self._shortcmd('SLAVE')
    [all...]
  /external/jcommander/src/test/java/com/beust/jcommander/
JCommanderTest.java 249 String[] argv = { "-master", "master", "-slave", "slave" };
253 Assert.assertEquals(s.slave, "slave");
260 String[] argv = { "-master", "master", "-slave", "slave" };
    [all...]
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 354 milliseconds

1 2 3 45