Home
last modified time | relevance | path

Searched refs:random (Results 1 – 10 of 10) sorted by relevance

/test/vts/utils/python/fuzzer/
DFuzzerUtils.py17 import random
20 shifter = random.randint(0, 31)
DGenePool.py17 import random
102 elif random.randint(0, self._beta) == 1:
/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerMain.cpp40 static Random random{static_cast<uint64_t>(time(0))}; variable
76 random, ExtractPredefinedTypes(params.comp_specs_), mutator_config); in LLVMFuzzerInitialize()
/test/vts/utils/python/controllers/
Dadb.py19 import random
55 port = random.randint(1024, 9900)
/test/vts/testcases/fuzz/hal_light/conventional/
DLightFuzzTest.py19 import random
41 module_name = random.choice([
/test/vts/testcases/fuzz/hal_light/conventional_standalone/
DStandaloneLightFuzzTest.py20 import random
43 module_name = random.choice([
/test/vts-testcase/kernel/ltp/
DKernelLtpTest.py18 import random
331 random.seed(RANDOM_SEED)
332 random.shuffle(settings_multithread)
/test/vts/runners/host/
Dutils.py24 import random
282 letters = [random.choice(ascii_letters_and_digits) for i in range(length)]
/test/vts/utils/python/mirror/
Dmirror_object_for_types.py19 import random
Dmirror_object.py19 import random
634 index = random.randint(0, len(arg_msg.struct_value))