Home
last modified time | relevance | path

Searched refs:expected_output (Results 1 – 8 of 8) sorted by relevance

/frameworks/rs/tests/lldb/tests/testcases/
Dtest_write_local_element.py35 def _try_inspecting_local(self, local_name, expected_output): argument
45 self.try_command('expr ' + local_name, expected_output)
47 def _try_modifying_local(self, local_name, new_value, expected_output, argument
69 expected_output,
72 expected_output,
Dtest_write_global_element.py36 def _try_inspecting_global(self, global_name, expected_output): argument
46 self.try_command('expr ' + global_name, expected_output)
48 def _try_modifying_global(self, global_name, new_value, expected_output, argument
70 expected_output,
73 expected_output,
Dtest_write_local.py36 expected_output, expected_output_regex=None): argument
61 expected_output,
64 expected_output,
Dtest_write_global.py37 expected_output, expected_output_regex=None): argument
61 expected_output,
64 expected_output,
Dtest_read_local.py37 def _try_inspecting_local(self, local_name, expected_output, argument
55 expected_output,
59 expected_output,
Dtest_read_global.py36 def _try_inspecting_global(self, global_name, expected_output, argument
54 expected_output,
58 expected_output,
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ruby/
Druby_generator_unittest.cc97 string expected_output; in TEST() local
100 &expected_output, in TEST()
102 EXPECT_EQ(expected_output, output); in TEST()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc1755 string expected_output; in Run() local
1756 GOOGLE_CHECK_OK(File::GetContents(filename, &expected_output, true)); in Run()
1760 EXPECT_TRUE(captured_stdout_ == expected_output); in Run()
1764 string expected_output; in Run() local
1765 GOOGLE_CHECK_OK(File::GetContents(filename, &expected_output, true)); in Run()
1767 ExpectStdoutMatchesText(expected_output); in Run()