Searched refs:AssertStringPathsRelativeToTopEquals (Results 1 – 11 of 11) sorted by relevance
/build/soong/java/ |
D | rro_test.go | 115 …android.AssertStringPathsRelativeToTopEquals(t, "LOCAL_MODULE_PATH", result.Config, expectedPath, … 122 …android.AssertStringPathsRelativeToTopEquals(t, "LOCAL_MODULE_PATH", result.Config, expectedPath, … 169 …android.AssertStringPathsRelativeToTopEquals(t, "LOCAL_MODULE_PATH", result.Config, expectedPath, … 186 …android.AssertStringPathsRelativeToTopEquals(t, "LOCAL_MODULE_PATH", result.Config, expectedPath, …
|
D | androidmk_test.go | 190 …android.AssertStringPathsRelativeToTopEquals(t, "LOCAL_SOONG_DEX_JAR", result.Config, []string{exp…
|
D | java_test.go | 1519 …android.AssertStringPathsRelativeToTopEquals(t, "LOCAL_COMPATIBILITY_SUPPORT_FILES", ctx.Config(),… 1793 …android.AssertStringPathsRelativeToTopEquals(t, "LOCAL_TEST_DATA", ctx.Config, expectedData, actua…
|
/build/soong/sh/ |
D | sh_binary_test.go | 149 …android.AssertStringPathsRelativeToTopEquals(t, "LOCAL_TEST_DATA", config, expectedData, actualDat… 222 …android.AssertStringPathsRelativeToTopEquals(t, "LOCAL_TEST_DATA", config, expectedData, actualDat… 295 …android.AssertStringPathsRelativeToTopEquals(t, "LOCAL_TEST_DATA", config, expectedData, actualDat…
|
/build/soong/rust/ |
D | builder_test.go | 160 android.AssertStringPathsRelativeToTopEquals(
|
/build/soong/tradefed_modules/ |
D | test_module_config_test.go | 74 android.AssertStringPathsRelativeToTopEquals(t, "support-files", ctx.Config, 251 android.AssertStringPathsRelativeToTopEquals(t, "support-files", ctx.Config, 267 android.AssertStringPathsRelativeToTopEquals(t, "support-files", ctx.Config,
|
/build/soong/apex/ |
D | dexpreopt_bootjars_test.go | 152 android.AssertStringPathsRelativeToTopEquals(t, "inputs", result.Config, expectedInputs, inputs) 154 android.AssertStringPathsRelativeToTopEquals(t, "outputs", result.Config, expectedOutputs, outputs)
|
D | apex_test.go | 9604 android.AssertStringPathsRelativeToTopEquals(t, "data", ctx.Config(), tc.expected_data, data)
|
/build/soong/android/ |
D | test_asserts.go | 86 func AssertStringPathsRelativeToTopEquals(t *testing.T, message string, config Config, expected []s… func
|
D | paths_test.go | 1284 AssertStringPathsRelativeToTopEquals(t, "srcs", result.Config, test.srcs, m.srcs) 1285 AssertStringPathsRelativeToTopEquals(t, "rels", result.Config, test.rels, m.rels)
|
/build/soong/dexpreopt/ |
D | dexpreopt_test.go | 371 android.AssertStringPathsRelativeToTopEquals(t, "", config, []string{
|