/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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 */
|
/external/chromium_org/net/tools/dump_cache/ |
upgrade_win.h | 14 // Runs a loop to write a new cache with all the data available from a slave
|
/hardware/invensense/60xx/mlsdk/mlutils/ |
slave.h | 20 * $Id: slave.h 5629 2011-06-11 03:13:08Z mcaramello $ 31 * @file slave.h 136 #define COMPASS_SLAVEADDR_AMI305 0x0F /*Slave address for AMI 305/306*/ 137 #define COMPASS_SLAVEADDR_AMI306 0x0E /*Slave address for AMI 305/306*/
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
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:__anon39418 126 int slavedelay; /* Delay until slave starts up */ 135 int triggercps; /* BogoCPS needed for triggering slave */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
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:__anon41009 126 int slavedelay; /* Delay until slave starts up */ 135 int triggercps; /* BogoCPS needed for triggering slave */
|
/external/llvm/docs/ |
HowToAddABuilder.rst | 9 buildslave to private slave builder to LLVM Buildbot Infrastructure 45 Creating a slave 46 <http://buildbot.net/buildbot/docs/current/full.html#creating-a-slave>`_ 51 $ buildslave create-slave <buildslave-root-directory> \ 71 #. Send a patch which adds your build slave and your builder to zorg. 84 if administrator contact and slave information are correct.
|
/hardware/invensense/60xx/mlsdk/mllite/ |
mldl_cfg.h | 124 /* Slave related information */ 158 /* Slave Read functions */ 162 struct ext_slave_descr *slave, 209 /* Slave Config functions */ 214 struct ext_slave_descr *slave, 260 /* Slave get config functions */ 265 struct ext_slave_descr *slave,
|
/external/chromium/chrome/browser/visitedlink/ |
visitedlink_unittest.cc | 119 // slave to make sure it reads the data properly. 132 // Create a slave database. 133 VisitedLinkSlave slave; local 137 slave.OnUpdateVisitedLinks(new_handle); 138 g_slaves.push_back(&slave); 146 found = slave.IsVisited(cur); 147 EXPECT_TRUE(found) << "URL " << i << "not found in slave."; 153 found = slave.IsVisited(GURL("http://unfound.site/")); 274 VisitedLinkSlave slave; local 278 slave.OnUpdateVisitedLinks(new_handle) 323 VisitedLinkSlave slave; local [all...] |
/external/chromium_org/components/visitedlink/test/ |
visitedlink_unittest.cc | 167 // slave to make sure it reads the data properly. 179 // Create a slave database. 180 VisitedLinkSlave slave; local 184 slave.OnUpdateVisitedLinks(new_handle); 185 g_slaves.push_back(&slave); 193 found = slave.IsVisited(cur); 194 EXPECT_TRUE(found) << "URL " << i << "not found in slave."; 200 found = slave.IsVisited(GURL("http://unfound.site/")); 313 VisitedLinkSlave slave; local 317 slave.OnUpdateVisitedLinks(new_handle) 360 VisitedLinkSlave slave; local [all...] |
/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. */
|
/external/chromium_org/tools/emacs/ |
trybot-windows.txt | 5 "C:\Program Files (x86)\Xoreax\IncrediBuild\BuildConsole.exe" e:\b\build\slave\win\build\src\build\all.sln "/Cfg=Debug|Win32"
22 e:\b\build\slave\win\build\src\third_party\webkit\javascriptcore\wtf\text\StringImpl.h(90) : warning C4355: 'this' : used in base member initializer list with a gratuitous backslash \ for testing
23 e:\b\build\slave\win\build\src\third_party\webkit\webcore\dom\ViewportArguments.h(78) : warning C4305: 'initializing' : truncation from '' to 'bool'
24 e:\b\build\slave\win\build\src\build\Debug\obj\global_intermediate\webkit\CSSGrammar.cpp(1930) : warning C4065: switch statement contains 'default' but no 'case' labels
45 e:\b\build\slave\win\build\src\chrome\browser\process_singleton_win.cc(95) : error C2664: 'PathService::Get' : cannot convert parameter 2 from 'std::wstring *' to 'FilePath *'
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pty.py | 3 # Bugs: No signal handling. Doesn't set slave termios and window size. 23 Open a pty master/slave pair, using os.openpty() if possible.""" 35 Open a pty master and return the fd, and the filename of the slave end. 74 Open the pty slave and acquire the controlling terminal, returning 114 # Slave becomes stdin/stdout/stderr of child.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pty.py | 3 # Bugs: No signal handling. Doesn't set slave termios and window size. 23 Open a pty master/slave pair, using os.openpty() if possible.""" 35 Open a pty master and return the fd, and the filename of the slave end. 74 Open the pty slave and acquire the controlling terminal, returning 114 # Slave becomes stdin/stdout/stderr of child.
|
/external/chromium_org/chromeos/process_proxy/ |
process_output_watcher.cc | 105 // If there is nothing on the output the watched process has exited (slave end 108 // Slave pseudo terminal has been closed, we won't need master fd anymore.
|
process_proxy.h | 56 // Create master and slave end of pseudo terminal that will be used to 58 // pt_pair[0] -> master, pt_pair[1] -> slave.
|
/external/arduino/libraries/SPI/ |
SPI.cpp | 32 // automatically switches to Slave, so the data direction of
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
pt_chown | |