Searched defs:random_device (Results 1 - 3 of 3) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/src/
H A Drandom.cpp38 random_device::random_device(const string& __token) function in class:random_device
44 random_device::~random_device()
49 random_device::operator()()
56 random_device::random_device(const string& __token)
60 __throw_system_error(errno, ("random_device failed to open " + __token).c_str());
63 random_device::~random_device()
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
H A Drandom.cpp38 random_device::random_device(const string& __token) function in class:random_device
44 random_device::~random_device()
49 random_device::operator()()
56 random_device::random_device(const string& __token)
60 __throw_system_error(errno, ("random_device failed to open " + __token).c_str());
63 random_device::~random_device()
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Drandom.cpp31 random_device::random_device(const string&) function in class:random_device
35 random_device::~random_device()
40 random_device::operator()()
45 __throw_system_error(err, "random_device rand_s failed.");
49 random_device::random_device(const string& __token)
53 __throw_system_error(errno, ("random_device failed to open " + __token).c_str());
56 random_device
[all...]

Completed in 268 milliseconds