HomeSort by relevance Sort by last modified time
    Searched refs:CMapTests (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sfntly/cpp/src/test/
cmap_test.cc 86 class CMapTests : public :: testing::TestWithParam<CMapTestCase> {
88 CMapTests() : encoder1_(NULL), encoder2_(NULL), successful_setup_(false) {
117 void CMapTests::CommonSetUp(FontArray* font_array) {
136 void CMapTests::TearDown() {
143 void CMapTests::CompareCMaps() {
166 TEST_P(CMapTests, GlyphsBetweenCMapsFingerprint) {
176 TEST_P(CMapTests, GlyphsBetweenCMapsNoFingerprint) {
185 TEST_P(CMapTests, GlyphsBetweenCMapsUsingByteVector) {
204 INSTANTIATE_TEST_CASE_P(CMapTests,
205 CMapTests,
    [all...]
  /external/sfntly/cpp/src/test/
cmap_test.cc 86 class CMapTests : public :: testing::TestWithParam<CMapTestCase> {
88 CMapTests() : encoder1_(NULL), encoder2_(NULL), successful_setup_(false) {
117 void CMapTests::CommonSetUp(FontArray* font_array) {
136 void CMapTests::TearDown() {
143 void CMapTests::CompareCMaps() {
166 TEST_P(CMapTests, GlyphsBetweenCMapsFingerprint) {
176 TEST_P(CMapTests, GlyphsBetweenCMapsNoFingerprint) {
185 TEST_P(CMapTests, GlyphsBetweenCMapsUsingByteVector) {
204 INSTANTIATE_TEST_CASE_P(CMapTests,
205 CMapTests,
    [all...]

Completed in 44 milliseconds