HomeSort by relevance Sort by last modified time
    Searched defs:Devices (Results 1 - 15 of 15) sorted by null

  /external/autotest/client/common_lib/cros/fake_device_server/
devices.py 5 """Module contains a simple implementation of the devices RPC."""
20 DEVICES_PATH = 'devices'
23 class Devices(resource_method.ResourceMethod):
42 @param resource: A resource delegate for storing devices.
47 super(Devices, self).__init__(resource)
99 """GET .../(device_id) gets device info or lists all devices.
101 Supports both the GET / LIST commands for devices. List lists all
102 devices a user has access to, however, this implementation just returns
103 all devices.
118 listing['devices'] = self.resource.get_data_vals(
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/sdk/
fastboot.py 95 def Devices(cls, timeout=None, retries=None):
96 """Outputs list of devices in fastboot mode.
101 output = cls._RunFastbootCommand(['devices'])
adb_wrapper.py 363 """DEPRECATED. Refer to Devices(...) below."""
365 return cls.Devices(timeout=timeout, retries=retries)
368 def Devices(cls, desired_state=_READY_STATE, long_list=False,
370 """Get the list of active attached devices.
373 desired_state: If not None, limit the devices returned to only those
400 cmd = ['devices']
677 # As this interrupts all connections with all devices, we instead just
903 See http://developer.android.com/tools/devices/emulator.html#console
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
fastboot.py 77 def Devices(self, timeout=None, retries=None):
78 """Outputs list of devices in fastboot mode."""
79 output = self._RunFastbootCommand(['devices'])
adb_wrapper.py 320 """DEPRECATED. Refer to Devices(...) below."""
322 return cls.Devices(timeout=timeout, retries=retries)
325 def Devices(cls, desired_state=_READY_STATE, long_list=False,
327 """Get the list of active attached devices.
330 desired_state: If not None, limit the devices returned to only those
357 cmd = ['devices']
801 See http://developer.android.com/tools/devices/emulator.html#console
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/BootManagerPolicyDxe/
BootManagerPolicyDxe.c 32 @retval EFI_SUCCESS Network devices are connected.
45 EFI_DEVICE_PATH_PROTOCOL *Devices;
56 Devices = NULL;
62 TempDevicePath = Devices;
63 Devices = AppendDevicePathInstance (Devices, SingleDevice);
69 if (Devices != NULL) {
74 GetDevicePathSize (Devices),
75 Devices
81 FreePool (Devices);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
Devices.c 2 Main file for devices shell Driver1 function.
32 @param[in, out] Devices On successful return this buffer will be
33 contain the number of devices controlled.
51 IN OUT UINTN *Devices,
66 || Devices == NULL
76 *Devices = 0;
97 Status = PARSE_HANDLE_DATABASE_UEFI_DRIVERS(TheHandle, Devices, &HandleBuffer);
98 if (!EFI_ERROR(Status) && Devices != NULL && HandleBuffer != NULL) {
99 for (Count = 0 ; Count < *Devices ; Count++) {
123 Function for 'devices' command.
    [all...]
  /external/tensorflow/tensorflow/core/debug/
grpc_session_debug_test.cc 45 SessionOptions Devices(int num_cpus, int num_gpus) {
157 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster));
194 cluster->devices()[0].name()),
227 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 1), 2, &cluster));
244 for (const auto& a_dev : cluster->devices()) {
245 for (const auto& b_dev : cluster->devices()) {
286 // CUDA and SYCL devices do not have an Identity op for strings
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_session_test.cc 37 static SessionOptions Devices(int num_cpus, int num_gpus) {
94 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster));
130 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster));
162 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster));
166 options.config.add_device_filters(cluster->devices()[0].name());
173 graph::SetDefaultDevice(cluster->devices()[0].name(), &graph_copy);
180 graph::SetDefaultDevice(cluster->devices()[1].name(), &graph_copy);
192 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster));
284 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster));
302 TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster))
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/
SataSiI3132.h 132 LIST_ENTRY Devices;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbBus.h 129 // around slower hubs and devices.
230 // Data used only by normal hub devices
237 // companion UHCI driver if low/full speed devices are
259 // Recorded the max supported usb devices.
260 // XHCI can support up to 255 devices.
261 // EHCI/UHCI/OHCI supports up to 127 devices.
265 // An array of device that is on the bus. Devices[0] is
266 // for root hub. Device with address i is at Devices[i].
268 USB_DEVICE *Devices[256];
274 // WantedUsbIoDPList tracks the Usb child devices which user want to recursivly fully connecte,
    [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_mixer_manager_win.cc 137 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "#mixer devices: %u", nDevices);
183 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "#mixer devices: %u", nDevices);
194 // scan all avaliable mixer devices
269 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "#mixer devices: %u", nDevices);
281 // scan all avaliable mixer devices
    [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 1459 milliseconds