Home
last modified time | relevance | path

Searched defs:expected_stdout (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/tools/
Dexpect_unittest.py23 expected_stdout = re.compile('a.c') variable in TestStdoutMatchADotC
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/tools/
H A Dexpect_unittest.py23 expected_stdout = re.compile('a.c') variable in TestStdoutMatchADotC
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/tools/
H A Dexpect_unittest.py23 expected_stdout = re.compile('a.c') variable in TestStdoutMatchADotC
/aosp_15_r20/build/make/tools/envsetup/
H A Drun_envsetup_tests45 def test(shell, command, expected_return, expected_stdout, expected_stderr, expected_env): argument
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/tools/opt/
H A Dflags.py51 expected_stdout = re.compile(r'.*The SPIR-V binary is read from <input>') variable in TestHelpFlag
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/tools/opt/
H A Dflags.py51 expected_stdout = re.compile(r'.*The SPIR-V binary is read from <input>') variable in TestHelpFlag
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/tools/opt/
Dflags.py51 expected_stdout = re.compile(r'.*The SPIR-V binary is read from <input>') variable in TestHelpFlag
/aosp_15_r20/system/core/cli-test/
H A Dcli-test.cpp53 std::string expected_stdout; member