Home
last modified time | relevance | path

Searched refs:test_high (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/processor/
Dcontained_range_map_unittest.cc214 unsigned int test_high = sizeof(test_data) / sizeof(int); in RunTests() local
226 for (unsigned int address = 0; address < test_high; ++address) { in RunTests()
242 address == test_high - 1 ? ' ' : ',', in RunTests()
Dstatic_contained_range_map_unittest.cc277 unsigned int test_high = sizeof(test_data) / sizeof(test_data[0]); in TEST_F() local
289 for (unsigned int address = 0; address < test_high; ++address) { in TEST_F()
303 address == test_high - 1 ? ' ' : ',', in TEST_F()