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

  /external/chromium_org/chrome/test/perf/
generate_profile.cc 68 inline int RandomInt(int min, int max) {
109 RandomChars(RandomInt(5, 20)));
114 return RandomWords(RandomInt(3, 15));
119 return RandomWords(RandomInt(10, 4000));
173 url = revisit_urls[RandomInt(0, static_cast<int>(revisit_urls.size()))];
181 const int redir_count = RandomInt(1, 4);
197 (RandomInt(0, 2) == 0) ? google_bitmap.get() : weewar_bitmap.get(),
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 381 APInt RandomInt(Ty->getPrimitiveSizeInBits(), makeArrayRef(RandomBits));
382 APFloat RandomFloat(Ty->getFltSemantics(), RandomInt);

Completed in 361 milliseconds