OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:random_device
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/src/
random.cpp
38
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
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
random.cpp
31
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
::~random_device(
[
all
...]
/external/clang/test/Modules/Inputs/PR20786/
random.h
8
struct
random_device
{
struct in namespace:std
Completed in 221 milliseconds