Home
last modified time | relevance | path

Searched defs:expected (Results 1 – 14 of 14) sorted by relevance

/build/bazel/scripts/difftool/
Ddifftool_test.py44 def assertNotInErrors(self, expected, errorlist): argument
48 def assertInErrors(self, expected, errorlist): argument
/build/soong/shared/
Dpaths_test.go21 func assertEqual(t *testing.T, expected, actual string) { argument
/build/soong/scripts/
Dmanifest_fixer_test.py83 def assert_xml_equal(self, output, expected): argument
235 def assert_xml_equal(self, output, expected): argument
279 def assert_xml_equal(self, output, expected): argument
368 def assert_xml_equal(self, output, expected): argument
405 def assert_xml_equal(self, output, expected): argument
444 def assert_xml_equal(self, output, expected): argument
489 def assert_xml_equal(self, output, expected): argument
534 def assert_xml_equal(self, output, expected): argument
/build/soong/scripts/hiddenapi/
Dsignature_trie_test.py192 def check_patterns(self, pattern, expected): argument
196 def check_node_patterns(self, node, pattern, expected): argument
Danalyze_bcpf_test.py416 def check_change_fix(self, change, bpmodify_output, expected): argument
430 def check_change_snippet(self, change, expected): argument
/build/soong/android/
Dconfig_test.go122 func assertStringEquals(t *testing.T, expected, actual string) { argument
Dlicenses_test.go745 func compareUnorderedStringArrays(expected, actual []string) bool { argument
Dtest_asserts.go172 func AssertArrayString(t *testing.T, message string, expected, actual []string) { argument
Dneverallow.go286 expected string member
/build/make/tools/product_config/test/com/android/build/config/
DCsvParserTest.java32 public String listsToStrings(String[] expected, List<String> actual) { in listsToStrings()
/build/soong/cmd/extract_apks/
Dmain_test.go32 expected SelectionResult member
/build/make/tools/releasetools/
Dtest_add_img_to_target_files.py162 def _verifyCareMap(self, expected, file_name): argument
Dota_utils.py520 def Verify(self, input_zip, expected): argument
/build/soong/cc/
Dcc_test.go2684 func checkEquals(t *testing.T, message string, expected, actual interface{}) { argument