Home
last modified time | relevance | path

Searched refs:GetDeviceClass (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dutils_test.cc316 TEST(DeviceClassTest, GetDeviceClass) { in TEST() argument
319 GetDeviceClass("Channel_from_/job_ps/replica_0/task_0/device_CPU_0_to_" in TEST()
323 GetDeviceClass( in TEST()
Dutils.h116 string GetDeviceClass(const string& device_name);
Dutils.cc431 string GetDeviceClass(const string& device_name) { in GetDeviceClass() function
487 const auto device_class = GetDeviceClass(device_name); in GetStatsStringFromRunMetadata()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h113 int GetDeviceClass() const { return m_DeviceClass; } in GetDeviceClass() function
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp410 bool bPrinting = pDevice->GetDeviceClass() == FXDC_PRINTER || in DrawBorder()
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp122 if (m_pRenderStatus->GetRenderDevice()->GetDeviceClass() != FXDC_DISPLAY) in StartRenderDIBSource()
Dcpdf_renderstatus.cpp1028 m_bPrint = m_pDevice->GetDeviceClass() != FXDC_DISPLAY; in Initialize()
1433 if (m_pDevice->GetDeviceClass() == FXDC_DISPLAY && in ProcessClipPath()
1512 m_pDevice->GetDeviceClass() == FXDC_DISPLAY && in ProcessTransparency()
1859 int device_class = m_pDevice->GetDeviceClass(); in ProcessType3Text()
/external/pdfium/fpdfsdk/
Dfpdfview.cpp121 bool bPrinting = pContext->m_pDevice->GetDeviceClass() != FXDC_DISPLAY; in RenderPageImpl()
/external/libusb/libusb/os/
Ddarwin_usb.c733 (*device)->GetDeviceClass (device, &bDeviceClass); in darwin_cache_device_descriptor()