HomeSort by relevance Sort by last modified time
    Searched refs:GetDeviceClass (Results 1 - 12 of 12) sorted by null

  /external/tensorflow/tensorflow/core/grappler/costs/
utils.h 105 string GetDeviceClass(const string& device_name);
utils_test.cc 264 TEST(DeviceClassTest, GetDeviceClass) {
267 GetDeviceClass("Channel_from_/job_ps/replica_0/task_0/device_CPU_0_to_"
271 GetDeviceClass(
utils.cc 389 string GetDeviceClass(const string& device_name) {
445 const auto device_class = GetDeviceClass(device_name);
  /system/bt/vendor_libs/test_vendor_lib/include/
device.h 90 uint32_t GetDeviceClass() const { return device_class_; }
  /external/pdfium/core/fxge/
cfx_renderdevice.h 113 int GetDeviceClass() const { return m_DeviceClass; }
  /system/bt/vendor_libs/test_vendor_lib/src/
dual_mode_controller.cc 379 devices_[dev]->GetDeviceClass(), devices_[dev]->GetClockOffset());
386 devices_[dev]->GetDeviceClass(),
403 devices_[dev]->GetDeviceClass(), devices_[dev]->GetClockOffset(),
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_annot.cpp 410 bool bPrinting = pDevice->GetDeviceClass() == FXDC_PRINTER ||
  /system/core/fastboot/
usb_osx.cpp 313 kr = (*dev)->GetDeviceClass(dev, &handle->info.dev_class);
315 ERR("GetDeviceClass");
  /external/pdfium/core/fpdfapi/render/
cpdf_imagerenderer.cpp 122 if (m_pRenderStatus->GetRenderDevice()->GetDeviceClass() != FXDC_DISPLAY)
cpdf_renderstatus.cpp     [all...]
  /external/libusb/libusb/os/
darwin_usb.c 733 (*device)->GetDeviceClass (device, &bDeviceClass);
    [all...]
  /external/pdfium/fpdfsdk/
fpdfview.cpp 121 bool bPrinting = pContext->m_pDevice->GetDeviceClass() != FXDC_DISPLAY;
    [all...]

Completed in 1162 milliseconds