Home
last modified time | relevance | path

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

12345

/external/clang/test/Index/
Dheaderfile-comment-to-html.m14 \headerfile Device.h <Foundation/Device.h>
16 …A Device represents a remote or local computer or device with which the Developer Tools can intera…
18 @interface Device interface
20Device:{{.*}} FullCommentAsXML=[<Other file="{{[^"]+}}headerfile-comment-to-html.m" line="[[@LINE-…
27 // CHECK-NEXT: (CXComment_Text Text=[ Device.h ])
29 // CHECK-NEXT: (CXComment_Text Text=[/Device.h>])))
31 …_Text Text=[ A Device represents a remote or local computer or device with which the Develope…
36 \brief This is Sensor on the Device.
37 Its purpose is not to Sense Device's heat.
42 …d</Declaration><Abstract><Para> This is Sensor on the Device. Its purpose is not to Sense Devic…
[all …]
/external/e2fsprogs/lib/ext2fs/
Dnt_io.c607 IN PCSTR Device, in _NormalizeDeviceName() argument
620 if('\\' == *Device) in _NormalizeDeviceName()
621 return Device; in _NormalizeDeviceName()
629 if(('/' == *(Device)) && in _NormalizeDeviceName()
630 ('d' == *(Device + 1)) && in _NormalizeDeviceName()
631 ('e' == *(Device + 2)) && in _NormalizeDeviceName()
632 ('v' == *(Device + 3)) && in _NormalizeDeviceName()
633 ('/' == *(Device + 4))) in _NormalizeDeviceName()
635 Device += 5; in _NormalizeDeviceName()
638 if('\0' == *Device) in _NormalizeDeviceName()
[all …]
/external/blktrace/btt/doc/
Dsample-btt-output.tex18 ==================== Device Overhead ====================
31 ==================== Device Merge Information ====================
41 ==================== Device Q2Q Seek Information ====================
52 ==================== Device D2D Seek Information ====================
/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() 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; } in getDevice()
/external/deqp/android/scripts/
Ddebug.py244 class Device: class
275 "nexus-4" : Device(
290 "nexus-6" : Device(
410 "nexus-7" : Device(
529 "nexus-10" : Device(
637 "default" : Device(
Dcommon.py159 class Device: class
187 devices.append(Device(m.group(1), m.group(2), m.group(3), m.group(4)))
/external/skia/tools/skpdiff/
Dskpdiff_main.cpp65 static bool init_device_and_context(cl::Device* device, cl::Context* context) { in init_device_and_context()
78 cl::vector<cl::Device> deviceList; in init_device_and_context()
101 cl::Device device; in init_cl_diff()
/external/e2fsprogs/tests/d_special_files/
Dexpect64 Device major/minor number: 08:00 (hex 08:00)
76 Device major/minor number: 01:03 (hex 01:03)
/external/mesa3d/src/gallium/drivers/svga/include/
DREADME1 This directory contains the headers from the VMware SVGA Device Developer Kit:
/external/skia/site/user/
Dindex.md13 Device backends for Skia currently include:
/external/mesa3d/include/CL/
Dcl.hpp200 class Device;
837 F(cl_context_info, CL_CONTEXT_DEVICES, VECTOR_CLASS<Device>) \
895 F(cl_command_queue_info, CL_QUEUE_DEVICE, cl::Device) \
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
1192 Device& operator = (const Device& rhs) in operator =()
1224 VECTOR_CLASS<Device>* devices) in createSubDevices()
1299 VECTOR_CLASS<Device>* devices) const in getDevices()
[all …]
/external/llvm/test/CodeGen/NVPTX/
Dcalling-conv.ll13 ;; Device function
/external/valgrind/helgrind/tests/
Dbar_bad.stderr.exp53 with error code 16 (EBUSY: Device or resource busy)
Dpth_cond_destroy_busy.stderr.exp42 with error code 16 (EBUSY: Device or resource busy)
Dpth_cond_destroy_busy.stderr.exp-ppc6442 with error code 16 (EBUSY: Device or resource busy)
/external/mesa3d/docs/
DRELNOTES-5.0.119 Device Driver Status
DRELNOTES-5.0.219 Device Driver Status
DRELNOTES-4.0.324 Device Drivers
DRELNOTES-4.0.222 Device Drivers
DRELNOTES-6.0.120 Device Drivers
DRELNOTES-5.057 Device Driver Status
DRELNOTES-6.050 Device Drivers
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-Windows.txt147 ifname: \Device\NPF_GenericNdisWanAdapter
150 ifname: \Device\NPF_{769E012B-FD17-4935-A5E3-8090C38E25D2}
153 ifname: \Device\NPF_{732546E7-E26C-48E3-9871-7537B020A211}
160 "\Device\NPF_" prefix can be removed). In other words, wpa_supplicant
281 up Device Manager, select Show Hidden Devices, expand the "Non
/external/wpa_supplicant_8/hostapd/
DREADME-WPS151 - Device name
156 - Device category
162 WPS-PIN-NEEDED [UUID-E|MAC Address|Device Name|Manufacturer|Model Name|Model Number|Serial Number|D…
164 <2>WPS-PIN-NEEDED [53b63a98-d29e-4457-a2ed-094d7e6a669c|02:12:34:56:78:9a|Device|Manuf|Model|Model …
/external/libpcap/
DREADME.tru6423 Device configuration

12345