/build/kati/ |
D | find_test.cc | 56 string Run(const string& cmd) { in Run() function 71 string native = Run(cmd); in CompareFind() 112 Run(cmd); in ExpectParseFailure() 123 Run("rm -rf out/find"); in FindUnitTests() 124 Run("mkdir -p out/find"); in FindUnitTests() 140 Run("mkdir -p top/A/B"); in FindUnitTests() 141 Run("cd top && ln -s A C"); in FindUnitTests() 142 Run("cd top/A && ln -s B D"); in FindUnitTests() 143 Run("cd top && ln -s missing E"); in FindUnitTests() 144 Run("touch top/a top/A/b top/A/B/z"); in FindUnitTests()
|
/build/soong/ui/build/paths/ |
D | logs_test.go | 29 t.Run("Short name", func(t *testing.T) { 52 t.Run("Long name", func(t *testing.T) { 57 t.Run("Long name proc fallback", func(t *testing.T) { 62 t.Run("Long name tmp fallback", func(t *testing.T) { 115 t.Run("Missing file", func(t *testing.T) { 120 t.Run("Regular file", func(t *testing.T) { 132 t.Run("Reader not reading", func(t *testing.T) {
|
/build/blueprint/pathtools/ |
D | fs_test.go | 95 t.Run(test.from, func(t *testing.T) { 159 t.Run(names[i], func(t *testing.T) { 161 t.Run(test.name, func(t *testing.T) { 210 t.Run(names[i], func(t *testing.T) { 213 t.Run(test.name, func(t *testing.T) { 262 t.Run(names[i], func(t *testing.T) { 265 t.Run(test.name, func(t *testing.T) { 331 t.Run(names[i], func(t *testing.T) { 334 t.Run(test.from, func(t *testing.T) { 402 t.Run(names[i], func(t *testing.T) { [all …]
|
D | glob_test.go | 491 t.Run(testCase.pattern, func(t *testing.T) { 501 t.Run(testCase.pattern, func(t *testing.T) { 550 t.Run(testCase.pattern, func(t *testing.T) { 561 t.Run(testCase.pattern, func(t *testing.T) { 599 t.Run(testCase.pattern, func(t *testing.T) { 610 t.Run(testCase.pattern, func(t *testing.T) { 647 t.Run(testCase.pattern, func(t *testing.T) { 658 t.Run(testCase.pattern, func(t *testing.T) {
|
/build/soong/cc/ |
D | util_test.go | 22 t.Run("soname with version", func(t *testing.T) { 38 t.Run("soname with svn version", func(t *testing.T) { 54 t.Run("version numbers in the middle should be ignored", func(t *testing.T) { 70 t.Run("no known file extension", func(t *testing.T) {
|
D | library_test.go | 23 t.Run("simple", func(t *testing.T) { 46 t.Run("extra static source", func(t *testing.T) { 72 t.Run("extra shared source", func(t *testing.T) { 98 t.Run("extra static cflags", func(t *testing.T) { 124 t.Run("extra shared cflags", func(t *testing.T) { 150 t.Run("global cflags for reused generated sources", func(t *testing.T) {
|
D | gen_test.go | 22 t.Run("simple", func(t *testing.T) { 40 t.Run("filegroup", func(t *testing.T) {
|
D | proto_test.go | 26 t.Run("simple", func(t *testing.T) { 40 t.Run("plugin", func(t *testing.T) {
|
/build/make/tools/releasetools/ |
D | check_ota_package_signature.py | 41 p1 = common.Run(cmd, stdout=subprocess.PIPE) 114 p1 = common.Run(cmd, stdout=subprocess.PIPE) 128 p1 = common.Run(cmd, stdout=subprocess.PIPE) 134 p1 = common.Run(cmd, stdout=subprocess.PIPE) 169 proc = common.Run(cmd)
|
D | test_build_image.py | 81 proc = common.Run(command) 185 proc = common.Run(command) 191 p = common.Run(cmd)
|
/build/soong/cmd/javac_wrapper/ |
D | javac_wrapper_test.go | 82 t.Run(strconv.Itoa(i), func(t *testing.T) { 97 t.Run("failure", func(t *testing.T) { 107 t.Run("signal", func(t *testing.T) { 117 t.Run("success", func(t *testing.T) {
|
/build/soong/bpfix/bpfix/ |
D | bpfix_test.go | 252 t.Run(test.name, func(t *testing.T) { 338 t.Run(test.name, func(t *testing.T) { 491 t.Run(test.name, func(t *testing.T) { 551 t.Run(test.name, func(t *testing.T) { 617 t.Run(test.name, func(t *testing.T) { 690 t.Run(test.name, func(t *testing.T) { 747 t.Run(test.name, func(t *testing.T) { 780 t.Run(test.name, func(t *testing.T) {
|
/build/soong/java/ |
D | jacoco_test.go | 56 t.Run(testCase.name, func(t *testing.T) { 98 t.Run(testCase.name, func(t *testing.T) {
|
D | app_test.go | 70 t.Run(moduleType, func(t *testing.T) { 172 t.Run(testCase.name, func(t *testing.T) { 375 t.Run(testCase.name, func(t *testing.T) { 501 t.Run(moduleType+" "+test.name, func(t *testing.T) { 599 t.Run(test.name, func(t *testing.T) { 684 t.Run(test.name, func(t *testing.T) { 768 t.Run(test.name, func(t *testing.T) { 826 t.Run(test.name, func(t *testing.T) { 1141 t.Run(tt.name, func(t *testing.T) { 1142 t.Run("platform", func(t *testing.T) { [all …]
|
D | sdk_test.go | 202 t.Run(testcase.name, func(t *testing.T) { 275 t.Run("1.8", func(t *testing.T) { 303 t.Run("1.9", func(t *testing.T) { 326 t.Run("REL", func(t *testing.T) {
|
/build/soong/ui/build/ |
D | exec.go | 65 func (c *Cmd) Run() error { func 67 err := c.Cmd.Run() 103 c.reportError(c.Run())
|
D | config_test.go | 78 t.Run(strings.Join(tc.args, " "), func(t *testing.T) { 152 t.Run(strings.Join(tc.args, " "), func(t *testing.T) {
|
/build/soong/android/ |
D | util_test.go | 149 t.Run(testCase.name, func(t *testing.T) { 188 t.Run(testCase.key, func(t *testing.T) { 219 t.Run(testCase.key, func(t *testing.T) { 254 t.Run(testCase.str, func(t *testing.T) { 344 t.Run(testCase.name, func(t *testing.T) {
|
/build/blueprint/proptools/ |
D | tag_test.go | 62 t.Run(test.field, func(t *testing.T) { 134 t.Run(test.name, func(t *testing.T) {
|
/build/kati/testcase/ |
D | parse_benchcmp.go | 33 err := cmd.Run() 62 err = cmd.Run()
|
/build/blueprint/gotestmain/ |
D | testmain_test.go | 26 os.Exit(m.Run())
|
/build/soong/ui/logger/ |
D | logger_test.go | 123 err := cmd.Run() 145 err := cmd.Run() 162 err := cmd.Run()
|
/build/soong/cc/config/ |
D | tidy_test.go | 34 t.Run(testCase.input, func(t *testing.T) {
|
/build/soong/cmd/extract_linker/ |
D | main_test.go | 55 t.Run(testcase.name, func(t *testing.T) {
|
/build/soong/symbol_inject/ |
D | symbol_inject_test.go | 48 t.Run(strconv.Itoa(i), func(t *testing.T) {
|