Searched refs:randi (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2612.js49 function randi(max) { function
66 varname(randi(i)), "+",
67 varname(randi(i)), ","].join("");
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drestsnew.cpp145 static int32_t randi(int32_t n) function
771 index = count ? (randi(count * 3) - count) : (randi(200) - 100);
857 row = row_count ? (randi(row_count * 3) - row_count) : (randi(200) - 100);
858 col = column_count ? (randi(column_count * 3) - column_count) : (randi(200) - 100);
H A Drestest.cpp147 int32_t randi(int32_t n) function
444 index = count ? (randi(count * 3) - count) : (randi(200) - 100);
H A Dtestidna.cpp1345 static int32_t randi(int32_t n){ function
1351 int32_t charCount = (randi(maxCharCount) + 1);
/external/icu/icu4c/source/test/intltest/
H A Drestsnew.cpp145 static int32_t randi(int32_t n) function
771 index = count ? (randi(count * 3) - count) : (randi(200) - 100);
857 row = row_count ? (randi(row_count * 3) - row_count) : (randi(200) - 100);
858 col = column_count ? (randi(column_count * 3) - column_count) : (randi(200) - 100);
H A Drestest.cpp146 int32_t randi(int32_t n) function
443 index = count ? (randi(count * 3) - count) : (randi(200) - 100);
H A Dtestidna.cpp1345 static int32_t randi(int32_t n){ function
1351 int32_t charCount = (randi(maxCharCount) + 1);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcreststn.c77 static int32_t randi(int32_t n) function
1775 idx = count ? (randi(count * 3) - count) : (randi(200) - 100);
1861 row = row_count ? (randi(row_count * 3) - row_count) : (randi(200) - 100);
1862 col = column_count ? (randi(column_count * 3) - column_count) : (randi(200) - 100);
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c77 static int32_t randi(int32_t n) function
1783 idx = count ? (randi(count * 3) - count) : (randi(200) - 100);
1869 row = row_count ? (randi(row_count * 3) - row_count) : (randi(200) - 100);
1870 col = column_count ? (randi(column_count * 3) - column_count) : (randi(200) - 100);

Completed in 926 milliseconds