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

1 2 3 4 5

  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/
builders.py 3 allWinBuilders = ['apple-slave-7', 'apple-slave-2'] # pewtermoose-slave-1
4 allMacPPCBuilders = ['apple-slave-1', 'apple-slave-3', 'apple-slave-6']
5 allMacIntelBuilders = ['bdash-slave-1', 'bdash-slave-2']
6 macIntelPixelBuilders = ['apple-slave-8']
7 allQtLinuxBuilders = ['webtroll-slave-1'
    [all...]
auth.py 9 return [("slave-name", "password")]
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/
config.json 2 "slaves": [ { "name": "test-slave", "platform": "*" },
4 { "name": "bdash-slave-2", "platform": "mac-tiger" },
24 { "name": "gtk-linux-slave-1", "platform": "gtk"},
25 { "name": "gtk-linux-slave-2", "platform": "gtk"},
26 { "name": "gtk-linux-slave-3", "platform": "gtk"},
37 "slavenames": ["bdash-slave-2", "test-slave"]
43 "slavenames": ["apple-xserve-1", "apple-xserve-2", "test-slave"]
47 "slavenames": ["apple-pixel-1", "test-slave"]
53 "slavenames": ["apple-xserve-1", "apple-xserve-2", "test-slave"]
    [all...]
Makefile 5 # master or slave by doing 'make start' or 'make stop'.
master.cfg 325 c['slaves'] = [BuildSlave(slave['name'], passwords[slave['name']], max_builds=1) for slave in config['slaves']]
335 for slave in config['slaves']:
336 if slave['name'] != slaveName or slave['platform'] == '*':
339 if slave['platform'] != builder['platform']:
340 raise Exception, "Builder %r is for platform %r but has slave %r for platform %r!" % (builder['name'], builder['platform'], slave['name'], slave['platform']
    [all...]
  /external/qemu/hw/
bt.c 25 /* Slave implementations can ignore this */
33 if (link->slave->reject_reason)
60 link->slave = req->slave;
94 /* Simple slave-only devices need to implement only .lmp_acl_data */
105 dev->next = net->slave;
106 net->slave = dev;
111 struct bt_device_s **p = &dev->net->slave;
bt-hci.c 275 * (Slave to master only)
390 struct bt_device_s *slave;
394 slave = 0;
396 slave = net->slave;
401 bt_submit_lmp(slave, length - 1, data + 1);
405 bt_sumbit_l2cap(slave, length - 1, data + 1, (data[0] >> 2) & 1);
516 struct bt_device_s *slave)
520 .bdaddr = BAINIT(&slave->bd_addr),
524 .dev_class[0] = slave->class[0]
585 struct bt_device_s *slave; local
677 struct bt_device_s *slave; local
944 struct bt_device_s *slave; local
969 struct bt_device_s *slave; local
997 struct bt_device_s *slave; local
1020 struct bt_device_s *slave; local
    [all...]
  /external/bluetooth/bluez/audio/
bluetooth.conf 30 slave {
  /device/samsung/crespo/
asound.conf 35 slave.pcm {
50 slave.pcm {
66 slave.pcm {
83 slave.pcm {
100 slave.pcm {
117 slave.pcm {
134 slave.pcm {
151 slave.pcm {
168 slave.pcm {
185 slave.pcm
    [all...]
  /external/webkit/WebKitTools/BuildSlaveSupport/
run-performance-tests 29 # Script used by WebKit build slave to kick off performance tests.
54 print "Copying built frameworks to PLT slave...\n";
56 die "Failed to copy to slave\n" unless (system("rsync", "-avz", @frameworks, "$userAndHost:$slaveDirectory") == 0);
58 print "Opening reponse port for PLT slave...\n";
66 print "Starting performance tests on PLT slave...\n";
67 die "Failed to start slave!\n" unless (system("ssh", $userAndHost, "autovicki", $slaveDirectory, "--safari", "$slaveDirectory/Safari.app", "--count", 5, "--clean-exit", "--webkit-revision", currentSVNRevision(), "--show-results", "send-completed-results.command") == 0);
69 print "Waiting for PLT slave to respond...\n";
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_plugin.h 80 snd_pcm_t *slave, int close_slave);
89 snd_pcm_format_t sformat, snd_pcm_t *slave,
99 snd_pcm_format_t sformat, snd_pcm_t *slave,
109 snd_pcm_format_t sformat, snd_pcm_t *slave,
119 snd_pcm_format_t sformat, snd_pcm_t *slave,
129 snd_pcm_format_t sformat, snd_pcm_t *slave,
150 snd_pcm_t *slave, int close_slave);
161 snd_pcm_t *slave, int close_slave);
170 snd_pcm_t *slave, int close_slave);
183 snd_pcm_t *slave, int close_slave)
    [all...]
timer.h 63 SND_TIMER_CLASS_SLAVE = 0, /**< slave timer */
70 /** timer slave class */
76 SND_TIMER_SCLASS_LAST = SND_TIMER_SCLASS_OSS_SEQUENCER /**< last slave timer */
90 /* master timer events for slave timer instances */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pty.h 31 /* Create pseudo tty master slave pair with NAME and set terminal
37 /* Create child process and establish the slave pseudo terminal as the
  /external/kernel-headers/original/linux/
mount.h 52 struct list_head mnt_slave_list;/* list of slave mounts */
53 struct list_head mnt_slave; /* slave list entry */
54 struct vfsmount *mnt_master; /* slave is on master->mnt_slave_list */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
i2c-dev.h 37 /* NOTE: Slave address is 7 or 10 bits, but 10-bit addresses
40 #define I2C_SLAVE 0x0703 /* Use this slave address */
41 #define I2C_SLAVE_FORCE 0x0706 /* Use this slave address, even if it
if_bonding.h 15 * - Added support for getting slave's speed and duplex via ethtool.
21 * each slave.
74 /* each slave's link has 4 states */
80 /* each slave has several states */
i2c.h 33 * @addr: Slave address, either seven or ten bits. When this is a ten
40 * I2C slave address. For read transactions where I2C_M_RECV_LEN
43 * slave (plus, if used, the SMBus PEC); and this value will be
54 * START. That is followed by the slave address, and a bit encoding read
68 __u16 addr; /* slave address */
71 #define I2C_M_RD 0x0001 /* read data, from slave to master */
if.h 41 #define IFF_SLAVE 0x800 /* slave of a load balancer */
58 #define IFF_SLAVE_INACTIVE 0x4 /* bonding slave not the curr. active */
61 #define IFF_BONDING 0x20 /* bonding master or slave */
189 #define ifr_slave ifr_ifru.ifru_slave /* slave device */
isdn.h 116 char slave[10]; /* Name of Slave for Bundling */ member in struct:__anon14453
126 int slavedelay; /* Delay until slave starts up */
135 int triggercps; /* BogoCPS needed for triggering slave */
  /external/dropbear/
sshpty.c 75 char *slave;
77 slave = _getpty(ptyfd, O_RDWR, 0622, 0);
78 if (slave == NULL) {
83 strlcpy(namebuf, slave, namebuflen);
84 /* Open the slave side. */
123 "Slave pty side name could not be obtained.");
128 /* Open the slave side. */
176 "Could not open pty slave side %.100s: %.100s",
210 /* Open the slave side. */
chansession.h 47 int slave; member in struct:ChanSess
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
pt_chown 
  /external/bluetooth/hcidump/src/
csrsniff.c 145 "\tcsrsniff [-i <dev>] <master-bdaddr> [slave-bdaddr]\n");
160 bdaddr_t bdaddr, master, slave; local
164 bacpy(&slave, BDADDR_ANY);
195 str2ba(argv[1], &slave);
  /external/iproute2/include/linux/
if.h 43 #define IFF_SLAVE 0x800 /* slave of a load balancer */
62 #define IFF_SLAVE_INACTIVE 0x4 /* bonding slave not the curr. active */
65 #define IFF_BONDING 0x20 /* bonding master or slave */
199 #define ifr_slave ifr_ifru.ifru_slave /* slave device */
  /external/bluetooth/bluez/tools/
hciconfig.8 246 .B SLAVE
247 mean, respectively, to ask to become master or to remain slave when a
262 sets link policy to the default behaviour of remaining slave and not accepting

Completed in 320 milliseconds

1 2 3 4 5