Home
last modified time | relevance | path

Searched defs:test_extra (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/confirmationui/1.0/vts/functional/
H A DVtsHalConfirmationUIV1_0TargetTest.cpp234 static constexpr uint8_t test_extra[] = {0x1, 0x2, 0x3}; in TEST_P() local
277 static constexpr uint8_t test_extra[static_cast<uint32_t>(MessageSize::MAX)] = {}; in TEST_P() local
301 static constexpr uint8_t test_extra[] = {0x1, 0x2, 0x3}; in TEST_P() local
321 static constexpr uint8_t test_extra[] = {0x1, 0x2, 0x3}; in TEST_P() local
342 static constexpr uint8_t test_extra[] = {0x1, 0x2, 0x3}; in TEST_P() local
363 static constexpr uint8_t test_extra[] = {0x1, 0x2, 0x3}; in TEST_P() local
385 static constexpr uint8_t test_extra[] = {0x1, 0x2, 0x3}; in TEST_P() local
406 static constexpr uint8_t test_extra[] = {0x1, 0x2, 0x3}; in TEST_P() local
426 static constexpr uint8_t test_extra[] = {0x1, 0x2, 0x3}; in TEST_P() local
439 static constexpr uint8_t test_extra[] = {0x1, 0x2, 0x3}; in TEST_P() local
[all …]
/aosp12/build/soong/scripts/
H A Dmanifest_fixer_test.py196 def test_extra(self): member in RaiseMinSdkVersionTest