OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:random_device
(Results
1 - 25
of
26
) sorted by null
1
2
/external/libcxx/test/std/numerics/rand/rand.device/
eval.pass.cpp
12
// class
random_device
;
22
std::
random_device
r;
23
std::
random_device
::result_type e = r();
28
std::
random_device
r("/dev/null");
entropy.pass.cpp
12
// class
random_device
;
21
std::
random_device
r;
ctor.pass.cpp
12
// class
random_device
;
14
// explicit
random_device
(const string& token = implementation-defined);
35
std::
random_device
r(token);
40
std::
random_device
r(token);
47
{ std::
random_device
r; }
57
std::
random_device
r;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.device/
eval.pass.cpp
12
// class
random_device
;
22
std::
random_device
r;
23
std::
random_device
::result_type e = r();
28
std::
random_device
r("/dev/null");
ctor.pass.cpp
12
// class
random_device
;
14
// explicit
random_device
(const string& token = "/dev/urandom");
24
std::
random_device
r("wrong file");
31
std::
random_device
r;
41
std::
random_device
r;
44
std::
random_device
r("/dev/urandom");;
47
std::
random_device
r("/dev/random");;
entropy.pass.cpp
12
// class
random_device
;
21
std::
random_device
r;
/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
...]
/external/clang/test/Modules/Inputs/PR20786/
random.h
8
struct
random_device
{
struct in namespace:std
/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/vulkan-validation-layers/demos/smoke/
Simulation.h
108
std::
random_device
random_dev_;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.h
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
random.h
[
all
...]
/art/runtime/
utils.h
381
using RNG = std::
random_device
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
random.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
random.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
random.h
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
random.h
[
all
...]
/system/sepolicy/
file_contexts
94
/dev/random u:object_r:
random_device
:s0
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map.h
[
all
...]
/art/compiler/utils/x86_64/
assembler_x86_64_test.cc
55
std::
random_device
rd;
[
all
...]
/external/v8/test/mjsunit/asm/sqlite3/
sqlite-change-heap.js
[
all
...]
sqlite-pointer-masking.js
[
all
...]
sqlite-safe-heap.js
[
all
...]
Completed in 2619 milliseconds
1
2