Searched refs:RandomObject (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | _randommodule.c.h | 15 _random_Random_random_impl(RandomObject *self); 18 _random_Random_random(RandomObject *self, PyObject *Py_UNUSED(ignored)) in _random_Random_random() 36 _random_Random_seed_impl(RandomObject *self, PyObject *n); 39 _random_Random_seed(RandomObject *self, PyObject *const *args, Py_ssize_t nargs) in _random_Random_seed() 68 _random_Random_getstate_impl(RandomObject *self); 71 _random_Random_getstate(RandomObject *self, PyObject *Py_UNUSED(ignored)) in _random_Random_getstate() 95 _random_Random_getrandbits_impl(RandomObject *self, int k); 98 _random_Random_getrandbits(RandomObject *self, PyObject *arg) in _random_Random_getrandbits()
|
/external/python/cpython3/Modules/ |
D | _randommodule.c | 103 } RandomObject; typedef 119 genrand_uint32(RandomObject *self) in genrand_uint32() 171 _random_Random_random_impl(RandomObject *self) in _random_Random_random_impl() 180 init_genrand(RandomObject *self, uint32_t s) in init_genrand() 203 init_by_array(RandomObject *self, uint32_t init_key[], size_t key_length) in init_by_array() 235 random_seed_urandom(RandomObject *self) in random_seed_urandom() 247 random_seed_time_pid(RandomObject *self) in random_seed_time_pid() 266 random_seed(RandomObject *self, PyObject *arg) in random_seed() 363 _random_Random_seed_impl(RandomObject *self, PyObject *n) in _random_Random_seed_impl() 378 _random_Random_getstate_impl(RandomObject *self) in _random_Random_getstate_impl() [all …]
|
/external/python/cpython2/Modules/ |
D | _randommodule.c | 83 } RandomObject; typedef 95 genrand_int32(RandomObject *self) in genrand_int32() 138 random_random(RandomObject *self) in random_random() 146 init_genrand(RandomObject *self, unsigned long s) in init_genrand() 171 init_by_array(RandomObject *self, unsigned long init_key[], unsigned long key_length) in init_by_array() 207 random_seed(RandomObject *self, PyObject *args) in random_seed() 318 random_getstate(RandomObject *self) in random_getstate() 345 random_setstate(RandomObject *self, PyObject *state) in random_setstate() 411 random_jumpahead(RandomObject *self, PyObject *n) in random_jumpahead() 467 random_getrandbits(RandomObject *self, PyObject *args) in random_getrandbits() [all …]
|
/external/clang/test/SemaObjC/ |
D | class-message-protocol-lookup.m | 4 @interface RandomObject { interface 19 @implementation RandomObject implementation
|
/external/llvm-project/clang/test/SemaObjC/ |
D | class-message-protocol-lookup.m | 4 @interface RandomObject { interface 19 @implementation RandomObject implementation
|