Searched defs:InternalExample (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/testing/ |
D | example.go | 14 type InternalExample struct { struct 15 Name string 16 F func() 17 Output string 18 Unordered bool 23 func RunExamples(matchString func(pat, str string) (bool, error), examples []InternalExample) (ok b… 28 func runExamples(matchString func(pat, str string) (bool, error), examples []InternalExample) (ran,… 63 …cessRunResult(stdout string, timeSpent time.Duration, finished bool, recovered any) (passed bool) {
|
D | run_example.go | 21 func runExample(eg InternalExample) (ok bool) {
|
D | run_example_wasm.go | 19 func runExample(eg InternalExample) (ok bool) {
|
D | testing.go | 1868 … (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample) { 1915 … benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) *M { 2097 …st, benchmarks []InternalBenchmark, fuzzTargets []InternalFuzzTarget, examples []InternalExample) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/testdata/ |
D | example.go | 16 type InternalExample struct { struct 17 Name string 18 F func() 19 Output string 22 func RunExamples(examples []InternalExample) (ok bool) {
|
D | testing.go | 231 … (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample) {
|