HomeSort by relevance Sort by last modified time
    Searched refs:DeviceName (Results 1 - 25 of 60) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
DiskImage.h 57 @param[in] DeviceName filename to read.
69 IN CONST CHAR16 *DeviceName,
79 @param[in] DeviceName The device name.
90 IN CHAR16 *DeviceName,
DiskImage.c 153 @param[in] DeviceName filename to read.
165 IN CONST CHAR16 *DeviceName,
186 DevicePath = gEfiShellProtocol->GetDevicePathFromMap(DeviceName);
254 Status = HDiskImageSetDiskNameOffsetSize (DeviceName, Offset, Size);
326 @param[in] DeviceName The device name.
337 IN CHAR16 *DeviceName,
361 DevicePath = gEfiShellProtocol->GetDevicePathFromMap(DeviceName);
  /external/nos/host/generic/libnos/include/nos/
NuggetClient.h 91 const std::string& DeviceName() const;
  /external/mesa3d/src/gallium/targets/d3dadapter9/
description.c 285 DBG("Unknown card name %s!\n", drvid->DeviceName);
296 DBG("Unknown card name %s!\n", drvid->DeviceName);
307 DBG("Unknown card name %s!\n", drvid->DeviceName);
318 DBG("Unknown card name %s!\n", drvid->DeviceName);
drm.c 150 snprintf(drvid->DeviceName, sizeof(drvid->DeviceName),
  /external/tensorflow/tensorflow/core/framework/
types.cc 42 const std::string DeviceName<Eigen::ThreadPoolDevice>::value = DEVICE_CPU;
44 const std::string DeviceName<Eigen::GpuDevice>::value = DEVICE_GPU;
47 const std::string DeviceName<Eigen::SyclDevice>::value = DEVICE_SYCL;
types.h 78 struct DeviceName {};
81 struct DeviceName<Eigen::ThreadPoolDevice> {
87 struct DeviceName<Eigen::GpuDevice> {
94 struct DeviceName<Eigen::SyclDevice> {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dsconf.h 71 LPSTR DeviceName;
78 LPWSTR DeviceName;
rasshost.h 31 CHAR DeviceName[MAX_DEVICE_NAME+1];
multimon.h 77 CHAR DeviceName[32];
86 WCHAR DeviceName[32];
313 MultiByteToWideChar (CP_ACP, 0, "DISPLAY", -1, lpDisplayDevice->DeviceName, (sizeof (lpDisplayDevice->DeviceName) / 2));
316 lstrcpyn ((LPTSTR)lpDisplayDevice->DeviceName, "DISPLAY", sizeof (lpDisplayDevice->DeviceName));
  /external/nos/host/generic/libnos/
NuggetClient.cpp 97 const std::string& NuggetClient::DeviceName() const {
  /external/skia/tools/
get_current_monitor_profile.cpp 42 HDC dc = CreateDC(NULL, dd.DeviceName, NULL, NULL);
  /external/skqp/tools/
get_current_monitor_profile.cpp 42 HDC dc = CreateDC(NULL, dd.DeviceName, NULL, NULL);
  /external/ImageMagick/coders/
screenshot.c 162 hDC=CreateDC(device.DeviceName,device.DeviceName,NULL,NULL);
  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capture_utils.cc 82 device.DeviceName, ENUM_CURRENT_SETTINGS, &device_mode, 0);
  /frameworks/native/services/vr/virtual_touchpad/
VirtualTouchpadEvdev.cpp 67 String8 DeviceName;
68 DeviceName.appendFormat(kDeviceNameFormat, i);
69 touchpad.injector->ConfigureBegin(DeviceName, kDeviceBusType,
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
EfiFileLib.h 72 CHAR8 *DeviceName;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
tdikrnl.h 878 IN PUNICODE_STRING DeviceName,
884 IN PUNICODE_STRING DeviceName,
889 IN PUNICODE_STRING DeviceName);
898 IN PUNICODE_STRING DeviceName,
903 IN PUNICODE_STRING DeviceName,
910 IN PUNICODE_STRING DeviceName);
    [all...]
mountmgr.h 92 WCHAR DeviceName[1];
113 WCHAR DeviceName[1];
  /external/tensorflow/tensorflow/core/grappler/costs/
virtual_scheduler.cc 365 const string curr_node_device = DeviceName(curr_node);
383 const string in_device = DeviceName(input_node);
522 string VirtualScheduler::DeviceName(const NodeDef* node) const {
572 send_attr[kAttrSrcDevice].set_s(DeviceName(from));
573 send_attr[kAttrDstDevice].set_s(DeviceName(to));
580 recv->set_device(DeviceName(to));
655 node_state.device_name = DeviceName(node);
    [all...]
  /external/tensorflow/tensorflow/core/util/
device_name_utils.cc 89 static string DeviceName(const string& job, int replica, int task,
104 return DeviceName(job, replica, task, "/device:", type, id);
110 return DeviceName(job, replica, task, "/", str_util::Lowercase(type), id);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
EfiDevice.c 41 AsciiPrint (" %a: ", File->DeviceName);
76 AsciiPrint (" %a: 0x%08lx - 0x%08lx : 0x%08x\n", File->DeviceName, File->FvStart, File->FvStart + File->FvSize - 1, File->FvSize);
102 AsciiPrint (" %a: ", File->DeviceName);
157 AsciiPrint (" %a: %a ", File->DeviceName, EblLoadFileBootTypeString (File->EfiHandle));
  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor_win.cc 152 device.DeviceName, ENUM_CURRENT_SETTINGS, &device_mode, 0);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/
EfiFileLib.c 750 File->DeviceName = AllocatePool (StrLen);
751 AsciiStrCpyS (File->DeviceName, StrLen, PathName);
752 File->DeviceName[FileStart - 1] = '\0';
753 File->FileName = &File->DeviceName[FileStart];
912 FreePool (File->DeviceName);
1104 EblFreePool (File->DeviceName);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Smbios.h 381 SMBIOS_TABLE_STRING DeviceName;
553 SMBIOS_TABLE_STRING DeviceName;

Completed in 1555 milliseconds

1 2 3