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

1 2

  /development/python-packages/adb/
test.py 38 device = adb.get_device('foo')
45 device = adb.get_device()
52 device = adb.get_device('foo')
58 self.assertRaises(adb.DeviceNotFoundError, adb.get_device, ['baz'])
61 self.assertRaises(adb.DeviceNotFoundError, adb.get_device)
66 device = adb.get_device()
72 self.assertRaises(adb.NoUniqueDeviceError, adb.get_device)
  /external/eigen/unsupported/test/
cxx11_tensor_device_sycl.cpp 25 << sycl_device.m_queue.get_device(). template get_info<cl::sycl::info::device::name>() <<std::endl;;
  /external/tensorflow/tensorflow/core/grappler/costs/
virtual_placer.h 33 const DeviceProperties& get_device(const NodeDef& node) const;
virtual_placer_test.cc 41 EXPECT_EQ("GPU", placer.get_device(node).type());
46 EXPECT_EQ("CPU", placer.get_device(node).type());
51 EXPECT_EQ("GPU", placer.get_device(node).type());
71 EXPECT_EQ("GPU", placer.get_device(node).type());
75 EXPECT_EQ("CPU", placer.get_device(node).type());
79 EXPECT_EQ("GPU", placer.get_device(node).type());
101 EXPECT_EQ("CPU", placer.get_device(node).type());
106 EXPECT_EQ("TPU", placer.get_device(node).type());
264 EXPECT_EQ("UNKNOWN", placer.get_device(node).type());
280 EXPECT_EQ("CPU", placer.get_device(node).type())
    [all...]
virtual_placer.cc 117 const DeviceProperties& VirtualPlacer::get_device(const NodeDef& node) const { function in class:tensorflow::grappler::VirtualPlacer
  /external/autotest/client/profilers/blktrace/
blktrace.py 36 def get_device(self, test): member in class:blktrace
52 device = self.get_device(test)
66 device = self.get_device(test)
  /external/autotest/client/site_tests/network_8021xWiredAuthentication/
network_8021xWiredAuthentication.py 31 def get_device(self, interface_name): member in class:network_8021xWiredAuthentication
57 device = self.get_device(interface_name)
70 device = self.get_device(interface_name)
  /external/autotest/client/common_lib/cros/fake_device_server/client_lib/
devices.py 24 def get_device(self, device_id): member in class:DevicesClient
client_lib_test.py 86 if not d_client.get_device(new_device_id):
  /external/u-boot/include/
ubi_uboot.h 60 #define get_device(...) macro
  /cts/hostsidetests/theme/
avd.py 77 def get_device(self): member in class:AVD
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorSyclRun.h 40 size_t tileSize =dev.m_queue.get_device(). template get_info<cl::sycl::info::device::max_work_group_size>()/2;
TensorReductionSycl.h 119 size_t tileSize =dev.m_queue.get_device(). template get_info<cl::sycl::info::device::max_work_group_size>()/2;
192 size_t tileSize =dev.m_queue.get_device(). template get_info<cl::sycl::info::device::max_work_group_size>()/2;
  /external/tensorflow/tensorflow/core/common_runtime/sycl/
sycl_allocator.cc 25 const cl::sycl::device& device = sycl_queue.get_device();
sycl_device.h 172 auto device = queue_ptr->sycl_queue().get_device();
  /external/autotest/client/cros/
dhcpv6_test_base.py 39 def get_device(self, interface_name): member in class:Dhcpv6TestBase
60 device = self.get_device(interface_name)
75 device = self.get_device(interface_name)
dhcp_test_base.py 75 def get_device(self, interface_name): member in class:DhcpTestBase
96 device = self.get_device(interface_name)
111 device = self.get_device(interface_name)
  /external/autotest/server/site_tests/bluetooth_AdapterHIDReports/
bluetooth_AdapterHIDReports.py 65 device = self.get_device(device_type)
  /external/autotest/client/site_tests/network_VPNConnect/
network_VPNConnect.py 33 def get_device(self, interface_name): member in class:network_VPNConnect
59 device = self.get_device(interface_name)
  /external/autotest/server/site_tests/bluetooth_AdapterPairing/
bluetooth_AdapterPairing.py 64 device = self.get_device(device_type)
  /development/python-packages/gdbrunner/
__init__.py 68 result.device = adb.get_device(adb_path=adb_path)
74 result.device = adb.get_device(result.serial, adb_path=adb_path)
  /external/libpcap/
pcap-dos.c 137 static struct device *get_device (int fd) function
256 dev = get_device (p->fd);
379 struct device *dev = p ? get_device(p->fd) : NULL;
412 struct device *dev = p ? get_device (p->fd) : NULL;
472 if (!get_device(p->fd))
923 struct device *dev = p ? get_device(p->fd) : NULL;
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 139 if (use_x_device) glyph_pos.x_offset += (base + get_device (values, &ret)).get_x_delta (font, store);
143 if (use_y_device) glyph_pos.y_offset += (base + get_device (values, &ret)).get_y_delta (font, store);
147 if (horizontal && use_x_device) glyph_pos.x_advance += (base + get_device (values, &ret)).get_x_delta (font, store);
152 if (!horizontal && use_y_device) glyph_pos.y_advance -= (base + get_device (values, &ret)).get_y_delta (font, store);
168 if ((format & xPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
169 if ((format & yPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
170 if ((format & xAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
171 if ((format & yAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
176 static OffsetTo<Device>& get_device (Value* value) function in struct:OT::ValueFormat
178 static const OffsetTo<Device>& get_device (const Value* value, bool *worked=nullptr function in struct:OT::ValueFormat
    [all...]
  /external/u-boot/drivers/mtd/ubi/
build.c 295 get_device(&ubi->dev);
332 get_device(&ubi->dev);
564 get_device(&ubi->dev);
1074 get_device(&ubi->dev);
    [all...]
  /art/tools/jvmti-agents/field-null-percent/
check-null-fields.py 70 device = adb.device.get_device(out.serial)

Completed in 997 milliseconds

1 2