Home
last modified time | relevance | path

Searched refs:contentRootFromPath (Results 1 – 5 of 5) sorted by relevance

/external/dokka/core/src/test/kotlin/format/
DKotlinWebSiteFormatTest.kt62 …appendDocumentation(module, contentRootFromPath("testdata/format/website/$path/jvm.kt"), defaultPl… in <lambda>()
63 …appendDocumentation(module, contentRootFromPath("testdata/format/website/$path/jre7.kt"), defaultP… in <lambda>()
64 …appendDocumentation(module, contentRootFromPath("testdata/format/website/$path/js.kt"), defaultPla… in <lambda>()
DKotlinWebSiteHtmlFormatTest.kt73 …appendDocumentation(module, contentRootFromPath("testdata/format/website-html/$path/jvm.kt"), defa… in <lambda>()
74 …appendDocumentation(module, contentRootFromPath("testdata/format/website-html/$path/jre7.kt"), def… in <lambda>()
75 …appendDocumentation(module, contentRootFromPath("testdata/format/website-html/$path/js.kt"), defau… in <lambda>()
DMarkdownFormatTest.kt337 …appendDocumentation(module, contentRootFromPath("testdata/format/$path/jvm.kt"), defaultPlatforms … in <lambda>()
448 contentRootFromPath("$filePath.kt"), in <lambda>()
449 contentRootFromPath("$filePath.1.kt") in <lambda>()
473 …appendDocumentation(module, contentRootFromPath("testdata/format/$path/jvm.kt"), defaultPlatforms … in <lambda>()
474 …appendDocumentation(module, contentRootFromPath("testdata/format/$path/js.kt"), defaultPlatforms =… in <lambda>()
/external/dokka/core/src/test/kotlin/
DTestAPI.kt121 verifyModel(contentRootFromPath(source), in verifyModel()
208 arrayOf(contentRootFromPath(path)), in verifyOutput()
/external/dokka/core/src/main/kotlin/Analysis/
DAnalysisEnvironment.kt245 fun contentRootFromPath(path: String): ContentRoot { in contentRootFromPath() method