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

12

/external/chromium_org/chrome/browser/local_discovery/
H A Dcloud_device_list_delegate.cc17 CloudDeviceListDelegate::Device::Device() { function in class:local_discovery::CloudDeviceListDelegate::Device
20 CloudDeviceListDelegate::Device::~Device() {
H A Dcloud_device_list_delegate.h16 struct Device { struct in class:local_discovery::CloudDeviceListDelegate
17 Device();
18 ~Device();
26 typedef std::vector<Device> DeviceList;
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Ddevice.h35 struct Device { struct in namespace:cricket
36 Device() {} function in struct:cricket::Device
37 Device(const std::string& name, int id) function in struct:cricket::Device
41 Device(const std::string& name, const std::string& id) function in struct:cricket::Device
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Ddevice.py6 class Device(object): class in inherits:object
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Ddevice_manager.h21 class Device { class
23 ~Device();
37 Device(const std::string& device_serial,
51 DISALLOW_COPY_AND_ASSIGN(Device);
60 Status AcquireDevice(scoped_ptr<Device>* device);
65 scoped_ptr<Device>* device);
70 Device* LockDevice(const std::string& device_serial);
H A Ddevice_manager.cc23 Device::Device( function in class:Device
30 Device::~Device() {
34 Status Device::SetUp(const std::string& package,
122 Status Device::ForwardDevtoolsPort(const std::string& package,
144 Status Device::TearDown() {
161 Status DeviceManager::AcquireDevice(scoped_ptr<Device>* device) {
185 const std::string& device_serial, scoped_ptr<Device>* device) {
193 "Device "
[all...]
/external/chromium_org/chrome/browser/resources/history/
H A Dother_devices.js144 // Device:
153 function Device(session, view) { class
159 // Device, Public: ------------------------------------------------------------
167 Device.prototype.getDOMNode = function(maxNumTabs, row) {
215 Device.prototype.setSearchText = function(searchText) {
233 // Device, Private ------------------------------------------------------------
241 Device.prototype.createSessionContents_ = function(maxNumTabs) {
315 Device.prototype.addHighlightedText_ = function(node, content) {
377 this.devices_.push(new Device(sessionList[i], this));
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcdeviceinfo.h37 struct Device { struct in class:FakeWebRtcDeviceInfo
38 Device(const std::string& n, const std::string& i) : name(n), id(i) {} function in struct:FakeWebRtcDeviceInfo::Device
46 devices_.push_back(Device(device_name, device_id));
50 Device* dev = GetDeviceById(
65 Device* dev = GetDeviceByIndex(device_num);
78 Device* dev = GetDeviceById(device_id);
85 Device* dev = GetDeviceById(device_id);
107 Device* GetDeviceByIndex(size_t num) {
110 Device* GetDeviceById(const char* device_id) {
120 std::vector<Device> devices
[all...]
/external/chromium_org/tools/memory_inspector/memory_inspector/core/
H A Dbackends.py23 assert(isinstance(device, Device))
60 A sequence of |Device| instances.
76 class Device(object): class in inherits:object
123 assert(isinstance(device, Device))
154 """CPU/Memory stats for a |Device|."""
/external/chromium_org/chrome/browser/devtools/device/
H A Dandroid_device_manager.cc327 void AndroidDeviceManager::Device::QueryDeviceInfo(
339 void AndroidDeviceManager::Device::OpenSocket(const std::string& socket_name,
350 void AndroidDeviceManager::Device::SendJsonRequest(
366 void AndroidDeviceManager::Device::HttpUpgrade(const std::string& socket_name,
381 AndroidDeviceManager::Device::Device( function in class:AndroidDeviceManager::Device
391 AndroidDeviceManager::Device::~Device() {
491 scoped_refptr<Device> device;
494 device = new Device(handler_thread
[all...]
H A Dandroid_device_manager.h76 class Device : public base::RefCountedThreadSafe<Device>, class in class:AndroidDeviceManager
105 Device(scoped_refptr<base::MessageLoopProxy> device_message_loop,
109 friend class base::RefCountedThreadSafe<Device>;
110 virtual ~Device();
115 base::WeakPtrFactory<Device> weak_factory_;
117 DISALLOW_COPY_AND_ASSIGN(Device);
120 typedef std::vector<scoped_refptr<Device> > Devices;
200 typedef std::map<std::string, base::WeakPtr<Device> > DeviceWeakMap;
H A Dandroid_web_socket.cc80 typedef AndroidDeviceManager::Device Device; typedef in class:__anon3536::AndroidWebSocketImpl
83 scoped_refptr<Device> device,
102 scoped_refptr<Device> device_;
114 scoped_refptr<Device> device,
274 AndroidDeviceManager::Device::CreateWebSocket(
H A Ddevtools_android_bridge.h86 typedef AndroidDeviceManager::Device Device; typedef in class:DevToolsAndroidBridge
91 RemoteBrowser(scoped_refptr<Device> device,
150 scoped_refptr<Device> device_;
164 RemoteDevice(scoped_refptr<Device> device,
180 scoped_refptr<Device> device_;
H A Ddevtools_android_bridge.cc67 typedef AndroidDeviceManager::Device Device; typedef in class:__anon3537::DiscoveryRequest
84 void ReceivedDeviceInfo(scoped_refptr<Device> device,
120 void DiscoveryRequest::ReceivedDeviceInfo(scoped_refptr<Device> device,
527 scoped_refptr<Device> device,
706 scoped_refptr<AndroidDeviceManager::Device> device,
/external/deqp/android/scripts/
H A Dcommon.py77 class Device: class in inherits:
105 devices.append(Device(m.group(1), m.group(2), m.group(3), m.group(4)))
/external/e2fsprogs/lib/ext2fs/
H A Dnt_io.c607 IN PCSTR Device,
620 if('\\' == *Device)
621 return Device;
629 if(('/' == *(Device)) &&
630 ('d' == *(Device + 1)) &&
631 ('e' == *(Device + 2)) &&
632 ('v' == *(Device + 3)) &&
633 ('/' == *(Device + 4)))
635 Device += 5;
638 if('\0' == *Device)
606 _NormalizeDeviceName( IN PCSTR Device, IN PSTR NormalizedDeviceNameBuffer ) argument
[all...]
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js586 * @see https://developer.chrome.com/apps/bluetooth#type-Device
588 chrome.bluetooth.Device = function() {};
592 chrome.bluetooth.Device.prototype.address;
596 chrome.bluetooth.Device.prototype.name;
600 chrome.bluetooth.Device.prototype.deviceClass;
604 chrome.bluetooth.Device.prototype.vendorIdSource;
608 chrome.bluetooth.Device.prototype.vendorId;
612 chrome.bluetooth.Device.prototype.productId;
616 chrome.bluetooth.Device.prototype.deviceId;
620 chrome.bluetooth.Device
6198 chrome.usb.Device = function Device() {}; function
[all...]
/external/clang/lib/Lex/
H A DPTHLexer.cpp686 uint64_t Device = endian::readNext<uint64_t, little, unaligned>(d); local
687 llvm::sys::fs::UniqueID UniqueID(File, Device);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-common-private.hh1097 * Device Tables
1100 struct Device struct in namespace:OT
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh1097 * Device Tables
1100 struct Device struct in namespace:OT
/external/llvm/include/llvm/Support/
H A DFileSystem.h119 uint64_t Device; member in class:llvm::sys::fs::UniqueID
124 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {} argument
126 return Device == Other.Device && File == Other.File;
130 return std::tie(Device, File) < std::tie(Other.Device, Other.File);
132 uint64_t getDevice() const { return Device; }
/external/chromium_org/third_party/mesa/src/include/CL/
H A Dcl.hpp103 * std::vector<cl::Device> devices = context.getInfo<CL_CONTEXT_DEVICES>();
200 class Device;
837 F(cl_context_info, CL_CONTEXT_DEVICES, VECTOR_CLASS<Device>) \
895 F(cl_command_queue_info, CL_QUEUE_DEVICE, cl::Device) \
1180 /*! \class Device
1181 * \brief Device interface for cl_device_id.
1183 class Device : public detail::Wrapper<cl_device_id> class in namespace:cl
1186 Device(cl_device_id device) { object_ = device; } function in class:cl::Device
1188 Device() : detail::Wrapper<cl_type>() { } function in class:cl::Device
1190 Device(cons function in class:cl::Device
[all...]
/external/mesa3d/include/CL/
H A Dcl.hpp103 * std::vector<cl::Device> devices = context.getInfo<CL_CONTEXT_DEVICES>();
200 class Device;
837 F(cl_context_info, CL_CONTEXT_DEVICES, VECTOR_CLASS<Device>) \
895 F(cl_command_queue_info, CL_QUEUE_DEVICE, cl::Device) \
1180 /*! \class Device
1181 * \brief Device interface for cl_device_id.
1183 class Device : public detail::Wrapper<cl_device_id> class in namespace:cl
1186 Device(cl_device_id device) { object_ = device; } function in class:cl::Device
1188 Device() : detail::Wrapper<cl_type>() { } function in class:cl::Device
1190 Device(cons function in class:cl::Device
[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 ...

Completed in 8697 milliseconds

12