HomeSort by relevance Sort by last modified time
    Searched refs:get_device (Results 1 - 25 of 38) 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)
  /system/extras/tests/bootloader/
shelltest.py 22 self.device = adb.get_device(os.getenv("BOOTLOADER_TEST_SERIAL"));
  /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 34 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 115 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):
  /cts/hostsidetests/theme/
avd.py 77 def get_device(self): member in class:AVD
generate_images.py 195 test_avd_device = test_avd.get_device()
  /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)
  /tools/test/connectivity/acts/framework/tests/
acts_android_device_test.py 196 ad = android_device.get_device(ads, serial=expected_serial)
204 ad = android_device.get_device(
215 ad = android_device.get_device(ads, serial=len(ads))
223 ad = android_device.get_device(ads, serial=target_serial)
  /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
243 dev = get_device (p->fd);
366 struct device *dev = p ? get_device(p->fd) : NULL;
399 struct device *dev = p ? get_device (p->fd) : NULL;
459 if (!get_device(p->fd))
907 struct device *dev = p ? get_device(p->fd) : NULL;
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 140 if (use_x_device) glyph_pos.x_offset += (base + get_device (values)).get_x_delta (font, store);
144 if (use_y_device) glyph_pos.y_offset += (base + get_device (values)).get_y_delta (font, store);
148 if (horizontal && use_x_device) glyph_pos.x_advance += (base + get_device (values)).get_x_delta (font, store);
153 if (!horizontal && use_y_device) glyph_pos.y_advance -= (base + get_device (values)).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 inline OffsetTo<Device>& get_device (Value* value) function in struct:OT::ValueFormat
178 static inline const OffsetTo<Device>& get_device (const Value* value function in struct:OT::ValueFormat
    [all...]

Completed in 2948 milliseconds

1 2