Home
last modified time | relevance | path

Searched refs:Device (Results 1 – 25 of 39) sorted by relevance

12

/external/webkit/WebKit/android/wds/client/
Dmain.cpp74 Device::DeviceType type = Device::NONE; in main()
87 type = Device::EMULATOR; in main()
90 type = Device::DEVICE; in main()
111 if (type == Device::NONE && devices.size() > 1) { in main()
120 const Device* device = NULL; in main()
121 if (type == Device::NONE) in main()
DDevice.h33 class Device {
44 Device(char* name, DeviceType type, const AdbConnection* conn) in Device() function
48 ~Device() { free(m_name); } in ~Device()
DAdbConnection.cpp223 Device::DeviceType t = Device::DEVICE; in getDeviceList()
226 t = Device::EMULATOR; in getDeviceList()
228 m_devices.add(new Device(serial, t, this)); in getDeviceList()
DDeviceList.h31 class Device; variable
33 typedef android::Vector<Device*> DeviceList;
DDevice.cpp29 bool Device::sendRequest(const char* req) const { in sendRequest()
DAndroid.mk33 Device.cpp \
/external/e2fsprogs/lib/ext2fs/
Dnt_io.c608 IN PCSTR Device, in _NormalizeDeviceName() argument
621 if('\\' == *Device) in _NormalizeDeviceName()
622 return Device; in _NormalizeDeviceName()
630 if(('/' == *(Device)) && in _NormalizeDeviceName()
631 ('d' == *(Device + 1)) && in _NormalizeDeviceName()
632 ('e' == *(Device + 2)) && in _NormalizeDeviceName()
633 ('v' == *(Device + 3)) && in _NormalizeDeviceName()
634 ('/' == *(Device + 4))) in _NormalizeDeviceName()
636 Device += 5; in _NormalizeDeviceName()
639 if('\0' == *Device) in _NormalizeDeviceName()
[all …]
/external/blktrace/btt/doc/
Dsample-btt-output.tex18 ==================== Device Overhead ====================
31 ==================== Device Merge Information ====================
41 ==================== Device Q2Q Seek Information ====================
52 ==================== Device D2D Seek Information ====================
Dbtt.tex187 \item[Device Overhead]
211 \item[Device Merge Information]
232 \item[Device Seek Information]
382 \item[Per Device] Similar to the per-process display, \texttt{btt}
401 \item[Per Device Averages] The average columns from the above charts,
606 Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s
667 \item Device major/minor.
1066 \texttt{DMI} & Device Merge Information:\\
1068 \texttt{QSK} & Device Q2Q Seek Information:\\
1070 \texttt{DSK} & Device D2D Seek Information:\\
/external/bluetooth/bluez/compat/
Dfakehid.txt12 Device Name: EPox BT-PM01B aabbcc
52 Device Name: KEYBOARD
94 Device Name: CL800BT
/external/bluetooth/bluez/doc/
Ddevice-api.txt1 BlueZ D-Bus Device API description
10 Device hierarchy
14 Interface org.bluez.Device
Dnode-api.txt26 object Device [readonly]
Dnetwork-api.txt46 string Device [readonly]
Dadapter-api.txt187 from the org.bluez.Device interface. In addition there
/external/blktrace/btreplay/doc/
Dbtreplay.tex95 \item[Device] The IOs are replayed on the same device as was seen
110 \item[Device IO Stream Ordering] All IOs on a device are submitted in
329 \item Device identifier (taken directly from the device name of the
445 \item Device identifier (taken directly from the device name of the
464 Specify Device Mappings}
/external/qemu/android/avd/
Dhardware-properties.ini30 abstract = Device ram size
/external/blktrace/
DREADME94 %D - Device number
/external/bluetooth/bluez/
DChangeLog373 Fix Device ID record handling.
446 Add DiscoverServices method to Device interface.
960 Add support for Device ID attributes.
961 Add Device ID and HID attribute definitions.
1176 Device initialization fixes (hcid).
/external/grub/docs/
Dgrub.info554 Device map::, for more details.
601 installation. The format is defined in *Note Device map::. Please be
1638 * Device syntax:: How to specify devices
1643 File: grub.info, Node: Device syntax, Next: File name syntax, Up: Filesystem
1686 File: grub.info, Node: File name syntax, Next: Block list syntax, Prev: Device syntax, Up: File…
3367 * Device map:: The map between BIOS drives and OS devices
3395 Device map::.
3399 option `--device-map' is specified (*note Device map::).
3404 time. If you specify the device map file (*note Device map::), the
3438 File: grub.info, Node: Installation under UNIX, Next: Device map, Prev: Basic usage, Up: Invoki…
[all …]
Dgrub.texi604 @dfn{device map}, which you must fix if it is wrong. @xref{Device
666 installation. The format is defined in @ref{Device map}. Please be
1824 * Device syntax:: How to specify devices
1830 @node Device syntax
3503 * Device map:: The map between BIOS drives and OS devices
3531 @ref{Device map}.
3535 @option{--device-map} is specified (@pxref{Device map}).
3540 specify the device map file (@pxref{Device map}), the grub shell just
3628 @node Device map
3642 @var{device} is a drive specified in the GRUB syntax (@pxref{Device
/external/qemu/
DCHANGES.TXT147 Each AVD (Android Virtual Device) corresponds to a directory used to store
187 Device's configuration. This means it is now possible to not emulate
/external/grub/
Dconfigure.ac329 dnl Device drivers.
DNEWS551 "Device completion".
/external/blktrace/doc/
Dblktrace.tex102 and navigate through \emph{Device Drivers} and \emph{Block devices}
759 BLK\_TA\_PLUG & Device is plugged \\ \hline
/external/e2fsprogs/po/
Dde.po3636 msgstr "Überschreibe Journal-Device mit Nullen: "
3641 msgstr "beim Überschreiben des Journal-Device mit Nullen (Block %u, Nr. %d)"
3854 msgstr "beim Versuch, das Journal-Device %s zu öffnen\n"
3859 msgstr "Journal-Device Blockgröße (%d) kleiner als Minimum-Blockgröße %d\n"
3891 "Device size reported to be zero. Invalid partition specified, or\n"

12