Home
last modified time | relevance | path

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

/external/angle/src/tests/preprocessor_tests/
Dchar_test.cpp16 class CharTest : public PreprocessorTest, public testing::WithParamInterface<int> class
19 CharTest() : PreprocessorTest(SH_GLES2_SPEC) {} in CharTest() function in angle::CharTest
43 TEST_P(CharTest, Identified) in TEST_P() argument
95 INSTANTIATE_TEST_SUITE_P(All, CharTest, testing::Range(CHAR_MIN, CHAR_MAX + 1));
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest-param-test.h.pump286 // This will also instantiate tests from CharTest
297 // CharTest,