/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/ |
D | PlatformiOSSimulatorCoreSimulatorSupport.mm | 225 CoreSimulatorSupport::DeviceType CoreSimulatorSupport::Device::GetDeviceType() { function 570 return (d && d.GetDeviceType() && d.GetDeviceRuntime() && 613 if (d && d.GetDeviceType() && 614 d.GetDeviceType().GetProductFamilyID() == dev_id) 627 if (d && d.GetDeviceType() && 628 d.GetDeviceType().GetProductFamilyID() == dev_id) { 632 if ((d.GetDeviceType().GetModelIdentifier() > 633 dev.GetDeviceType().GetModelIdentifier()) ||
|
D | PlatformiOSSimulatorCoreSimulatorSupport.h | 157 DeviceType GetDeviceType();
|
/external/pdfium/core/fxge/win32/ |
D | win32_int.h | 81 DeviceType GetDeviceType() const override; 231 DeviceType GetDeviceType() const override; 297 DeviceType GetDeviceType() const override;
|
D | fx_win32_print.cpp | 390 DeviceType CPSPrinterDriver::GetDeviceType() const { in GetDeviceType() function in CPSPrinterDriver 531 DeviceType CTextOnlyPrinterDriver::GetDeviceType() const { in GetDeviceType() function in CTextOnlyPrinterDriver
|
/external/webrtc/sdk/objc/native/src/audio/ |
D | helpers.h | 47 std::string GetDeviceType();
|
D | helpers.mm | 70 std::string GetDeviceType() {
|
/external/libbrillo/brillo/udev/ |
D | udev_device.h | 60 virtual const char* GetDeviceType() const;
|
D | mock_udev_device.h | 32 MOCK_METHOD(const char*, GetDeviceType, (), (const, override));
|
D | udev_device.cc | 68 const char* UdevDevice::GetDeviceType() const { in GetDeviceType() function in brillo::UdevDevice
|
/external/OpenCL-CTS/test_common/harness/ |
D | testHarness.h | 155 extern cl_device_type GetDeviceType(cl_device_id);
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_renderpage.cpp | 65 pContext->m_pDevice->GetDeviceType() != DeviceType::kDisplay; in RenderPageImpl()
|
D | fpdf_view.cpp | 457 if (device->GetDeviceType() == DeviceType::kPrinter) { in RenderBitmap() 523 if (WinDC.GetDeviceType() == DeviceType::kPrinter) { in FPDF_RenderPage()
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.h | 46 DeviceType GetDeviceType() const override;
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_progressiverenderer.cpp | 81 if (m_pDevice->GetDeviceType() == DeviceType::kPrinter) { in Continue()
|
D | cpdf_renderstatus.cpp | 175 m_bPrint = m_pDevice->GetDeviceType() != DeviceType::kDisplay; in Initialize() 351 if (pObj->IsImage() && m_pDevice->GetDeviceType() == DeviceType::kPrinter) in DrawObjWithBackground() 539 if (m_pDevice->GetDeviceType() == DeviceType::kDisplay && in ProcessClipPath() 624 m_pDevice->GetDeviceType() == DeviceType::kDisplay && in ProcessTransparency() 950 DeviceType device_type = m_pDevice->GetDeviceType(); in ProcessType3Text()
|
D | cpdf_imagerenderer.cpp | 116 if (m_pRenderStatus->GetRenderDevice()->GetDeviceType() != in StartRenderDIBBase()
|
/external/pdfium/core/fxge/ |
D | renderdevicedriver_iface.h | 39 virtual DeviceType GetDeviceType() const = 0;
|
D | cfx_renderdevice.h | 61 DeviceType GetDeviceType() const { return m_DeviceType; } in GetDeviceType() function
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.h | 39 DeviceType GetDeviceType() const override;
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.h | 99 ANGLED3D11DeviceType GetDeviceType(ID3D11Device *device);
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_annot.cpp | 444 bool bPrinting = pDevice->GetDeviceType() == DeviceType::kPrinter || in DrawBorder()
|
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | test_write_1D.cpp | 77 if( GetDeviceType(device) == CL_DEVICE_TYPE_CPU ) in test_write_image_1D()
|
D | test_write_1D_array.cpp | 87 if( GetDeviceType(device) == CL_DEVICE_TYPE_CPU ) in test_write_image_1D_array()
|
D | test_write_3D.cpp | 113 if( GetDeviceType(device) == CL_DEVICE_TYPE_CPU ) in test_write_image_3D()
|
D | test_write_2D_array.cpp | 110 if( GetDeviceType(device) == CL_DEVICE_TYPE_CPU ) in test_write_image_2D_array()
|