Home
last modified time | relevance | path

Searched defs:random (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Drandom.py276 def shuffle(self, x, random=None, int=int): argument
688 def random(self): member in WichmannHill
811 def random(self): member in SystemRandom
885 random = _inst.random variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Drandom.py277 def shuffle(self, x, random=None): argument
690 def random(self): member in WichmannHill
813 def random(self): member in SystemRandom
887 random = _inst.random variable
/device/google/cuttlefish_common/host/frontend/vnc_server/
Dframe_buffer_watcher.cpp149 std::uniform_int_distribution<int> random{0, 2}; in Worker() local
/device/generic/goldfish/gatekeeper/
DSoftGateKeeper.h89 virtual void GetRandom(void *random, uint32_t requested_length) const { in GetRandom()
/device/google/cuttlefish_common/guest/hals/gatekeeper/
DSoftGateKeeper.h89 virtual void GetRandom(void *random, uint32_t requested_length) const { in GetRandom()