Home
last modified time | relevance | path

Searched refs:choice (Results 1 – 5 of 5) sorted by relevance

/test/vts/compilation_tools/vtsc/test/golden/DRIVER/
Dtypes.driver.cpp17 uint32_t choice = (uint32_t) rand() / 7; in Random__android__hardware__nfc__V1_0__NfcEvent() local
18 …if (choice == (uint32_t) 0UL) return static_cast<uint32_t>(::android::hardware::nfc::V1_0::NfcEven… in Random__android__hardware__nfc__V1_0__NfcEvent()
19 …if (choice == (uint32_t) 1UL) return static_cast<uint32_t>(::android::hardware::nfc::V1_0::NfcEven… in Random__android__hardware__nfc__V1_0__NfcEvent()
20 …if (choice == (uint32_t) 2UL) return static_cast<uint32_t>(::android::hardware::nfc::V1_0::NfcEven… in Random__android__hardware__nfc__V1_0__NfcEvent()
21 …if (choice == (uint32_t) 3UL) return static_cast<uint32_t>(::android::hardware::nfc::V1_0::NfcEven… in Random__android__hardware__nfc__V1_0__NfcEvent()
22 …if (choice == (uint32_t) 4UL) return static_cast<uint32_t>(::android::hardware::nfc::V1_0::NfcEven… in Random__android__hardware__nfc__V1_0__NfcEvent()
23 …if (choice == (uint32_t) 5UL) return static_cast<uint32_t>(::android::hardware::nfc::V1_0::NfcEven… in Random__android__hardware__nfc__V1_0__NfcEvent()
24 …if (choice == (uint32_t) 6UL) return static_cast<uint32_t>(::android::hardware::nfc::V1_0::NfcEven… in Random__android__hardware__nfc__V1_0__NfcEvent()
42 uint32_t choice = (uint32_t) rand() / 5; in Random__android__hardware__nfc__V1_0__NfcStatus() local
43 …if (choice == (uint32_t) 0UL) return static_cast<uint32_t>(::android::hardware::nfc::V1_0::NfcStat… in Random__android__hardware__nfc__V1_0__NfcStatus()
[all …]
DTestMsgQ.driver.cpp17 uint32_t choice = (uint32_t) rand() / 2; in Random__android__hardware__tests__msgq__V1_0__ITestMsgQ__EventFlagBits() local
18 …if (choice == (uint32_t) 1UL) return static_cast<uint32_t>(::android::hardware::tests::msgq::V1_0:… in Random__android__hardware__tests__msgq__V1_0__ITestMsgQ__EventFlagBits()
19 …if (choice == (uint32_t) 2UL) return static_cast<uint32_t>(::android::hardware::tests::msgq::V1_0:… in Random__android__hardware__tests__msgq__V1_0__ITestMsgQ__EventFlagBits()
/test/vts/utils/python/io/
Dfile_util_test.py39 random.choice(string.ascii_lowercase + string.digits)
62 random.choice(string.ascii_lowercase + string.digits)
73 random.choice(string.ascii_lowercase + string.digits)
84 random.choice(string.ascii_lowercase + string.digits)
89 random.choice(string.ascii_lowercase + string.digits)
/test/vti/test_serving/gae/webapp/src/testing/
Dunittest_base.py71 random.choice(string.ascii_letters + string.digits)
/test/vts/runners/host/
Dutils.py286 letters = [random.choice(ascii_letters_and_digits) for i in range(length)]