Home
last modified time | relevance | path

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

/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
/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/IntentResolver/java/tests/src/com/android/intentresolver/
DUnbundledChooserActivityWorkProfileTest.java380 public static class TestCase { class in UnbundledChooserActivityWorkProfileTest
400 public TestCase(boolean isSendAction, boolean hasCrossProfileIntents, in TestCase() method in UnbundledChooserActivityWorkProfileTest.TestCase
/packages/modules/Bluetooth/tools/pdl/src/
Dast.rs126 pub struct TestCase { struct
127 pub loc: SourceRange,
128 pub input: String,