Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Ddevice.h36 struct Device { struct
37 Device() {} in Device() argument
38 Device(const std::string& name, int id) in Device() function
42 Device(const std::string& name, const std::string& id) in Device() function
45 std::string name;
46 std::string id;
/external/webrtc/talk/media/webrtc/
Dfakewebrtcdeviceinfo.h39 struct Device { struct
40 Device(const std::string& n, const std::string& i) : name(n), id(i) {} in Device() function
48 devices_.push_back(Device(device_name, device_id)); in AddDevice() argument
/external/libweave/src/
Daccess_api_handler.h17 class Device; variable
Dbase_api_handler.h16 class Device; variable
/external/clang/test/Index/
Dheaderfile-comment-to-html.m18 @interface Device interface
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
Ddevice.py6 class Device(object): class
/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh1164 struct Device struct
1167 inline hb_position_t get_x_delta (hb_font_t *font) const in get_x_delta()
1170 inline hb_position_t get_y_delta (hb_font_t *font) const in get_y_delta()
1173 inline unsigned int get_size (void) const in get_size()
1180 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize()
1188 inline int get_delta (unsigned int ppem, int scale) const in get_delta()
1198 inline int get_delta_pixels (unsigned int ppem_size) const in get_delta_pixels()
1222 USHORT startSize; /* Smallest size to correct--in ppem */
1223 USHORT endSize; /* Largest size to correct--in ppem */
1224 USHORT deltaFormat; /* Format of DeltaValue array data: 1, 2, or 3
[all …]
/external/deqp/android/scripts/
Ddebug.py244 class Device: class
Dcommon.py159 class Device: class
/external/autotest/client/cros/input_playback/
Dinput_playback.py15 class Device(object): 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/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp211 class Device class
686 Device::Device (VkPhysicalDevice, const VkDeviceCreateInfo*) in Device() function in vk::__anon2c498f7d0111::Device
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp465 struct Device struct
467 typedef VkDevice Type;
469 struct Parameters
480 struct Resources
521 static deUint32 getMaxConcurrent (Context& context, const Parameters& params) in getMaxConcurrent()
526 static Move<VkDevice> create (const Environment& env, const Resources& res, const Parameters&) in create()
/external/vulkan-validation-layers/tests/
Dvktestbinding.h44 class Device; variable
152 explicit Device(VkPhysicalDevice phy) : phy_(phy) {} in Device() function
/external/e2fsprogs/lib/ext2fs/
Dnt_io.c607 IN PCSTR Device, in _NormalizeDeviceName()
/external/clang/lib/Lex/
DPTHLexer.cpp675 uint64_t Device = endian::readNext<uint64_t, little, unaligned>(d); in ReadData() local
/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/clang/include/clang/AST/
DOpenMPClause.h2514 Stmt *Device; variable
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2566 const Expr *Device = nullptr; in EmitOMPTargetDirective() local
DCGOpenMPRuntime.cpp3254 const Expr *IfCond, const Expr *Device, in emitTargetCall()
/external/clang/lib/Sema/
DSemaOpenMP.cpp8063 OMPClause *Sema::ActOnOpenMPDeviceClause(Expr *Device, SourceLocation StartLoc, in ActOnOpenMPDeviceClause()
DTreeTransform.h1648 OMPClause *RebuildOMPDeviceClause(Expr *Device, SourceLocation StartLoc, in RebuildOMPDeviceClause()