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

  /external/chromium_org/gpu/config/
gpu_test_expectations_parser_unittest.cc 42 EXPECT_TRUE(parser.LoadTestExpectations(text));
53 EXPECT_TRUE(parser.LoadTestExpectations(text));
64 EXPECT_TRUE(parser.LoadTestExpectations(text));
75 EXPECT_TRUE(parser.LoadTestExpectations(text));
86 EXPECT_TRUE(parser.LoadTestExpectations(text));
100 EXPECT_TRUE(parser.LoadTestExpectations(text));
115 EXPECT_FALSE(parser.LoadTestExpectations(text));
126 EXPECT_TRUE(parser.LoadTestExpectations(text));
141 EXPECT_FALSE(parser.LoadTestExpectations(text));
150 EXPECT_FALSE(parser.LoadTestExpectations(text))
    [all...]
gpu_test_expectations_parser.h 34 bool LoadTestExpectations(const std::string& data);
35 bool LoadTestExpectations(const base::FilePath& path);
37 // Query error messages from the last LoadTestExpectations() call.
gpu_test_expectations_parser.cc 169 bool GPUTestExpectationsParser::LoadTestExpectations(const std::string& data) {
188 bool GPUTestExpectationsParser::LoadTestExpectations(
198 return LoadTestExpectations(data);
  /external/chromium_org/content/browser/gpu/
webgl_conformance_test.cc 59 ASSERT_TRUE(test_expectations_.LoadTestExpectations(path));

Completed in 1842 milliseconds