Home
last modified time | relevance | path

Searched refs:random_value (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/app/
Dclient_util.cc85 std::string random_value(client_info ? client_info->client_id in GetPreReadPopulationAndGroup() local
94 reinterpret_cast<const unsigned char*>(random_value.c_str()), in GetPreReadPopulationAndGroup()
95 random_value.size() * sizeof(random_value[0]), in GetPreReadPopulationAndGroup()
/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxerutil.cpp690 unsigned int random_value; in MakeUID() local
691 const errno_t e = rand_s(&random_value); in MakeUID()
693 const int32 nn = random_value; in MakeUID()
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
Dmkvmuxerutil.cpp701 unsigned int random_value; in MakeUID() local
702 const errno_t e = rand_s(&random_value); in MakeUID()
704 const int32 nn = random_value; in MakeUID()