/aosp_15_r20/external/mtools/ |
H A D | devices.c | 92 #define devices const_devices macro 97 struct device devices[] = { variable 105 struct device devices[] = { variable 116 struct device devices[] = { variable 125 struct device devices[] = { variable 135 struct device devices[] = { variable 207 struct device devices[] = { variable 227 struct device devices[] = { variable 239 struct device devices[] = { variable 252 struct device devices[] = { variable [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
H A D | gpu_device_test.cc | 148 std::vector<std::unique_ptr<Device>> devices; in TEST_F() local 176 std::vector<std::unique_ptr<Device>> devices; in TEST_F() local 207 std::vector<std::unique_ptr<Device>> devices; in TEST_F() local 216 std::vector<std::unique_ptr<Device>> devices; in TEST_F() local 226 std::vector<std::unique_ptr<Device>> devices; in TEST_F() local 236 std::vector<std::unique_ptr<Device>> devices; in TEST_F() local 248 std::vector<std::unique_ptr<Device>> devices; in TEST_F() local 260 std::vector<std::unique_ptr<Device>> devices; in TEST_F() local 274 std::vector<std::unique_ptr<Device>> devices; in TEST_F() local 288 std::vector<std::unique_ptr<Device>> devices; in TEST_F() local [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/ |
H A D | CastTileTest.java | 172 List<CastDevice> devices = new ArrayList<>(); in testStateActive_wifiEnabledAndCasting() local 231 List<CastDevice> devices = new ArrayList<>(); in stateActive_wifiConnectedAndCasting_newPipeline() local 246 List<CastDevice> devices = new ArrayList<>(); in stateActive_ethernetConnectedAndCasting_newPipeline() local 283 List<CastDevice> devices = new ArrayList<>(); in testStateActive_hotspotEnabledAndConnectedAndCasting() local 311 List<CastDevice> devices = new ArrayList<>(); in testHandleClick_castDevicePresent() local 333 List<CastDevice> devices = new ArrayList<>(); in testHandleClick_projectionOnly() local 355 List<CastDevice> devices = new ArrayList<>(); in testUpdateState_projectionOnly() local 383 List<CastDevice> devices = new ArrayList<>(); in testUpdateState_castingAndProjection() local 413 List<CastDevice> devices = new ArrayList<>(); in testUpdateState_connectedAndConnecting() local 447 List<CastDevice> devices = new ArrayList<>(); in testExpandView_casting_projection() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/ |
H A D | virtual_placer_test.cc | 28 std::unordered_map<string, DeviceProperties> devices; in TEST() local 58 std::unordered_map<string, DeviceProperties> devices; in TEST() local 88 std::unordered_map<string, DeviceProperties> devices; in TEST() local 116 std::unordered_map<string, DeviceProperties> devices; in TEST() local 141 std::unordered_map<string, DeviceProperties> devices; in TEST() local 158 const std::unordered_map<string, DeviceProperties>& devices) { in GetDefaultDeviceName() 169 std::unordered_map<string, DeviceProperties> devices; in TEST() local 192 std::unordered_map<string, DeviceProperties> devices; in TEST() local 256 std::unordered_map<string, DeviceProperties> devices; in TEST() local 269 std::unordered_map<string, DeviceProperties> devices; in TEST() local [all …]
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioDeviceInventory.java | 761 mPreferredDevicesForCapturePreset.forEach((capturePreset, devices) -> { in dump() argument 765 mAppliedStrategyRoles.forEach((key, devices) -> { in dump() argument 769 mAppliedStrategyRolesInt.forEach((key, devices) -> { in dump() argument 773 mAppliedPresetRoles.forEach((key, devices) -> { in dump() argument 777 mAppliedPresetRolesInt.forEach((key, devices) -> { in dump() argument 835 mPreferredDevices.forEach((strategy, devices) -> { in reapplyExternalDevicesRoles() argument 838 mNonDefaultDevices.forEach((strategy, devices) -> { in reapplyExternalDevicesRoles() argument 842 mPreferredDevicesForCapturePreset.forEach((capturePreset, devices) -> { in reapplyExternalDevicesRoles() argument 1252 @NonNull List<AudioDeviceAttributes> devices) { in saveSetPreferredDevices() 1313 int capturePreset, @NonNull List<AudioDeviceAttributes> devices) { in saveSetPreferredDevicesForCapturePreset() [all …]
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/ |
H A D | InputRouteManagerTest.java | 172 AudioDeviceInfo[] devices = { in onAudioDevicesAdded_shouldUpdateInputMediaDevice() local 224 AudioDeviceInfo[] devices = {mockWiredHeadsetInfo(), mockBuiltinMicInfo()}; in getSelectedInputDevice_returnOneFromAudioManager() local 244 AudioDeviceInfo[] devices = {mockWiredHeadsetInfo(), mockBuiltinMicInfo()}; in getSelectedInputDevice_returnMoreThanOneFromAudioManager() local 267 AudioDeviceInfo[] devices = {mockWiredHeadsetInfo(), mockBuiltinMicInfo()}; in getSelectedInputDevice_returnEmptyFromAudioManager() local 322 AudioDeviceInfo[] devices = {mockWiredHeadsetInfo()}; in onAudioDevicesAdded_shouldActivateAddedDevice() local 336 AudioDeviceInfo[] devices = {mockWiredHeadsetInfo(), mockUsbHeadsetInfo()}; in onAudioDevicesAdded_shouldActivateLastAddedDevice() local 353 AudioDeviceInfo[] devices = {mockHdmiInfo()}; in onAudioDevicesAdded_doNotActivateInvalidAddedDevice() local 373 AudioDeviceInfo[] devices = {info}; in onAudioDevicesAdded_doNotActivatePreexistingDevice() local 387 AudioDeviceInfo[] devices = {mockWiredHeadsetInfo()}; in onAudioDevicesRemoved_shouldApplyDefaultSelectedDeviceToAllPresets() local 436 AudioDeviceInfo[] devices = { in onAudioDevicesAdded_shouldSetProductNameCorrectly() local
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/audiostreams/ |
D | AudioStreamsHelperTest.java | 130 List<BluetoothDevice> devices = new ArrayList<>(); in addSource_hasDevice() local 152 List<BluetoothDevice> devices = new ArrayList<>(); in removeSource_noConnectedSource_doNothing() local 169 List<BluetoothDevice> devices = new ArrayList<>(); in removeSource_hasConnectedSource() local 190 List<BluetoothDevice> devices = new ArrayList<>(); in removeSource_memberHasConnectedSource() local 226 List<BluetoothDevice> devices = new ArrayList<>(); in getAllConnectedSources_returnSource() local 248 List<BluetoothDevice> devices = new ArrayList<>(); in getAllPresentSources_noSource() local 272 List<BluetoothDevice> devices = new ArrayList<>(); in getAllPresentSources_returnSource() local 300 List<BluetoothDevice> devices = new ArrayList<>(); in startMediaService_hasDevice() local
|
/aosp_15_r20/external/rust/pica/src/bin/http-server/ |
D | main.rs | 113 devices: Arc<Mutex<HashMap<pica::Handle, DeviceInformation>>>, field 136 let mut devices = self.devices.lock().unwrap(); in handle_connection_events() localVariable 157 let mut devices = self.devices.lock().unwrap(); in handle_connection_events() localVariable 190 let mut devices = self.devices.lock().unwrap(); in http_set_position() localVariable 275 let mut devices = self.devices.lock().unwrap(); in http_create_anchor() localVariable 316 let mut devices = self.devices.lock().unwrap(); in http_destroy_anchor() localVariable 339 devices: Vec<DeviceInformation>, in http_get_state() field 342 let devices = self.devices.lock().unwrap(); in http_get_state() localVariable 360 let devices = self.devices.lock().ok()?; in estimate() localVariable
|
/aosp_15_r20/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
H A D | NonDefaultDeviceForStrategyTest.java | 116 List<AudioDeviceAttributes> devices = in tearDown() local 174 List<AudioDeviceAttributes> devices = in testInvalidStrategy() local 182 AudioDeviceInfo[] devices = mAudioManager.getDevices(AudioManager.GET_DEVICES_OUTPUTS); in testSetNonDefaultDevice() local 216 List<AudioDeviceAttributes> devices = in testSetNonDefaultDeviceRouting() local 242 List<AudioDeviceAttributes> devices = in testNonDefaultDeviceListener() local 299 List<AudioDeviceAttributes> devices) { in onNonDefaultDevicesForStrategyChanged()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/ |
H A D | mirrored_strategy.py | 54 def _is_device_list_single_worker(devices): argument 110 def _group_device_list(devices): argument 143 def _infer_num_gpus_per_worker(devices): argument 285 def __init__(self, devices=None, cross_device_ops=None): argument 301 def __init__(self, devices=None, cross_device_ops=None): argument 317 def __init__(self, container_strategy, devices=None, cross_device_ops=None): argument 358 def _initialize_strategy(self, devices): argument 378 def _make_collective_ops(self, devices): argument 387 def _initialize_single_worker(self, devices): argument 405 def _initialize_multi_worker(self, devices): argument
|
/aosp_15_r20/external/cronet/build/android/ |
H A D | apk_operations.py | 66 def _InstallApk(devices, apk, install_dict): argument 126 def _InstallBundle(devices, apk_helper_instance, modules, fake_modules): argument 152 def _UninstallApk(devices, install_dict, package_name): argument 167 def _SetWebViewProvider(devices, package_name): argument 256 def _LaunchUrl(devices, argument 313 def _ChangeFlags(devices, argv, command_line_flags_file): argument 414 def _PrintPerDeviceOutput(devices, results, single_line=False): argument 425 def _RunMemUsage(devices, package_name, query_app=False): argument 496 def _RunDiskUsage(devices, package_name): argument 987 def _RunPs(devices, package_name): argument [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | nccl_ops_test.py | 29 def _DeviceTensors(tensors, devices): argument 37 def _NcclAllReduce(nccl_fun, tensors, devices): argument 41 def _NcclReduce(nccl_fun, tensors, devices): argument 47 def _NcclBroadcast(tensors, devices): argument 116 def _Gradient(tensors, devices): argument 183 def _Combined(self, tensors, devices): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
H A D | tpu_rewrite_device_util_test.cc | 56 llvm::SmallVector<Device, 8> devices; in TEST_P() local 97 llvm::SmallVector<Device, 8> devices; in TEST_P() local 261 std::vector<std::string> devices{ in MakeDeviceSet() local 302 llvm::SmallVector<Device, 8> devices; in TEST() local 318 llvm::SmallVector<Device, 8> devices; in TEST() local 423 llvm::SmallVector<Device, 8> devices; in TEST() local 536 llvm::SmallVector<Device, 8> devices; in TEST() local 695 mlir::TF::RuntimeDevices devices; in TEST() local 713 mlir::TF::RuntimeDevices devices; in TEST() local 816 devices; in TEST() local
|
H A D | device_util_test.cc | 74 llvm::SmallVector<std::unique_ptr<Device>, 2> devices; in TEST() local 118 mlir::TF::RuntimeDevices devices; in TEST() local 129 mlir::TF::RuntimeDevices devices; in TEST() local 140 mlir::TF::RuntimeDevices devices; in TEST() local 154 mlir::TF::RuntimeDevices devices; in TEST() local 169 mlir::TF::RuntimeDevices devices; in TEST() local 195 mlir::TF::RuntimeDevices devices; in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/v1/ |
H A D | cross_device_ops_test.py | 50 def _get_devices(devices): argument 60 def _make_per_replica(values, devices, regroup=False): argument 80 def _fake_mirrored(value, devices): argument 105 def _make_mirrored_indexed_slices(devices, values, indices, dense_shape): argument 159 def _testReductionAndBroadcast(self, cross_device_ops, devices): argument 233 def _testIndexedSlicesAllReduce(self, devices, cross_device_ops_instance, argument 317 def testReductionAndBroadcast(self, cross_device_ops, devices): argument 638 devices, argument
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | CLProgram.cpp | 25 DevicePtrs devices; in build() local 51 DevicePtrs devices; in compile() local 79 std::vector<cl_device_id> devices; in getInfo() local 234 DevicePtrs &&devices, in Program() 244 Program::Program(Context &context, DevicePtrs &&devices, const char *kernelNames) in Program() 252 const DevicePtrs &devices, in Program()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
H A D | nnapi_delegate_device_selection_test.cc | 122 const ANeuralNetworksDevice* const* devices, uint32_t numDevices, in TEST_F() 139 const ANeuralNetworksDevice* const* devices, uint32_t numDevices, in TEST_F() 163 const ANeuralNetworksDevice* const* devices, uint32_t numDevices, in TEST_F() 164 ANeuralNetworksCompilation** compilation) -> int { in TEST_F() 292 bool* supportedOps) -> int { in TEST_F() 327 bool* supportedOps) -> int { in TEST_F() 431 bool* supportedOps) -> int { in TEST_F() 478 bool* supportedOps) -> int { in TEST_F() 505 bool* supportedOps) -> int { in TEST_F() 612 bool* supportedOps) -> int { in TEST_F() [all …]
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
H A D | CachedBluetoothDeviceManagerTest.java | 154 Collection<CachedBluetoothDevice> devices = mCachedDeviceManager.getCachedDevicesCopy(); in addDevice_validCachedDevices_devicesAdded() local 198 Collection<CachedBluetoothDevice> devices = mCachedDeviceManager.getCachedDevicesCopy(); in addDevice_sameHiSyncId_validCachedDevices_mainDevicesAdded_subDevicesNotAdded() local 213 Collection<CachedBluetoothDevice> devices = mCachedDeviceManager.getCachedDevicesCopy(); in addDevice_differentHiSyncId_validCachedDevices_bothAdded() local 232 final Collection<CachedBluetoothDevice> devices = in addDevice_addDuplicatedDevice_duplicateDeviceShouldNotAdded() local 289 Collection<CachedBluetoothDevice> devices = mCachedDeviceManager.getCachedDevicesCopy(); in clearNonBondedDevices_bondedAndNonBondedDevices_nonBondedDevicesCleared() local 478 Collection<CachedBluetoothDevice> devices = mCachedDeviceManager.getCachedDevicesCopy(); in addDevice_sameGroupId_validCachedDevices_mainDevicesAdded_memberDevicesNotAdded() local 495 Collection<CachedBluetoothDevice> devices = mCachedDeviceManager.getCachedDevicesCopy(); in addDevice_differentGroupId_validCachedDevices_bothAdded() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | device_factory.cc | 127 Status DeviceFactory::ListAllPhysicalDevices(std::vector<string>* devices) { in ListAllPhysicalDevices() 155 std::vector<string>* devices) { in ListPluggablePhysicalDevices() 182 std::vector<string> devices; in GetAnyDeviceDetails() local 211 std::vector<std::unique_ptr<Device>>* devices) { in AddCpuDevices() 228 std::vector<std::unique_ptr<Device>>* devices) { in AddDevices() 255 std::vector<std::unique_ptr<Device>> devices; in NewDevice() local
|
/aosp_15_r20/external/angle/build/android/ |
H A D | apk_operations.py | 65 def _InstallApk(devices, apk, install_dict): argument 125 def _InstallBundle(devices, argument 156 def _UninstallApk(devices, install_dict, package_name): argument 171 def _SetWebViewProvider(devices, package_name): argument 303 def _LaunchUrl(devices, argument 438 def _PrintPerDeviceOutput(devices, results, single_line=False): argument 449 def _RunMemUsage(devices, package_name, query_app=False): argument 520 def _RunDiskUsage(devices, package_name): argument 1011 def _RunPs(devices, package_name): argument 1026 def _RunShell(devices, package_name, cmd): argument [all …]
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/ |
D | TestPartitioning.cpp | 847 int partitionTheWork(const std::vector<std::shared_ptr<Device>>& devices, in partitionTheWork() 943 const std::vector<std::shared_ptr<Device>>& devices) { in PartitioningCompilation() 1129 std::vector<std::shared_ptr<Device>> devices; in makeDevices() local 1827 const auto devices = makeDevices({{"V1_0", 0.6, HalVersion::V1_0, ~0U}, in TEST_F() local 1849 const auto devices = makeDevices({{"1", 0.5, 1 << kDevOp}}); in TEST_F() local 1961 const auto devices = makeDevices({{"hw", 0.5, (1 << 0)}}); in TEST_F() local 2014 const auto devices = makeDevices({{"0", 0.5, 1 << 0}, {"1", 0.5, 1 << 1}}); in TEST_F() local 2100 const auto devices = makeDevices({// Best choice for non-relaxed model. in TEST_F() local 2166 const auto devices = in TEST_F() local 2186 const auto devices = in TEST_F() local [all …]
|
/aosp_15_r20/frameworks/av/services/audiopolicy/engine/common/src/ |
H A D | EngineBase.cpp | 419 T t, device_role_t role, const AudioDeviceTypeAddrVector &devices, in setDevicesRoleForT() 471 T t, device_role_t role, const AudioDeviceTypeAddrVector &devices, in removeDevicesRoleForT() 528 T t, device_role_t role, AudioDeviceTypeAddrVector &devices, const std::string& logStr, in getDevicesRoleForT() 558 const AudioDeviceTypeAddrVector &devices) in setDevicesRoleForStrategy() 568 const AudioDeviceTypeAddrVector &devices) in removeDevicesRoleForStrategy() 598 const AudioDeviceTypeAddrVector &devices) in setDevicesRoleForCapturePreset() 608 const AudioDeviceTypeAddrVector &devices) in addDevicesRoleForCapturePreset() 641 audio_source_t audioSource, device_role_t role, const AudioDeviceTypeAddrVector& devices) { in removeDevicesRoleForCapturePreset() 646 device_role_t role, const AudioDeviceTypeAddrVector& devices, bool forceMatched) in doRemoveDevicesRoleForCapturePreset() 763 auto devices = getDevicesForProductStrategy(strategy->getId()); in updateDeviceSelectionCache() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | dynamic_device_mgr_test.cc | 87 std::vector<std::unique_ptr<Device>> devices; in TEST() local 136 std::vector<std::unique_ptr<Device>> devices; in TEST() local 152 std::vector<std::unique_ptr<Device>> devices; in TEST() local 171 std::vector<std::unique_ptr<Device>> devices; in TEST() local 188 std::vector<std::unique_ptr<Device>> devices; in TEST() local 205 std::vector<std::unique_ptr<Device>> devices; in TEST() local
|
/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BluetoothDeviceManagerTest.java | 433 List<AudioDeviceInfo> devices = new ArrayList<>(); in testConnectDisconnectAudioHearingAid() local 468 List<AudioDeviceInfo> devices = new ArrayList<>(); in testConnectDisconnectAudioLeAudio() local 540 List<AudioDeviceInfo> devices = new ArrayList<>(); in testConnectMultipleLeAudioDevices() local 578 List<AudioDeviceInfo> devices = new ArrayList<>(); in testClearCommunicationDeviceOnActiveDeviceChange() local 630 List<AudioDeviceInfo> devices = new ArrayList<>(); in testConnectDualModeEarbud() local 790 List<AudioDeviceInfo> devices = new ArrayList<>(); in assertClearHearingAidOrLeCommunicationDevice() local
|
/aosp_15_r20/system/core/init/ |
H A D | first_stage_mount.cpp | 295 std::set<std::string> devices; in InitDevices() local 330 void FirstStageMountVBootV2::GetSuperDeviceName(std::set<std::string>* devices) { in GetSuperDeviceName() 342 bool FirstStageMountVBootV2::InitRequiredDevices(std::set<std::string> devices) { in InitRequiredDevices() 354 std::set<std::string> devices; in InitDmLinearBackingDevices() local 658 auto init_devices = [this](std::set<std::string> devices) -> bool { in MountPartitions() 707 auto init_devices = [this](std::set<std::string> devices) -> bool { in UseDsuIfPresent() 760 bool FirstStageMountVBootV2::GetDmVerityDevices(std::set<std::string>* devices) { in GetDmVerityDevices()
|