/external/antlr/runtime/Python/tests/ |
D | t052import.py | 72 def execParser(self, grammar, grammarEntry, slaves, input): argument 73 for slave in slaves: 93 def execLexer(self, grammar, slaves, input): argument 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/antlr/runtime/Python3/tests/ |
D | t052import.py | 72 def execParser(self, grammar, grammarEntry, slaves, input): argument 73 for slave in slaves: 91 def execLexer(self, grammar, slaves, input): argument 92 for slave in slaves: 144 slaves=[slave], 179 slaves=[slave], 216 slaves=[slave], 265 slaves=[slave, slave2], 317 slaves=[slave, slave2], 352 slaves=[slave], [all …]
|
/external/toolchain-utils/cros_utils/ |
D | buildbot_json.py | 576 super(BuilderSlaves, self).__init__(parent, parent.parent.parent.slaves, 796 return self.parent.parent.parent.parent.slaves[self.data['slave']] 909 self.slaves = BuilderSlaves(self) 916 self.slaves.discard() 949 def slaves(self): member in Buildbot 1119 for slave in buildbot.slaves: 1145 if options.slaves: 1147 slaves = list(set(options.slaves).intersection(set(builder.slaves.names))) 1148 if not slaves: 1151 slaves = builder.slaves.names [all …]
|
/external/u-boot/board/gdsys/common/ |
D | mclink.c | 26 int slaves = 0; in mclink_probe() local 54 slaves++; in mclink_probe() 57 return slaves; in mclink_probe()
|
/external/u-boot/board/gdsys/mpc8308/ |
D | strider.c | 125 int slaves; in last_stage_init() local 202 slaves = mclink_probe(); in last_stage_init() 228 if (slaves <= 0) in last_stage_init() 231 mclink_fpgacount = slaves; in last_stage_init() 235 for (k = 1; k <= slaves; ++k) in last_stage_init() 241 for (k = 1; k <= slaves; ++k) { in last_stage_init()
|
D | hrcon.c | 122 int slaves; in last_stage_init() local 185 slaves = mclink_probe(); in last_stage_init() 194 if (slaves <= 0) in last_stage_init() 197 mclink_fpgacount = slaves; in last_stage_init() 199 for (k = 1; k <= slaves; ++k) { in last_stage_init()
|
/external/autotest/site_utils/ |
D | check_slave_db_delay.py | 107 slaves = server_manager_utils.get_servers( 109 for slave in slaves: 111 if not slaves:
|
/external/chromium-trace/catapult/common/lab/ |
D | hardware.py | 56 slaves = sorted(master_data.iteritems(), 58 for slave_name, slave_data in slaves:
|
/external/testng/src/main/java/org/testng/internal/remote/ |
D | SlavePool.java | 20 public void addSlaves(Socket[] slaves) throws IOException { in addSlaves() argument 21 for (Socket s : slaves) { in addSlaves()
|
/external/u-boot/drivers/net/ |
D | cpsw.c | 249 slave = (priv)->slaves + (priv)->data.active_slave; if (slave) 251 for (slave = (priv)->slaves; slave != (priv)->slaves + \ 252 (priv)->data.slaves; slave++) 272 struct cpsw_slave *slaves; member 1017 priv->slaves = malloc(sizeof(struct cpsw_slave) * data->slaves); in _cpsw_register() 1018 if (!priv->slaves) { in _cpsw_register() 1331 priv->data.slaves = fdtdec_get_int(fdt, node, "slaves", -1); in cpsw_eth_ofdata_to_platdata() 1332 if (priv->data.slaves <= 0) { in cpsw_eth_ofdata_to_platdata() 1337 priv->data.slaves); in cpsw_eth_ofdata_to_platdata() 1388 if (slave_index >= priv->data.slaves) in cpsw_eth_ofdata_to_platdata() [all …]
|
/external/llvm/docs/ |
D | 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/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | HowToAddABuilder.rst | 25 Volunteers can provide their build machines to work as build slaves to 86 * slaves are added to ``buildbot/osuosl/master/config/slaves.py``
|
/external/u-boot/include/ |
D | cpsw.h | 40 int slaves; /* number of slave cpgmac ports */ member
|
/external/rootdev/ |
D | README.chromium | 13 - Supports resolving through to /sys/block/XXX/slaves/*/dev devices
|
D | rootdev_test.sh | 157 mkdir -p $block/dm-0/slaves/sda1 159 echo "10:1" > $block/dm-0/slaves/sda1/dev
|
/external/u-boot/board/ti/ti814x/ |
D | evm.c | 150 .slaves = 1,
|
/external/u-boot/board/compulab/cm_t335/ |
D | cm_t335.c | 60 .slaves = 1,
|
/external/u-boot/board/compulab/cm_t43/ |
D | cm_t43.c | 94 .slaves = 2,
|
/external/u-boot/arch/arm/dts/ |
D | dra72-evm.dts | 49 slaves = <1>;
|
/external/u-boot/board/silica/pengwyn/ |
D | board.c | 155 .slaves = 1,
|
/external/u-boot/board/compulab/cl-som-am57x/ |
D | eth.c | 45 .slaves = 2,
|
/external/ltp/testcases/kernel/fs/fs_bind/cloneNS/ |
D | 00_Descriptions.txt | 57 chain of slaves
|
/external/u-boot/board/grinn/chiliboard/ |
D | board.c | 177 .slaves = 1,
|
/external/u-boot/board/phytec/pcm051/ |
D | board.c | 196 .slaves = 1,
|
/external/u-boot/board/isee/igep003x/ |
D | board.c | 247 .slaves = 1,
|