Home
last modified time | relevance | path

Searched refs:deviceSet (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestPartitioningRandom.cpp1170 std::set<decltype(stepToDeviceId(plan.forTest_compoundGetSteps()[0]))> deviceSet; in TEST_P() local
1172 deviceSet.insert(stepToDeviceId(step)); in TEST_P()
1178 ASSERT_TRUE(deviceSet.size() == signaturesForDriver.size() || in TEST_P()
1179 deviceSet.size() == signaturesForDriver.size() + 1); in TEST_P()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java3501 Set<BluetoothDevice> deviceSet = new HashSet<BluetoothDevice>(devices); in toDeviceSet() local
3502 return Collections.unmodifiableSet(deviceSet); in toDeviceSet()