Searched defs:devices1 (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/ |
D | TestPartitioning.cpp | 2927 const auto devices1 = makeDevices({{"deviceA", 0.8, ~0U}, {"deviceC", 0.5, 1 << 1}}); in TEST_F() local 2949 const auto devices1 = makeDevices({{"deviceA", "1.0", 0.8, ~0U}, {"deviceB", 0.5, 1 << 1}}); in TEST_F() local 3038 const auto devices1 = makeDevices({{"deviceA", 0.8, ~0U}, {"deviceB", 0.5, 0U}}); in TEST_F() local
|
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowManagerServiceTests.java | 1284 final InputDevice[] devices1 = { deviceA }; in testInputDeviceNotifyConfigurationChanged() local
|