Searched defs:prev_selected_shard_index (Results 1 - 5 of 5) sorted by relevance

/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc2195 int prev_selected_shard_index = -1; local
2198 if (prev_selected_shard_index < 0) {
2199 prev_selected_shard_index = shard_index;
2201 ADD_FAILURE() << "Shard " << prev_selected_shard_index << " and "
/external/googletest/googletest/test/
H A Dgtest_unittest.cc1895 int prev_selected_shard_index = -1; local
1898 if (prev_selected_shard_index < 0) {
1899 prev_selected_shard_index = shard_index;
1901 ADD_FAILURE() << "Shard " << prev_selected_shard_index << " and "
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc2033 int prev_selected_shard_index = -1; local
2036 if (prev_selected_shard_index < 0) {
2037 prev_selected_shard_index = shard_index;
2039 ADD_FAILURE() << "Shard " << prev_selected_shard_index << " and "
/external/v8/testing/gtest/test/
H A Dgtest_unittest.cc1895 int prev_selected_shard_index = -1; local
1898 if (prev_selected_shard_index < 0) {
1899 prev_selected_shard_index = shard_index;
1901 ADD_FAILURE() << "Shard " << prev_selected_shard_index << " and "
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_unittest.cc1888 int prev_selected_shard_index = -1; local
1891 if (prev_selected_shard_index < 0) {
1892 prev_selected_shard_index = shard_index;
1894 ADD_FAILURE() << "Shard " << prev_selected_shard_index << " and "

Completed in 169 milliseconds