HomeSort by relevance Sort by last modified time
    Searched full:slaves (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/autotest/server/cros/
queue_barrier.py 15 different "slaves" to make the implementation simpler. Also, given this
16 hierarchy, the slaves and the master can exchange a token while passing
22 If the same group of |n| slaves and the same master are participating in the
38 """Makes the master wait until all the "n" slaves have reached this
42 @param timeout: The timeout, in seconds, to wait for the slaves.
45 Returns the list of received tokens from the slaves.
47 # Wait for all the slaves.
55 # Release all the blocked slaves.
62 """Makes a slave wait until all the "n" slaves and the master have
66 @param timeout: The timeout, in seconds, to wait for the slaves
    [all...]
  /external/testng/src/main/java/org/testng/internal/remote/
SlavePool.java 12 * This class maintains a pool of slaves (represented by sockets).
20 public void addSlaves(Socket[] slaves) throws IOException {
21 for (Socket s : slaves) {
  /external/rootdev/
README.chromium 13 - Supports resolving through to /sys/block/XXX/slaves/*/dev devices
rootdev.h 57 * rootdev_get_device_slave: returns the first device under @device/slaves
  /external/toolchain-utils/cros_utils/
buildbot_json.py 558 class Slaves(AddressableNodeList):
559 """Buildbot slaves."""
564 super(Slaves, self).__init__(parent, 'slaves')
572 """Similar to Slaves but only list slaves connected to a specific builder."""
576 super(BuilderSlaves, self).__init__(parent, parent.parent.parent.slaves,
577 'slaves')
794 Goes up the hierarchy to find the Buildbot.slaves[slave] instance.
796 return self.parent.parent.parent.parent.slaves[self.data['slave']
949 def slaves(self): member in class:Buildbot
    [all...]
  /external/chromium-trace/catapult/common/lab/
hardware.py 54 'http://build.chromium.org/p/%s/json/slaves' % master_name))
56 slaves = sorted(master_data.iteritems(),
58 for slave_name, slave_data in slaves:
  /external/ltp/testcases/network/nfsv4/locks/
netsync.c 109 * Send parameters to all slaves :
113 * - the number of slaves for each client
114 * - The kind of slaves : process or thread
locktests.c 17 * Slaves are concurent processes or thread.
71 /* List of expected test results, when slaves are processes */
79 /* List of expected test results, when slaves are threads */
306 /* Configure slaves for test */
486 * a 'repeater' of information. It resends server-master instructions to its own slaves.
521 * We repeat it to slaves.
551 /* Else, we read information from slaves and repeat them to the server */
565 /* Repeat it to the slaves */
locktests.h 15 * Slaves are either concurent processes or threads.
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/secure/
secure.h 33 /* All of slaves is ns */
35 /* slaves secure attr is configed */
  /external/fio/
diskutil.h 60 * the slaves devices should primarily be maintained through
65 struct flist_head slaves; member in struct:disk_util
diskutil.c 29 while (!flist_empty(&du->slaves)) {
32 slave = flist_first_entry(&du->slaves, struct disk_util, slavelist);
232 sprintf(slavesdir, "%s/%s", path, "slaves");
243 /* Can we always assume that the slaves device entries
277 flist_add_tail(&slavedu->slavelist, &masterdu->slaves);
311 INIT_FLIST_HEAD(&du->slaves);
510 log_buf(out, ";slaves;%llu;%llu;%llu;%llu;%llu;%llu;%llu;%3.2f%%",
530 flist_for_each(entry, &masterdu->slaves) {
613 * If the device has slaves, aggregate the stats for
647 * If the device has slaves, aggregate the stats fo
    [all...]
  /external/ltp/testcases/kernel/fs/fs_bind/cloneNS/
test05 30 tst_resm TINFO "chain of slaves"
84 chain of slaves"
00_Descriptions.txt 57 chain of slaves
  /device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/PortingGuide/
I2c.txt 12 (buses to which accoring slaves are attached)
  /external/ltp/testcases/realtime/stress/pi-tests/
lookup_pi_state.c 118 printf("Master waiting till slaves wait()\n");
150 printf("Master doing notify of all remaining slaves\n");
169 printf("All slaves have terminated\n");
189 /* wait for the slaves to quit */
  /device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/Drivers/
SpiDriver.txt 5 - create and setup SPI slaves
34 SPI devices (slaves) do not support any kind of automatic discovery or
  /external/autotest/site_utils/
check_slave_db_delay.py 101 slaves = server_manager_utils.get_servers(
103 for slave in slaves:
  /device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/
pm_api_sys.h 47 /* API functions for managing PM Slaves */
pm_defs.h 55 /* API for managing PM slaves: */
  /external/llvm/docs/
HowToAddABuilder.rst 15 Volunteers can provide their build machines to work as build slaves to
73 * slaves are added to ``buildbot/osuosl/master/config/slaves.py``
  /external/antlr/antlr-3.4/runtime/Python/tests/
t052import.py 72 def execParser(self, grammar, grammarEntry, slaves, input):
73 for slave in slaves:
93 def execLexer(self, grammar, slaves, input):
94 for slave in slaves:
159 slaves=[slave],
215 slaves=[slave],
252 slaves=[slave],
301 slaves=[slave, slave2],
353 slaves=[slave, slave2],
701 slaves=[slave]
    [all...]
  /external/autotest/contrib/
db_optimize.py 36 # so that it won't be picked up by slaves automatically
  /device/linaro/bootloader/arm-trusted-firmware/drivers/arm/cci/
cci.c 81 * Identify a CCI device, and return the number of slaves. Return -1 for an
  /external/libyuv/files/tools_libyuv/valgrind/memcheck/
PRESUBMIT.py 97 # We don't have any memcheck slaves yet, so there's no use for this method.

Completed in 761 milliseconds

1 2 3 4