HomeSort by relevance Sort by last modified time
    Searched refs:random_value (Results 1 - 3 of 3) sorted by null

  /packages/apps/Messaging/tools/messagegen/
fillsms 119 random_value () function
126 local v=$(random_value 30000)
132 local words=$(random_value $MAX_WORDS_PER_MESSAGE)
144 local v=$(random_value $image_files)
181 value=$(random_value 1000)
183 value=$(random_value 10000)
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 701 unsigned int random_value; local
702 const errno_t e = rand_s(&random_value);
704 const int32 nn = random_value;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 690 unsigned int random_value; local
691 const errno_t e = rand_s(&random_value);
693 const int32 nn = random_value;

Completed in 405 milliseconds