Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Ddevice.h35 struct Device { struct
36 Device() {} in Device() function
37 Device(const std::string& name, int id) in Device() function
41 Device(const std::string& name, const std::string& id) in Device() function
44 std::string name;
45 std::string id;
/external/chromium_org/chrome/browser/local_discovery/
Dcloud_device_list_delegate.h16 struct Device { struct
26 typedef std::vector<Device> DeviceList; argument
Dcloud_device_list_delegate.cc17 CloudDeviceListDelegate::Device::Device() { in Device() function in local_discovery::CloudDeviceListDelegate::Device
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dfakewebrtcdeviceinfo.h37 struct Device { struct
38 Device(const std::string& n, const std::string& i) : name(n), id(i) {} in Device() argument
46 devices_.push_back(Device(device_name, device_id)); in AddDevice() argument
/external/chromium_org/chrome/test/chromedriver/chrome/
Dchrome_android_impl.h14 class Device; variable
Ddevice_manager.cc23 Device::Device( in Device() function in Device
Ddevice_manager_unittest.cc106 TEST(Device, StartStopApp) { in TEST() argument
/external/clang/test/Index/
Dheaderfile-comment-to-html.m18 @interface Device interface
/external/chromium_org/tools/telemetry/telemetry/core/platform/
Ddevice.py6 class Device(object): class
/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh1100 struct Device struct
1103 inline hb_position_t get_x_delta (hb_font_t *font) const in get_x_delta()
1106 inline hb_position_t get_y_delta (hb_font_t *font) const in get_y_delta()
1109 inline int get_delta (unsigned int ppem, int scale) const in get_delta()
1121 inline int get_delta_pixels (unsigned int ppem_size) const in get_delta_pixels()
1144 inline unsigned int get_size (void) const in get_size()
1151 inline bool sanitize (hb_sanitize_context_t *c) { in sanitize()
1157 USHORT startSize; /* Smallest size to correct--in ppem */
1158 USHORT endSize; /* Largest size to correct--in ppem */
1159 USHORT deltaFormat; /* Format of DeltaValue array data: 1, 2, or 3
[all …]
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-layout-common-private.hh1100 struct Device struct
1103 inline hb_position_t get_x_delta (hb_font_t *font) const in get_x_delta()
1106 inline hb_position_t get_y_delta (hb_font_t *font) const in get_y_delta()
1109 inline int get_delta (unsigned int ppem, int scale) const in get_delta()
1121 inline int get_delta_pixels (unsigned int ppem_size) const in get_delta_pixels()
1144 inline unsigned int get_size (void) const in get_size()
1151 inline bool sanitize (hb_sanitize_context_t *c) { in sanitize()
1157 USHORT startSize; /* Smallest size to correct--in ppem */
1158 USHORT endSize; /* Largest size to correct--in ppem */
1159 USHORT deltaFormat; /* Format of DeltaValue array data: 1, 2, or 3
[all …]
/external/chromium_org/chrome/browser/resources/local_discovery/
Dlocal_discovery.js70 function Device(info, registerEnabled) { class
77 Device.prototype = { class
/external/chromium_org/chromeos/test/data/network/
Dshill_cellular_with_state.json19 "Device": { object
/external/deqp/android/scripts/
Dcommon.py77 class Device: class
/external/chromium_org/chrome/browser/devtools/device/
Dandroid_web_socket.cc80 typedef AndroidDeviceManager::Device Device; typedef in __anonc558fe9a0111::AndroidWebSocketImpl
Dandroid_device_manager.cc381 AndroidDeviceManager::Device::Device( in Device() function in AndroidDeviceManager::Device
Ddevtools_android_bridge.cc67 typedef AndroidDeviceManager::Device Device; typedef in __anon325f4ed00111::DiscoveryRequest
/external/chromium_org/chrome/browser/resources/history/
Dother_devices.js153 function Device(session, view) { class
/external/llvm/include/llvm/Support/
DFileSystem.h119 uint64_t Device; variable
124 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {} in UniqueID()
/external/chromium_org/tools/memory_inspector/memory_inspector/core/
Dbackends.py76 class Device(object): class
/external/e2fsprogs/lib/ext2fs/
Dnt_io.c607 IN PCSTR Device, in _NormalizeDeviceName()
/external/clang/lib/Lex/
DPTHLexer.cpp686 uint64_t Device = endian::readNext<uint64_t, little, unaligned>(d); in ReadData() local
/external/chromium_org/third_party/mesa/src/include/CL/
Dcl.hpp1183 class Device : public detail::Wrapper<cl_device_id> class
1186 Device(cl_device_id device) { object_ = device; } in Device() function in cl::Device
1188 Device() : detail::Wrapper<cl_type>() { } in Device() function in cl::Device
1190 Device(const Device& device) : detail::Wrapper<cl_type>(device) { } in Device() function in cl::Device
/external/mesa3d/include/CL/
Dcl.hpp1183 class Device : public detail::Wrapper<cl_device_id> class
1186 Device(cl_device_id device) { object_ = device; } in Device() function in cl::Device
1188 Device() : detail::Wrapper<cl_type>() { } in Device() function in cl::Device
1190 Device(const Device& device) : detail::Wrapper<cl_type>(device) { } in Device() function in cl::Device
/external/chromium_org/third_party/closure_compiler/externs/
Dchrome_extensions.js588 chrome.bluetooth.Device = function() {}; class
6198 chrome.usb.Device = function Device() {}; class in chrome.usb