Home
last modified time | relevance | path

Searched refs:convert_to_unix_line_endings (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/tools/
H A Dexpect.py31 def convert_to_unix_line_endings(source): function
425 if self.expected_assembly_substr not in convert_to_unix_line_endings(
452 if self.unexpected_assembly_substr in convert_to_unix_line_endings(
498 if self.expected_error != convert_to_unix_line_endings(status.stderr):
527 if self.expected_error_substr not in convert_to_unix_line_endings(
548 if self.expected_warning != convert_to_unix_line_endings(status.stderr):
608 if self.expected_stdout != convert_to_unix_line_endings(status.stdout):
613 converted = convert_to_unix_line_endings(status.stdout)
642 if self.expected_stderr != convert_to_unix_line_endings(status.stderr):
648 convert_to_unix_line_endings(status.stderr)):
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/tools/
Dexpect.py31 def convert_to_unix_line_endings(source): function
425 if self.expected_assembly_substr not in convert_to_unix_line_endings(
452 if self.unexpected_assembly_substr in convert_to_unix_line_endings(
498 if self.expected_error != convert_to_unix_line_endings(status.stderr):
527 if self.expected_error_substr not in convert_to_unix_line_endings(
548 if self.expected_warning != convert_to_unix_line_endings(status.stderr):
608 if self.expected_stdout != convert_to_unix_line_endings(status.stdout):
613 converted = convert_to_unix_line_endings(status.stdout)
642 if self.expected_stderr != convert_to_unix_line_endings(status.stderr):
648 convert_to_unix_line_endings(status.stderr)):
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/tools/
H A Dexpect.py31 def convert_to_unix_line_endings(source): function
425 if self.expected_assembly_substr not in convert_to_unix_line_endings(
452 if self.unexpected_assembly_substr in convert_to_unix_line_endings(
498 if self.expected_error != convert_to_unix_line_endings(status.stderr):
527 if self.expected_error_substr not in convert_to_unix_line_endings(
548 if self.expected_warning != convert_to_unix_line_endings(status.stderr):
608 if self.expected_stdout != convert_to_unix_line_endings(status.stdout):
613 converted = convert_to_unix_line_endings(status.stdout)
642 if self.expected_stderr != convert_to_unix_line_endings(status.stderr):
648 convert_to_unix_line_endings(status.stderr)):