Searched defs:get_device (Results 1 - 10 of 10) sorted by relevance

/external/autotest/client/common_lib/cros/fake_device_server/client_lib/
H A Ddevices.py24 def get_device(self, device_id): member in class:DevicesClient
/external/autotest/client/profilers/blktrace/
H A Dblktrace.py36 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/
H A Dnetwork_8021xWiredAuthentication.py31 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/tensorflow/tensorflow/core/grappler/costs/
H A Dvirtual_placer.cc115 const DeviceProperties& VirtualPlacer::get_device(const NodeDef& node) const { function in class:tensorflow::grappler::VirtualPlacer
/external/autotest/client/cros/
H A Ddhcpv6_test_base.py39 def get_device(self, interface_name): member in class:Dhcpv6TestBase
60 device = self.get_device(interface_name)
75 device = self.get_device(interface_name)
H A Ddhcp_test_base.py75 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/client/site_tests/network_VPNConnect/
H A Dnetwork_VPNConnect.py33 def get_device(self, interface_name): member in class:network_VPNConnect
59 device = self.get_device(interface_name)
/external/autotest/server/cros/bluetooth/
H A Dbluetooth_adapter_tests.py468 def get_device(self, device_type): member in class:BluetoothAdapterTests
/external/libpcap/
H A Dpcap-dos.c137 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;
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh140 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 (cons function in struct:OT::ValueFormat
[all...]

Completed in 294 milliseconds