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

1 2 3

  /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/chromium-trace/catapult/firefighter/update/common/buildbot/
__init__.py 6 from common.buildbot.slave import Slaves
builder.py 43 self._slaves = frozenset(data['slaves'])
73 There may be multiple entries if there are multiple build slaves.
95 def slaves(self): member in class:Builder
slave.py 11 def Slaves(master_name):
12 slave_data = network.FetchData(network.BuildUrl(master_name, 'json/slaves'))
  /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/bison/lib/
wait-process.c 54 /* Type of an entry in the slaves array.
70 static slaves_entry_t * volatile slaves = static_slaves; variable
94 /* Skip unused entries in the slaves array. */
95 if (slaves[n].used)
97 pid_t slave = slaves[n].child;
120 /* Try to store the new slave in an unused entry of the slaves array. */
122 slaves_entry_t *s = slaves;
140 /* Extend the slaves array. Note that we cannot use xrealloc(),
143 slaves_entry_t *old_slaves = slaves;
152 the slaves list. *
    [all...]
  /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
rootdev_test.sh 157 mkdir -p $block/dm-0/slaves/sda1
159 echo "10:1" > $block/dm-0/slaves/sda1/dev
  /external/chromium-trace/catapult/experimental/
hardware.py 53 'http://build.chromium.org/p/%s/json/slaves' % master_name))
55 slaves = sorted(master_data.iteritems(),
57 for slave_name, slave_data in slaves:
  /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 30 while (!flist_empty(&du->slaves)) {
33 slave = flist_first_entry(&du->slaves, struct disk_util, slavelist);
231 sprintf(slavesdir, "%s/%s", path, "slaves");
242 /* Can we always assume that the slaves device entries
276 flist_add_tail(&slavedu->slavelist, &masterdu->slaves);
312 INIT_FLIST_HEAD(&du->slaves);
516 log_info(";slaves;%llu;%llu;%llu;%llu;%llu;%llu;%llu;%3.2f%%",
536 flist_for_each(entry, &masterdu->slaves) {
619 * If the device has slaves, aggregate the stats for
653 * If the device has slaves, aggregate the stats fo
    [all...]
  /external/autotest/contrib/
db_optimize.py 37 # so that it won't be picked up by slaves automatically
  /external/chromium-trace/catapult/dashboard/dashboard/
post_data_handler.py 14 """Helper class to handle common functionality for dealing with 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...]
  /hardware/bsp/intel/peripheral/libmraa/api/mraa/
i2c.hpp 37 * An I2c object represents an i2c master and can talk multiple i2c slaves by
69 * slaves.
i2c.h 32 * communicate to multiple i2c slaves by configuring the address.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/protocols/
timed.h 67 #define TSP_MASTERUP 6 /* inform slaves that master is up */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/protocols/
timed.h 69 #define TSP_MASTERUP 6 /* inform slaves that master is up */
  /external/skia/site/dev/sheriffing/
trooper.md 49 - Disconnected build slaves
52 - Build slaves that failed a step
  /external/chromium-trace/catapult/experimental/buildbot/
buildbot.py 151 self._slaves = tuple(data['slaves'])
188 There may be multiple entries if there are multiple build slaves."""
207 def slaves(self): member in class:Builder
  /external/chromium-trace/catapult/telemetry/telemetry/
benchmark_runner.py 329 2 : 47, # for old desktop configurations with 2 slaves
330 5 : 56, # for new desktop configurations with 5 slaves
331 21 : 43 # for Android 3 slaves 7 devices configurations
  /external/skia/site/dev/testing/
skps.md 66 $ SLAVE\_NUM=... (There are 100 available slaves)<br/>
  /external/tcpdump/
print-timed.c 64 #define TSP_MASTERUP 6 /* inform slaves that master is up */

Completed in 1223 milliseconds

1 2 3