/build/soong/rust/ |
D | clippy_test.go | 66 android.AssertStringEquals(t, "libfoo flags", tc.fooFlags, r.Args["clippyFlags"]) 69 …android.AssertStringEquals(t, "libbar flags", "${config.ClippyDefaultLints}", r.Args["clippyFlags"…
|
/build/soong/xml/ |
D | xml_test.go | 75 android.AssertStringEquals(t, "input", tc.input, rule.Input.String()) 77 android.AssertStringEquals(t, "schema", tc.schema, rule.Args[tc.schemaType])
|
/build/soong/android/ |
D | test_asserts.go | 55 func AssertStringEquals(t *testing.T, message string, expected string, actual string) { func 66 AssertStringEquals(t, message, expected, PathRelativeToTop(actual)) 80 AssertStringEquals(t, message, expected, StringPathRelativeToTop(config.buildDir, actual)) 107 AssertStringEquals(t, message, strings.TrimSpace(expected), strings.TrimSpace(actual))
|
D | csuite_config_test.go | 37 AssertStringEquals(t, "output file name", "plain", outputFilename)
|
D | defaults_test.go | 128 …AssertStringEquals(t, "missing_defaults", "module missing_defaults missing dependencies: missing\n…
|
D | rule_builder_test.go | 628 AssertStringEquals(t, "RuleParams.Command", wantCommand, command) 650 AssertStringEquals(t, "RspfileContent", wantRspFileContent, params.RuleParams.RspfileContent) 652 AssertStringEquals(t, "Rspfile", wantRspFile, params.RuleParams.Rspfile) 667 AssertStringEquals(t, "rspFile2 content", "rsp_in2\n", rspFile2Content) 783 AssertStringEquals(t, "hash", test.expectedHash, hash)
|
D | paths_test.go | 1370 AssertStringEquals(t, "foo src", "", foo.src)
|
/build/soong/etc/ |
D | prebuilt_etc_test.go | 83 android.AssertStringEquals(t, "output file path", "foo.installed.conf", p.outputFilePath.Base()) 100 android.AssertStringEquals(t, "my_foo output file path", "my_foo", p.outputFilePath.Base()) 103 android.AssertStringEquals(t, "my_bar output file path", "bar.conf", p.outputFilePath.Base())
|
/build/soong/java/ |
D | platform_bootclasspath_test.go | 178 …android.AssertStringEquals(t, "output filepath", "bootclasspath.pb", p.ClasspathFragmentBase.outpu… 273 android.AssertStringEquals(t, "platform dist goals phony", ".PHONY: droidcore\n", goals[0]) 274 …android.AssertStringEquals(t, "platform dist goals call", "$(call dist-for-goals,droidcore,out/soo…
|
D | systemserver_classpath_fragment_test.go | 52 …android.AssertStringEquals(t, "output filepath", "systemserverclasspath.pb", p.ClasspathFragmentBa…
|
D | app_set_test.go | 116 android.AssertStringEquals(t, fmt.Sprintf("arg value for `%s`", k), v, params.Args[k])
|
D | hiddenapi_singleton_test.go | 275 …android.AssertStringEquals(t, "hiddenapi encode dex rule flags csv", expectedFlagsCsv, actualFlags… 306 …android.AssertStringEquals(t, "encode embedded java_library", unencodedDexJar, actualUnencodedDexJ…
|
D | dexpreopt_test.go | 210 …android.AssertStringEquals(t, "Testing "+name, expectedDex2oatPath, android.NormalizePathForTestin…
|
D | app_test.go | 993 android.AssertStringEquals(t, "incorrect --min-sdk-version", expectedSdkVersion, gotMinSdkVersion) 995 …android.AssertStringEquals(t, "incorrect --target-sdk-version", expectedSdkVersion, gotTargetSdkVe… 1621 …android.AssertStringEquals(t, "certificates flags", test.expectedCertificate, signCertificateFlags) 1624 android.AssertStringEquals(t, "signing flags", test.expectedLineage, signFlags) 1682 android.AssertStringEquals(t, "signing flags", test.expected, signFlags) 1942 android.AssertStringEquals(t, "certificates flags", expected.certFlag, certFlag) 1946 android.AssertStringEquals(t, "signing flags", expected.lineageFlag, lineageFlag) 1954 …android.AssertStringEquals(t, "overrides property value for logging parent", expected.logging_pare… 2360 …android.AssertStringEquals(t, "manifest_fixer args", expectManifestFixerArgs, actualManifestFixerA…
|
/build/soong/sysprop/ |
D | sysprop_test.go | 368 android.AssertStringEquals(t, "min_sdk_version forwarding to cc module", "29", propFromCc) 372 android.AssertStringEquals(t, "min_sdk_version forwarding to java module", "30", propFromJava)
|
/build/soong/genrule/ |
D | genrule_test.go | 467 android.AssertStringEquals(t, "raw commands", test.expect, gen.rawCommands[0]) 535 android.AssertStringEquals(t, "hash", test.expectedHash, hash) 651 android.AssertStringEquals(t, "cmd", expectedCmd, gen.rawCommands[0])
|
/build/soong/dexpreopt/ |
D | dexpreopt_test.go | 183 …android.AssertStringEquals(t, "The result must be the same as the original after marshalling and u…
|
D | class_loader_context_test.go | 176 android.AssertStringEquals(t, "The content should be the same.", before, after)
|
/build/soong/sdk/ |
D | testing.go | 246 android.AssertStringEquals(t, "Snapshot zip file in wrong place", expectedZipPath, actual)
|
D | sdk_test.go | 492 android.AssertStringEquals(t, "snapshot zip file", expected, zipRule.Output.String())
|
D | bootclasspath_fragment_sdk_test.go | 540 …android.AssertStringEquals(t, "updatable-bcp-packages.txt", expectedContents, rule.Args["content"])
|
/build/soong/apex/ |
D | bootclasspath_fragment_test.go | 259 …android.AssertStringEquals(t, "invalid modules for "+moduleName, expectedConfiguredModules, module…
|
D | apex_test.go | 4464 android.AssertStringEquals(t, "boot dex jar path", bootDexJarPath, buildRule.Input.String()) 6407 android.AssertStringEquals(t, "myapex input", extractorOutput, copiedApex.Input.String())
|