Home
last modified time | relevance | path

Searched defs:get_device (Results 1 – 16 of 16) sorted by relevance

/external/autotest/client/common_lib/cros/fake_device_server/client_lib/
Ddevices.py23 def get_device(self, device_id): member in DevicesClient
/external/autotest/client/site_tests/network_VPNConnect/
Dnetwork_VPNConnect.py33 def get_device(self, interface_name): member in network_VPNConnect
/external/autotest/client/cros/
Ddhcpv6_test_base.py46 def get_device(self, interface_name): member in Dhcpv6TestBase
Ddhcp_test_base.py82 def get_device(self, interface_name): member in DhcpTestBase
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_placer.cc115 const DeviceProperties& VirtualPlacer::get_device(const NodeDef& node) const { in get_device() function in tensorflow::grappler::VirtualPlacer
/external/libiio/src/tests/
Diio_adi_xflow_check.c81 static struct iio_device *get_device(const struct iio_context *ctx, in get_device() function
/external/libiio/src/bindings/csharp/
DContext.cs189 public Device get_device(string name) in get_device() method in iio.Context
/external/libcups/scheduler/
Dcups-deviced.c470 get_device(cupsd_backend_t *backend) /* I - Backend to read from */ in get_device() function
/external/tensorflow/tensorflow/python/kernel_tests/random/
Dstateless_random_ops_test.py49 def get_device(): function
/external/libcups/backend/
Ddnssd.c834 get_device(cups_array_t *devices, /* I - Device array */ in get_device() function
/external/tensorflow/tensorflow/compiler/xla/python/
Djax_jit.cc917 py::function get_device, in CompiledFunction()
1224 std::vector<int> static_argnums) -> std::unique_ptr<CompiledFunction> { in BuildJaxjitSubmodule()
/external/crosvm/devices/src/
Dbus.rs202 fn get_device(&self, addr: u64) -> Option<(u64, u64, &BusDeviceEntry)> { in get_device() method
Dvfio.rs300 fn get_device(&self, name: &str) -> Result<File, VfioError> { in get_device() method
/external/libpcap/
Dpcap-dos.c137 static struct device *get_device (int fd) in get_device() function
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh176 HB_INTERNAL static OffsetTo<Device>& get_device (Value* value) in get_device() function
178 HB_INTERNAL static const OffsetTo<Device>& get_device (const Value* value, bool *worked=nullptr) in get_device() function
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_tests.py932 def get_device(self, device_type, on_start=True): member in BluetoothAdapterTests