Home
last modified time | relevance | path

Searched defs:TestTypes (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DBitSetIteratorPerf.cpp51 using TestTypes = Types<angle::IterableBitSet<32>, angle::BitSet32<32>, angle::BitSet64<32>>; typedef
53 using TestTypes = Types<angle::IterableBitSet<32>, angle::BitSet32<32>>; typedef
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DBitSetIteratorPerf.cpp49 using TestTypes = Types<angle::BitSet32<32>, typedef
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestplatform.c29 TestTypes(SDL_bool verbose) in TestTypes() function
/third_party/icu/icu4c/source/test/intltest/
Dincaltst.cpp99 IntlCalendarTest::TestTypes() in TestTypes() function in IntlCalendarTest
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DIBMCalendarTest.java1084 public void TestTypes() { in TestTypes() method in IBMCalendarTest
/third_party/node/tools/inspector_protocol/encoding/
Dencoding_test.cc64 using TestTypes = ::testing::Types<uint8_t, uint16_t>; typedef