Home
last modified time | relevance | path

Searched refs:printed_version (Results 1 – 4 of 4) sorted by relevance

/external/libjpeg-turbo/
Dcjpeg.c334 static boolean printed_version = FALSE; in parse_switches() local
336 if (!printed_version) { in parse_switches()
342 printed_version = TRUE; in parse_switches()
Djpegtran.c242 static boolean printed_version = FALSE; in parse_switches() local
244 if (!printed_version) { in parse_switches()
250 printed_version = TRUE; in parse_switches()
Ddjpeg.c277 static boolean printed_version = FALSE; in parse_switches() local
279 if (!printed_version) { in parse_switches()
285 printed_version = TRUE; in parse_switches()
/external/avb/test/
Davbtool_unittest.cc73 std::string printed_version; in TEST_F() local
74 ASSERT_TRUE(base::ReadFileToString(path, &printed_version)); in TEST_F()
75 base::TrimWhitespaceASCII(printed_version, base::TRIM_ALL, &printed_version); in TEST_F()
78 EXPECT_EQ(printed_version, in TEST_F()