/external/vogar/src/vogar/android/ |
D | DeviceFileCache.java | 29 private final File cacheRoot; field in DeviceFileCache 37 this.cacheRoot = new File(deviceDir, "md5-cache"); in DeviceFileCache() 46 cachedFiles.addAll(deviceFilesystem.ls(cacheRoot)); in existsInCache() 53 File cachedFile = new File(cacheRoot, key); in existsInCache() 59 File cachedFile = new File(cacheRoot, key); in copyFromCache() 65 File cachedFile = new File(cacheRoot, key); in copyToCache() 66 deviceFilesystem.mkdirs(cacheRoot); in copyToCache()
|
/external/dokka/runners/ant/src/main/kotlin/ant/ |
D | dokka.kt | 47 var cacheRoot: String? = null variable in org.jetbrains.dokka.ant.DokkaAntTask 141 cacheRoot = cacheRoot, in execute()
|
/external/dokka/core/src/main/kotlin/ |
D | DokkaBootstrapImpl.kt | 73 cacheRoot = cacheRoot, in configure()
|
/external/dokka/runners/maven-plugin/src/main/kotlin/ |
D | DokkaMojo.kt | 111 var cacheRoot: String? = null variable in org.jetbrains.dokka.maven.AbstractDokkaMojo 146 cacheRoot = cacheRoot, in getOutDir()
|
/external/dokka/runners/cli/src/main/kotlin/cli/ |
D | main.kt | 64 var cacheRoot: String? = null in <lambda>() variable in org.jetbrains.dokka.DokkaArguments 151 cacheRoot = arguments.cacheRoot, in entry()
|
/external/dokka/integration/src/main/kotlin/org/jetbrains/dokka/ |
D | configuration.kt | 44 val cacheRoot: String? in toJsonValue() constant 111 override val cacheRoot: String?, constant in org.jetbrains.dokka.SerializeOnlyDokkaConfiguration
|
/external/swiftshader/tests/regres/cmd/regres/ |
D | main.go | 104 cacheRoot: *cacheDir, 129 cacheRoot string // path to the regres cache directory member 147 func getToolchain(tarExe, cacheRoot string) (*llvm.Toolchain, error) { 148 path := filepath.Join(cacheRoot, "llvm") 163 tarFile := filepath.Join(cacheRoot, "llvm.tar.xz") 170 target := filepath.Join(cacheRoot, "llvm-tmp") 211 &r.cacheRoot, 222 if err := os.MkdirAll(r.cacheRoot, 0777); err != nil { 273 toolchain, err := getToolchain(r.tar, r.cacheRoot) 467 cacheDir := path.Join(r.cacheRoot, "deqp", hash) [all …]
|
/external/dokka/core/src/main/kotlin/Generation/ |
D | configurationImpl.kt | 60 override val cacheRoot: String?, constant in DokkaConfigurationImpl
|
/external/dokka/ |
D | README.md | 68 cacheRoot = 'default' 252 <cacheRoot>default</cacheRoot> 373 …* `cacheRoot` - Use `default` or set to custom path to cache directory to enable package-list cach… 396 …* `-cacheRoot` - Use `default` or set to custom path to cache directory to enable package-list cac…
|
/external/dokka/runners/gradle-plugin/src/main/kotlin/ |
D | main.kt | 143 var cacheRoot: String? = null variable in org.jetbrains.dokka.gradle.DokkaTask 329 cacheRoot, in collectSuppressedFiles()
|
/external/dokka/core/src/main/kotlin/Kotlin/ |
D | DocumentationBuilder.kt | 63 cacheRoot: String? = null, in <lambda>() 92 val cacheRoot: Path? = when { in <lambda>() constant 93 cacheRoot == "default" -> Paths.get(System.getProperty("user.home"), ".cache", "dokka") in <lambda>() 94 cacheRoot != null -> Paths.get(cacheRoot) in <lambda>()
|
D | ExternalDocumentationLinkResolver.kt | 45 … val cacheDir: Path? = options.cacheRoot?.resolve("packageListCache")?.apply { toFile().mkdirs() } in toString()
|
/external/dokka/core/src/test/kotlin/ |
D | TestAPI.kt | 44 cacheRoot = "default", in <lambda>()
|
/external/conscrypt/benchmark-android/ |
D | vogar.jar | META-INF/
META-INF/MANIFEST.MF
vogar/
vogar/TestProperties.class
TestProperties ... |