Home
last modified time | relevance | path

Searched defs:ToHTML (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/
Dcomment.go32 func ToHTML(w io.Writer, text string, words map[string]string) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/traceviewer/
Dhistogram.go51 func (h *TimeHistogram) ToHTML(urlmaker func(min, max time.Duration) string) template.HTML { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/rsc.io/markdown/
Dparse.go568 func ToHTML(b Block) string { func