Home
last modified time | relevance | path

Searched defs:TestCase (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dtopk_v2.mod.py18 TestCase = collections.namedtuple("TestCase", [ variable
Dslice.mod.py18 TestCase = collections.namedtuple("TestCase", [ variable
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DMacAddressTest.java45 static class TestCase { class in MacAddressTest
51 TestCase(String macAddress, String ouiString, int addressType, boolean isLocallyAssigned) { in TestCase() method in MacAddressTest.TestCase