Searched refs:choice (Results 1 – 5 of 5) sorted by relevance
17 uint32_t choice = (uint32_t) rand() / 7; in Random__android__hardware__nfc__V1_0__NfcEvent() local18 …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() local43 …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 …]
17 uint32_t choice = (uint32_t) rand() / 2; in Random__android__hardware__tests__msgq__V1_0__ITestMsgQ__EventFlagBits() local18 …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()
39 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)
71 random.choice(string.ascii_letters + string.digits)
286 letters = [random.choice(ascii_letters_and_digits) for i in range(length)]