Home
last modified time | relevance | path

Searched defs:actual (Results 1 – 6 of 6) sorted by relevance

/build/make/tools/check-flagged-apis/src/com/android/checkflaggedapis/
DCheckFlaggedApisTest.kt119 val actual = parseApiSignature("in-memory", API_SIGNATURE.byteInputStream()) in testParseApiSignature() constant
139 val actual = parseApiSignature("in-memory", apiSignature.byteInputStream()) in testParseApiSignatureInterfacesInheritFromJavaLangObject() constant
147 val actual = parseFlagValues(generateFlagsProto(ENABLED, ENABLED)) in testParseFlagValues() constant
164 val actual = parseApiVersions(API_VERSIONS.byteInputStream()) in testParseApiVersions() constant
186 val actual = parseApiVersions(apiVersions.byteInputStream()) in testParseApiVersionsNestedClasses() constant
193 val actual = in testFindErrorsNoErrors() constant
235 val actual = in testFindErrorsVerifyImplements() constant
284 val actual = in testFindErrorsVerifySuperclass() constant
320 val actual = in testNestedFlagsOuterFlagWins() constant
354 val actual = in testFindErrorsDisabledFlaggedApiIsPresent() constant
[all …]
/build/make/tools/compliance/cmd/sbom/
Dsbom_test.go2396 func compareSpdxDocs(t *testing.T, actual, expected *spdx.Document) { argument
2457 func compareSpdxCreationInfo(t *testing.T, actual, expected *spdx.CreationInfo) { argument
2477 func compareSpdxPackages(t *testing.T, i int, actual, expected *spdx.Package) bool { argument
2509 func compareRelationShips(t *testing.T, i int, actual, expected *spdx.Relationship) bool { argument
2532 func compareLicenses(t *testing.T, i int, actual, expected *spdx.OtherLicense) bool { argument
/build/make/tools/product_config/test/com/android/build/config/
DCsvParserTest.java32 public String listsToStrings(String[] expected, List<String> actual) { in listsToStrings()
37 public void assertLineEquals(CsvParser.Line actual, int lineno, String... fields) { in assertLineEquals()
/build/make/tools/aconfig/printflags/src/
Dmain.rs137 let actual = parse_device_config(input); in test_parse_device_config() localVariable
/build/make/tools/aconfig/aflags/src/
Ddevice_config_source.rs153 let actual = parse_device_config(input).unwrap(); in test_parse_device_config() localVariable
/build/make/tools/aconfig/aconfig/src/
Ddump.rs228 let actual = in test_dump_parsed_flags_protobuf_format() localVariable