Home
last modified time | relevance | path

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

/build/make/tools/check-flagged-apis/src/com/android/checkflaggedapis/
DCheckFlaggedApisTest.kt98 val expected = in testParseApiSignature() constant
134 val expected = in testParseApiSignatureInterfacesInheritFromJavaLangObject() constant
145 val expected: Map<Flag, Boolean> = in testParseFlagValues() constant
153 val expected: Set<Symbol> = in testParseApiVersions() constant
181 val expected: Set<Symbol> = in testParseApiVersionsNestedClasses() constant
192 val expected = setOf<ApiError>() in testFindErrorsNoErrors() constant
234 val expected = setOf<ApiError>() in testFindErrorsVerifyImplements() constant
283 val expected = setOf<ApiError>() in testFindErrorsVerifySuperclass() constant
319 val expected = setOf<ApiError>() in testNestedFlagsOuterFlagWins() constant
330 val expected = in testFindErrorsDisabledFlaggedApiIsPresent() constant
[all …]
/build/make/tools/aconfig/aconfig/src/
Ddump.rs137 let expected = in create_filter_predicate_single() localVariable
146 let expected = arg.to_owned(); in create_filter_predicate_single() localVariable
150 let expected = arg.to_owned(); in create_filter_predicate_single() localVariable
154 let expected = arg.to_owned(); in create_filter_predicate_single() localVariable
159 let expected = arg.to_owned(); in create_filter_predicate_single() localVariable
163 let expected = enum_from_str(&[ProtoFlagState::ENABLED, ProtoFlagState::DISABLED], arg) in create_filter_predicate_single() localVariable
168 let expected = enum_from_str( in create_filter_predicate_single() localVariable
177 let expected: bool = arg.parse().context(error_msg)?; in create_filter_predicate_single() localVariable
181 let expected: bool = arg.parse().context(error_msg)?; in create_filter_predicate_single() localVariable
185 let expected = arg.to_owned(); in create_filter_predicate_single() localVariable
[all …]
/build/soong/cmd/release_config/release_config_lib/
Dflag_value_test.go31 expected rc_proto.FlagValue member
72 expected string member
/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
247 def assert_xml_equal(self, output, expected): argument
291 def assert_xml_equal(self, output, expected): argument
389 def assert_xml_equal(self, output, expected): argument
433 def assert_xml_equal(self, output, expected): argument
484 def assert_xml_equal(self, output, expected): argument
535 def assert_xml_equal(self, output, expected): argument
593 def assert_xml_equal(self, output, expected): argument
651 def assert_xml_equal(self, output, expected): argument
723 def assert_xml_equal(self, output, expected): argument
/build/soong/scripts/hiddenapi/
Dsignature_trie_test.py184 def check_patterns(self, pattern, expected): argument
188 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/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/aconfig/aflags/src/
Ddevice_config_source.rs148 let expected = HashMap::from([ in test_parse_device_config() localVariable
/build/soong/android/
Dconfig_test.go122 func assertStringEquals(t *testing.T, expected, actual string) { argument
Dlicenses_test.go563 func compareUnorderedStringArrays(expected, actual []string) bool { argument
Dtest_asserts.go205 func AssertArrayString(t *testing.T, message string, expected, actual []string) { argument
Dneverallow.go454 expected string member
/build/make/tools/releasetools/
Dtest_add_img_to_target_files.py160 def _verifyCareMap(self, expected, file_name): argument
Dota_utils.py596 def Verify(self, input_zip, expected): argument
/build/make/tools/aconfig/aconfig/src/codegen/
Djava.rs2001 let expected = "someSnakeName"; in test_format_java_method_name() localVariable
2025 let expected = "mPropertiesSomeSnakeName"; in test_format_property_name() localVariable
/build/make/tools/aconfig/aconfig_storage_file/src/
Dlib.rs555 let expected = [ in test_list_flag() localVariable
638 let expected = [ in test_list_flag_with_info() localVariable
/build/make/tools/aconfig/aconfig_protos/src/
Dlib.rs977 let expected = try_from_binary_proto_from_text_proto(text_proto).unwrap(); in test_parsed_flags_merge() localVariable
/build/soong/cc/
Dcc_test.go915 func checkEquals(t *testing.T, message string, expected, actual interface{}) { argument