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

1 2

  /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/qemu/hw/
bt.c 29 /* Slaves should never receive these PDUs */
54 /* Slaves that don't hold any additional per link state can use these */
  /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/skia/tools/
bench_pictures.cfg 15 this file will be directly executed on the build slaves.
  /external/tcpdump/
timed.h 70 #define TSP_MASTERUP 6 /* inform slaves that master is up */
  /external/webkit/Source/WebCore/platform/gtk/
MainFrameScrollbarGtk.cpp 38 // Main frame scrollbars are slaves to a GtkAdjustment. If a main frame
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/protocols/
timed.h 67 #define TSP_MASTERUP 6 /* inform slaves that master is up */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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.7-4.6/sysroot/usr/include/protocols/
timed.h 67 #define TSP_MASTERUP 6 /* inform slaves that master is up */
  /external/chromium/chrome/browser/visitedlink/
visitedlink_perftest.cc 33 // We have no slaves, so all methods on this listener are a no-ops.
visitedlink_unittest.cc 315 // full, notifies its slaves of the change, and updates the disk.
  /external/chromium/chrome/common/
visitedlink_common.h 83 // This structure is at the beginning of the shared memory so that the slaves
  /external/webkit/Tools/BuildSlaveSupport/
build-launcher-dmg 30 # Script used by build slaves to create a disk-image containing WebKit.app.
  /hardware/invensense/mlsdk/platform/include/linux/
mpu.h 107 * before calling the slaves .config or .get_config funcion
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
i2c.h 63 * Those flags are only for use with broken/nonconforming slaves, and with
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
i2c.h 63 * Those flags are only for use with broken/nonconforming slaves, and with
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
i2c.h 63 * Those flags are only for use with broken/nonconforming slaves, and with
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/
master.cfg 534 c['slaves'] = [BuildSlave(slave['name'], passwords[slave['name']], max_builds=1) for slave in config['slaves']]
546 for slave in config['slaves']:
config.json 2 "slaves": [ { "name": "test-slave", "platform": "*" },
  /external/e2fsprogs/lib/blkid/
devname.c 138 sprintf(path, "/sys/block/%s/slaves", de->d_name);
  /external/kernel-headers/original/linux/
netdevice.h 1018 /* On bonding slaves other than the currently active slave, suppress
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libasound.so 
libasound.so.2 
libasound.so.2.0 

Completed in 1002 milliseconds

1 2