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

  /external/chromium_org/v8/test/cctest/
test-random-number-generator.cc 36 static const int kMaxRuns = 12345;
45 for (int max = 1; max <= kMaxRuns; ++max) {
57 for (int k = 0; k < kMaxRuns; ++k) {
68 for (int k = 0; k < kMaxRuns; ++k) {
82 for (int k = 1; k <= kMaxRuns; ++k) {
  /external/chromium_org/ui/gfx/
render_text_win.cc 35 const size_t kMaxRuns = 10000;
    [all...]

Completed in 717 milliseconds