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

1 2 3 4 5 6 7 8 91011

  /external/openssh/contrib/cygwin/
sshd-inetd 1 # This file can be used to enable sshd as a slave of the inetd service
  /hardware/invensense/mlsdk/platform/include/linux/
mpu.h 106 * slave is on the secondary bus the MPU will first enger bypass mode
173 * slave devices
176 * for this slave
177 * @irq: the irq number attached to the slave if any.
179 * @bus: the bus the slave is attached to: enum ext_slave_bus
180 * @address: the I2C slave address of the slave device.
182 * @irq_data: private data for the slave irq handler
218 * struct ext_slave_descr - Description of the slave device for programming.
234 * @range: full scale range of the slave ouput: struct fix_pnt_rang
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t052import.py 73 for slave in slaves:
74 parserName = self.writeInlineGrammar(slave)[0]
75 # slave parsers are imported as normal python modules
94 for slave in slaves:
95 parserName = self.writeInlineGrammar(slave)[0]
96 # slave parsers are imported as normal python modules
130 slave = textwrap.dedent(
159 slaves=[slave],
170 # String slave =
174 # writeFile(tmpdir, "S.g", slave);
    [all...]
  /external/qemu/hw/
bt.c 24 /* Slave implementations can ignore this */
32 if (link->slave->reject_reason)
59 link->slave = req->slave;
93 /* Simple slave-only devices need to implement only .lmp_acl_data */
104 dev->next = net->slave;
105 net->slave = dev;
110 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
1019 struct bt_device_s *slave; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestCompositeGrammars.java 50 String slave = local
54 writeFile(tmpdir, "S.g", slave);
70 String slave = local
74 writeFile(tmpdir, "S.g", slave);
90 String slave = local
94 writeFile(tmpdir, "S.g", slave);
107 String slave = local
114 writeFile(tmpdir, "S.g", slave);
126 String slave = local
131 writeFile(tmpdir, "S.g", slave);
148 String slave = local
188 String slave = local
234 String slave = local
263 String slave = local
316 String slave = local
369 String slave = local
407 String slave = local
448 String slave = local
474 String slave = local
498 String slave = local
515 String slave = local
540 String slave = local
567 String slave = local
583 String slave = local
603 String slave = local
644 String slave = local
675 String slave = local
698 String slave = local
721 String slave = local
748 String slave = local
794 String slave = local
857 String slave = local
955 String slave = local
    [all...]
  /external/arduino/libraries/Wire/
Wire.cpp 100 // set address of targeted slave
125 // slave tx event callback
141 // in slave send mode
148 // slave tx event callback
158 // in slave send mode
165 // slave tx event callback
173 // slave tx event callback
181 // slave rx event callback
189 // slave rx event callback
246 // sets function called on slave writ
    [all...]
  /external/webkit/Tools/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";
  /hardware/invensense/mlsdk/mllite/
mldl_cfg_mpu.c 320 * Send slave configuration information
324 * @param slave_handle handle to the slave sensor
325 * @param slave slave description
326 * @param pdata slave platform data
334 struct ext_slave_descr *slave,
339 if (!mldl_cfg || !gyro_handle || !data || !slave) {
344 switch (slave->type) {
364 * Send slave configuration information
368 * @param slave_handle handle to the slave senso
    [all...]
  /external/arduino/libraries/Wire/utility/
twi.c 95 * Desc sets slave address and enables interrupt
101 // set twi slave address (skip over TWGCE bit)
140 // build sla+w, slave device address + w bit
203 // build sla+w, slave device address + w bit
227 * Desc fills slave tx buffer with data
228 * must be called in slave tx event callback
232 * 2 not slave transmitter
244 // ensure we are currently a slave transmitter
260 * Desc sets function called before a slave read operation
271 * Desc sets function called before a slave write operatio
    [all...]
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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...]
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/
Makefile 5 # master or slave by doing 'make start' or 'make stop'.
config.json 2 "slaves": [ { "name": "test-slave", "platform": "*" },
40 { "name": "gtk-linux-slave-1", "platform": "gtk"},
41 { "name": "gtk-linux-slave-2", "platform": "gtk"},
42 { "name": "gtk-linux-slave-3", "platform": "gtk"},
64 { "name": "efl-linux-slave-1", "platform": "efl" }
70 "slavenames": ["apple-xserve-1", "apple-xserve-2", "test-slave"]
74 "slavenames": ["apple-macpro-4", "apple-pixel-1", "test-slave", "apple-macpro-7"]
80 "slavenames": ["apple-xserve-1", "apple-xserve-2", "test-slave"]
84 "slavenames": ["apple-xserve-3", "test-slave", "apple-macpro-5", "apple-macpro-6", "apple-macpro-7"]
89 "slavenames": ["apple-xserve-4", "test-slave"]
    [all...]
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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/bison/lib/
wait-process.c 57 'child' field to 0 when unregistering a slave process, and wouldn't need
68 /* The registered slave subprocesses. */
74 /* The termination signal for slave subprocesses.
88 /* Get the last registered slave. */
97 pid_t slave = slaves[n].child; local
99 /* Kill the slave. */
100 kill (slave, TERMINATOR);
105 /* Register a subprocess as being a slave process. This means that the
120 /* Try to store the new slave in an unused entry of the slaves array. */
166 new slave and its 'used' bit have been written to the memory location
    [all...]
  /external/openssh/openbsd-compat/
bsd-openpty.c 81 char *slave; local
83 if ((slave = _getpty(amaster, O_RDWR, 0622, 0)) == NULL)
86 /* Open the slave side. */
87 if ((*aslave = open(slave, O_RDWR | O_NOCTTY)) == -1) {
118 /* Open the slave side. */
168 /* Open the slave side. */
202 /* Open the slave side. */
  /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 */
  /external/kernel-headers/original/media/
v4l2-mediabus.h 18 * Can the client run in master or in slave mode. By "Master mode" an operation
20 * horizontal and vertical synchronisation. In "Slave mode" the host is
21 * providing these signals to the slave.
  /external/webkit/Tools/BuildSlaveSupport/gtk/
daemontools-buildbot.conf 19 # Path to the Buildbot slave directory
21 buildbot_path="/home/slave/webkitgtk"
25 buildbot_user="slave"
  /hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/
wcd9xxx-slimslave.h 45 * we need to add offset for getting the absolute slave
74 /* below details are taken from SLIMBUS slave SWI */
92 /* slave port water mark level
  /prebuilts/gcc/linux-x86/host/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

Completed in 1554 milliseconds

1 2 3 4 5 6 7 8 91011