HomeSort by relevance Sort by last modified time
    Searched refs:random_device (Results 1 - 25 of 29) sorted by null

1 2

  /external/libcxx/test/numerics/rand/rand.device/
ctor.pass.cpp 12 // class random_device;
14 // explicit random_device(const string& token = "/dev/urandom");
23 std::random_device r("wrong file");
30 std::random_device r;
33 std::random_device r("/dev/urandom");;
36 std::random_device r("/dev/random");;
eval.pass.cpp 12 // class random_device;
21 std::random_device r;
22 std::random_device::result_type e = r();
entropy.pass.cpp 12 // class random_device;
21 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 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...]
  /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...]
  /bionic/libc/dns/resolv/
res_init.c 623 int random_device = open("/dev/urandom", O_RDONLY | O_CLOEXEC); local
624 if (random_device < 0) {
630 int retval = read(random_device, random_value, sizeof(u_int));
633 close(random_device);
640 close(random_device);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
random.h     [all...]
  /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-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
random.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
random.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
random.h     [all...]
  /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-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
random.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
random.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
random.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
random.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
random.h     [all...]

Completed in 2090 milliseconds

1 2