Searched defs:Device (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebKit/android/wds/client/
H A DDevice.h33 class Device { class
44 Device(char* name, DeviceType type, const AdbConnection* conn) function in class:Device
48 ~Device() { free(m_name); }
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Ddevicemanager.h45 struct Device { struct in namespace:cricket
46 Device() {} function in struct:cricket::Device
47 Device(const std::string& first, int second) function in struct:cricket::Device
51 Device(const std::string& first, const std::string& second) function in struct:cricket::Device
73 // Device enumeration
74 virtual bool GetAudioInputDevices(std::vector<Device>* devices);
75 virtual bool GetAudioOutputDevices(std::vector<Device>* devices);
77 bool GetAudioInputDevice(const std::string& name, Device* out);
78 bool GetAudioOutputDevice(const std::string& name, Device* out);
80 virtual bool GetVideoCaptureDevices(std::vector<Device>* dev
[all...]
/external/harfbuzz/src/
H A Dharfbuzz-gdef-private.h69 HB_Device* Device; /* Device table for x or y value */ member in struct:HB_CaretValueFormat3_
H A Dharfbuzz-dump.c458 Dump_Device (HB_Device *Device, FILE *stream, int indent, HB_Type hb_type) argument
467 DUMP_FUINT (Device, StartSize);
468 DUMP_FUINT (Device, EndSize);
469 DUMP_FUINT (Device, DeltaFormat);
470 switch (Device->DeltaFormat)
498 for (i = Device->StartSize; i <= Device->EndSize ; i++)
500 HB_UShort val = Device->DeltaValue[i / n_per];
503 if (i != Device->EndSize)
522 RECURSE (Device, Devic
[all...]
/external/clang/include/clang/Basic/
H A DFileManager.h65 dev_t Device; // ID for the device containing the file. member in class:clang::FileEntry
76 : Name(0), Device(device), Inode(inode), FileMode(m), FD(-1) {}
78 FileEntry() : Name(0), Device(0), Inode(0), FileMode(0), FD(-1) {}
96 dev_t getDevice() const { return Device; }
104 return Device < RHS.Device || (Device == RHS.Device && Inode < RHS.Inode);
/external/e2fsprogs/lib/ext2fs/
H A Dnt_io.c608 IN PCSTR Device,
621 if('\\' == *Device)
622 return Device;
630 if(('/' == *(Device)) &&
631 ('d' == *(Device + 1)) &&
632 ('e' == *(Device + 2)) &&
633 ('v' == *(Device + 3)) &&
634 ('/' == *(Device + 4)))
636 Device += 5;
639 if('\0' == *Device)
607 _NormalizeDeviceName( IN PCSTR Device, IN PSTR NormalizedDeviceNameBuffer ) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 329 milliseconds