/external/webrtc/talk/media/base/ |
D | device.h | 36 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/ |
D | fakewebrtcdeviceinfo.h | 39 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/ |
D | access_api_handler.h | 17 class Device; variable
|
D | base_api_handler.h | 16 class Device; variable
|
/external/clang/test/Index/ |
D | headerfile-comment-to-html.m | 18 @interface Device interface
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
D | device.py | 6 class Device(object): class
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-common-private.hh | 1164 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/ |
D | debug.py | 244 class Device: class
|
D | common.py | 159 class Device: class
|
/external/autotest/client/cros/input_playback/ |
D | input_playback.py | 15 class Device(object): class
|
/external/llvm/include/llvm/Support/ |
D | FileSystem.h | 119 uint64_t Device; variable 124 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {} in UniqueID()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 211 class Device class 686 Device::Device (VkPhysicalDevice, const VkDeviceCreateInfo*) in Device() function in vk::__anon2c498f7d0111::Device
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 465 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/ |
D | vktestbinding.h | 44 class Device; variable 152 explicit Device(VkPhysicalDevice phy) : phy_(phy) {} in Device() function
|
/external/e2fsprogs/lib/ext2fs/ |
D | nt_io.c | 607 IN PCSTR Device, in _NormalizeDeviceName()
|
/external/clang/lib/Lex/ |
D | PTHLexer.cpp | 675 uint64_t Device = endian::readNext<uint64_t, little, unaligned>(d); in ReadData() local
|
/external/mesa3d/include/CL/ |
D | cl.hpp | 1183 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/ |
D | OpenMPClause.h | 2514 Stmt *Device; variable
|
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 2566 const Expr *Device = nullptr; in EmitOMPTargetDirective() local
|
D | CGOpenMPRuntime.cpp | 3254 const Expr *IfCond, const Expr *Device, in emitTargetCall()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 8063 OMPClause *Sema::ActOnOpenMPDeviceClause(Expr *Device, SourceLocation StartLoc, in ActOnOpenMPDeviceClause()
|
D | TreeTransform.h | 1648 OMPClause *RebuildOMPDeviceClause(Expr *Device, SourceLocation StartLoc, in RebuildOMPDeviceClause()
|