Searched refs:test_random_byte (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/skia/tests/ |
H A D | RandomTest.cpp | 59 static void test_random_byte(skiatest::Reporter* reporter, int shift) { function 182 test_random_byte(reporter, 0); 183 test_random_byte(reporter, 8); 184 test_random_byte(reporter, 16); 185 test_random_byte(reporter, 24);
|
/external/skia/tests/ |
H A D | RandomTest.cpp | 59 static void test_random_byte(skiatest::Reporter* reporter, int shift) { function 182 test_random_byte(reporter, 0); 183 test_random_byte(reporter, 8); 184 test_random_byte(reporter, 16); 185 test_random_byte(reporter, 24);
|
Completed in 96 milliseconds