Home
last modified time | relevance | path

Searched defs:choice (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dmarkov.py4 def __init__(self, histsize, choice): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Drandom.py273 def choice(self, seq): member in Random
891 choice = _inst.choice variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Drandom.py272 def choice(self, seq): member in Random
889 choice = _inst.choice variable
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaEnc.c244 CLzmaProb choice; member