/external/chromium_org/net/ |
PRESUBMIT.py | 12 slaves = [ 20 slaves.append('linux_redux') 21 return 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/chromium_org/components/visitedlink/renderer/ |
visitedlink_slave.h | 16 // number of slaves reading the same database.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
jsonchecker_unittest.py | 87 self.assert_error(2, 'json/syntax', "{\n'slaves': []\n}\n") 96 "slaves": [ { "name": "test-slave", "platform": "*" },
|
/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/chromium_org/native_client_sdk/src/build_tools/ |
buildbot_run.py | 29 # localhost. Some slaves can't route HTTP traffic through the proxy to
|
/external/chromium_org/tools/sharding_supervisor/ |
sharding_supervisor.py | 55 '--total-slaves', type='int', default=1, help='Converted to --index')
|
/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 */
|
/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_org/tools/valgrind/ |
waterfall.sh | 57 SLAVES=$(grep "<a href=\"builders\/" "$LOGS_DIR/builders" | \ 62 for S in $SLAVES
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
builders_unittests.js | 37 "slaves": ["vm124-m1"], 46 "slaves": ["vm124-m1"], 55 "slaves": ["vm124-m1"], 67 "slaves": ["vm124-m1"], 76 "slaves": ["vm124-m1"], 85 "slaves": ["vm124-m1"], 701 "slaves": ["vm124-m1"], [all...] |
/external/chromium/chrome/browser/visitedlink/ |
visitedlink_perftest.cc | 33 // We have no slaves, so all methods on this listener are a no-ops.
|
/external/chromium/chrome/common/ |
visitedlink_common.h | 83 // This structure is at the beginning of the shared memory so that the slaves
|
/external/chromium_org/components/visitedlink/common/ |
visitedlink_common.h | 84 // This structure is at the beginning of the shared memory so that the slaves
|
/external/chromium_org/components/visitedlink/test/ |
visitedlink_perftest.cc | 36 // We have no slaves, so all methods on this listener are a no-ops.
|
/hardware/invensense/60xx/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
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | 1300 slaves = pack_slaves variable in class:Misc [all...] |