Searched refs:expected_file_contents (Results 1 – 3 of 3) sorted by relevance
/external/deqp-deps/SPIRV-Tools/test/tools/ |
D | expect.py | 319 if isinstance(self.expected_file_contents, str): 320 if file_contents == self.expected_file_contents: 326 exp=self.expected_file_contents, 330 self.expected_file_contents.split('\n'), 334 elif isinstance(self.expected_file_contents, type(re.compile(''))): 335 if self.expected_file_contents.search(file_contents): 340 exp=self.expected_file_contents.pattern))
|
/external/swiftshader/third_party/SPIRV-Tools/test/tools/ |
D | expect.py | 319 if isinstance(self.expected_file_contents, str): 320 if file_contents == self.expected_file_contents: 326 exp=self.expected_file_contents, 330 self.expected_file_contents.split('\n'), 334 elif isinstance(self.expected_file_contents, type(re.compile(''))): 335 if self.expected_file_contents.search(file_contents): 340 exp=self.expected_file_contents.pattern))
|
/external/webrtc/webrtc/base/ |
D | filerotatingstream_unittest.cc | 167 std::string expected_file_contents("z"); in TEST_F() local 168 VerifyFileContents(expected_file_contents.c_str(), in TEST_F() 169 expected_file_contents.size(), stream_->GetFilePath(0)); in TEST_F()
|