HomeSort by relevance Sort by last modified time
    Searched defs:random_device (Results 1 - 5 of 5) sorted by null

  /external/libcxx/src/
random.cpp 40 random_device::random_device(const string& __token) function in class:random_device
46 random_device::~random_device()
51 random_device::operator()()
58 random_device::random_device(const string& __token)
62 __throw_system_error(errno, ("random_device failed to open " + __token).c_str());
65 random_device::~random_device()
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/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...]
  /prebuilts/ndk/r11/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
  /system/chre/apps/wifi_offload/test/
random_generator.cc 31 std::random_device random_device; local
33 initial_seed_ = random_device();

Completed in 187 milliseconds