/aosp_15_r20/external/toolchain-utils/go/patch/go-1.10.2/ |
H A D | go5.patch | 6 output := runTestProg(t, "testprog", name) 35 output := runTestProg(t, "testprog", "GoexitDeadlock") 53 output := runTestProg(t, "testprog", "GoexitExit") 72 output := runTestProg(t, "testprog", "GoexitInPanic") 80 output := runTestProg(t, "testprog", "PanicAfterGoexit") 89 output := runTestProg(t, "testprog", "RecoveredPanicAfterGoexit") 107 output := runTestProg(t, "testprog", "NumGoroutine")
|
H A D | go4.patch | 144 target, ok := testprog.target[name] 149 exe := filepath.Join(testprog.dir, name+".exe") 156 testprog.target[name] = target 164 exe, err := buildTestProg(t, "testprog") 186 exe, err := buildTestProg(t, "testprog")
|
H A D | go6.patch | 77 output := runTestProg(t, "testprog", "PanicLoop") 87 exe, err := buildTestProg(t, "testprog") 127 exe, err := buildTestProg(t, "testprog")
|
/aosp_15_r20/external/toolchain-utils/go/patch/go-1.10.3/ |
H A D | go5.patch | 30 output := runTestProg(t, "testprog", "GoexitDeadlock") 38 output := runTestProg(t, "testprog", "GoexitExit") 47 output := runTestProg(t, "testprog", "GoexitInPanic") 54 output := runTestProg(t, "testprog", "RecoveredPanicAfterGoexit") 64 output := runTestProg(t, "testprog", "NumGoroutine")
|
H A D | go4.patch | 144 target, ok := testprog.target[name] 149 exe := filepath.Join(testprog.dir, name+".exe") 156 testprog.target[name] = target 164 exe, err := buildTestProg(t, "testprog") 186 exe, err := buildTestProg(t, "testprog")
|
H A D | go6.patch | 56 exe, err := buildTestProg(t, "testprog") 78 exe, err := buildTestProg(t, "testprog")
|
/aosp_15_r20/external/toolchain-utils/go/patch/go-1.11.2/ |
H A D | go5.patch | 30 output := runTestProg(t, "testprog", "GoexitDeadlock") 38 output := runTestProg(t, "testprog", "GoexitExit") 47 output := runTestProg(t, "testprog", "GoexitInPanic") 54 output := runTestProg(t, "testprog", "RecoveredPanicAfterGoexit") 64 output := runTestProg(t, "testprog", "NumGoroutine")
|
H A D | go4.patch | 144 target, ok := testprog.target[name] 149 exe := filepath.Join(testprog.dir, name+".exe") 156 testprog.target[name] = target 164 exe, err := buildTestProg(t, "testprog") 186 exe, err := buildTestProg(t, "testprog")
|
H A D | go6.patch | 63 exe, err := buildTestProg(t, "testprog") 85 exe, err := buildTestProg(t, "testprog")
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | signal_windows_test.go | 30 testprog.Lock() 31 defer testprog.Unlock() 91 testprog.Lock() 92 defer testprog.Unlock() 211 testprog.Lock() 212 defer testprog.Unlock()
|
D | crash_test.go | 62 var testprog struct { var 127 testprog.Lock() 128 if testprog.dir == "" { 133 testprog.dir = dir 137 if testprog.target == nil { 138 testprog.target = make(map[string]*buildexe) 144 target, ok := testprog.target[name] 147 testprog.target[name] = target 150 dir := testprog.dir 154 testprog.Unlock()
|
/aosp_15_r20/external/nanopb-c/tests/regression/issue_363/ |
H A D | SConscript | 7 testprog = env.Program(["test_oneofmsg.c", 13 env.RunTest(testprog)
|
/aosp_15_r20/external/nanopb-c/tests/regression/issue_395/ |
H A D | SConscript | 7 testprog = env.Program(["test.c", 13 env.RunTest(testprog)
|
/aosp_15_r20/external/nanopb-c/tests/regression/issue_376/ |
H A D | SConscript | 7 testprog = env.Program(["test_fixarray.c", 13 env.RunTest(testprog)
|
/aosp_15_r20/external/nanopb-c/tests/regression/issue_342/ |
H A D | SConscript | 18 testprog = opts.Program(["test_extensions.c", "extensions.pb.c", "pb_encode_oldcallback.o", "pb_dec… 20 opts.RunTest(testprog)
|
/aosp_15_r20/external/bazelbuild-rules_go/tests/runfiles/testprog/ |
H A D | BUILD.bazel | 20 importpath = "github.com/bazelbuild/rules_go/tests/runfiles/testprog", 26 name = "testprog",
|
/aosp_15_r20/external/bazelbuild-rules_go/tests/runfiles/ |
H A D | BUILD.bazel | 26 "//tests/runfiles/testprog", 41 visibility = ["//tests/runfiles/testprog:__pkg__"],
|
/aosp_15_r20/external/curl/tests/ |
H A D | testcurl.md | 130 testprog="perl ./curl/tests/testcurl.pl $name $email $desc" 135 $testprog $opts1 | $mail 138 $testprog $opts2 | $mail
|
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/pe/ |
D | file_test.go | 363 err = template.Must(template.New("main").Parse(testprog)).Execute(file, linktype != linkNoCgo) 524 const testprog = ` const
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/testdata/ |
D | README.md | 24 The trace test programs in the `testprog` directory generate traces to
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/testdata/tests/ |
D | go122-annotations.test | 245 …data="/usr/local/google/home/mknyszek/work/go-1/src/internal/trace/v2/testdata/testprog/annotation…
|
D | go122-annotations-stress.test | 1085 …data="/usr/local/google/home/mknyszek/work/go-1/src/internal/trace/v2/testdata/testprog/annotation…
|
D | go122-gc-stress.test | 4115 …data="/usr/local/google/home/mknyszek/work/go-1/src/internal/trace/v2/testdata/testprog/gc-stress.…
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/trace/testdata/ |
D | go122.test | 4291 data="/usr/local/google/home/mknyszek/work/go-1/src/cmd/trace/v2/testdata/testprog/main.go"
|
/aosp_15_r20/out/.module_paths/ |
D | files.db | 7 …7354190304,"I":5528706,"F":[]},{"P":"bazelbuild-rules_go/tests/runfiles/testprog","T":174556230735… 22 …testprog","T":1745562403238141244,"I":10641446,"F":[]},{"P":"prebuilts/go/linux-x86/src/cmd/cgo/in…
|