Home
last modified time | relevance | path

Searched defs:InternalExample (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/testing/
Dexample.go14 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) {
Drun_example.go21 func runExample(eg InternalExample) (ok bool) {
Drun_example_wasm.go19 func runExample(eg InternalExample) (ok bool) {
Dtesting.go1868 … (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/
Dexample.go16 type InternalExample struct { struct
17 Name string
18 F func()
19 Output string
22 func RunExamples(examples []InternalExample) (ok bool) {
Dtesting.go231 … (bool, error), tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample) {