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

/external/tensorflow/tensorflow/core/grappler/costs/
H A Dutils.h105 string GetDeviceClass(const string& device_name);
H A Dutils_test.cc264 TEST(DeviceClassTest, GetDeviceClass) {
267 GetDeviceClass("Channel_from_/job_ps/replica_0/task_0/device_CPU_0_to_"
271 GetDeviceClass(
H A Dutils.cc389 string GetDeviceClass(const string& device_name) { function in namespace:tensorflow::grappler
445 const auto device_class = GetDeviceClass(device_name);
/external/pdfium/core/fxge/
H A Dcfx_renderdevice.h113 int GetDeviceClass() const { return m_DeviceClass; } function in class:CFX_RenderDevice
/external/pdfium/core/fpdfdoc/
H A Dcpdf_annot.cpp410 bool bPrinting = pDevice->GetDeviceClass() == FXDC_PRINTER ||
/external/pdfium/core/fpdfapi/render/
H A Dcpdf_imagerenderer.cpp122 if (m_pRenderStatus->GetRenderDevice()->GetDeviceClass() != FXDC_DISPLAY)
H A Dcpdf_renderstatus.cpp1028 m_bPrint = m_pDevice->GetDeviceClass() != FXDC_DISPLAY;
1433 if (m_pDevice->GetDeviceClass() == FXDC_DISPLAY &&
1512 m_pDevice->GetDeviceClass() == FXDC_DISPLAY &&
1859 int device_class = m_pDevice->GetDeviceClass();
/external/pdfium/fpdfsdk/
H A Dfpdfview.cpp121 bool bPrinting = pContext->m_pDevice->GetDeviceClass() != FXDC_DISPLAY;
/external/libusb/libusb/os/
H A Ddarwin_usb.c733 (*device)->GetDeviceClass (device, &bDeviceClass);

Completed in 556 milliseconds