- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for sourceKey (0.28 seconds)
-
android/guava-tests/test/com/google/common/io/FileBackedOutputStreamTest.java
WeakReference<ByteSource> sourceRef = fileAndSource.sourceRef; fileAndSource = null; awaitClear(sourceRef); awaitDone(() -> !file.exists()); } private static final class FileAndWeakByteSource { final File file; final WeakReference<ByteSource> sourceRef; FileAndWeakByteSource(File file, WeakReference<ByteSource> sourceRef) { this.file = file;
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 03 04:04:26 GMT 2026 - 8K bytes - Click Count (0) -
build-logic/src/main/kotlin/BndBuildAction.kt
private val preserveFileTimestamps: Boolean, ) : Action<Task> { constructor( extension: BundleTaskExtension, task: GradleJar, sourceSet: FileCollection, ) : this( extension.properties, extension.classpath, // Sourcepath default: all source sourceSet, // Symbolic name default logic task.archiveBaseName.zip(task.archiveClassifier) { baseName, classifier ->
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Feb 05 09:17:33 GMT 2026 - 8.9K bytes - Click Count (0) -
build-logic/src/main/kotlin/Osgi.kt
// BND is incompatible with Kotlin/Multiplatform because it assumes the JVM source set's // name is // 'main'. Work around this by creating a 'main' source set that forwards to 'jvmMain'. // // The forwarding SourceSet also needs to fake out some task names to prevent them from // being // registered twice. // // https://github.com/bndtools/bnd/issues/6590 val mainSourceSet = BndBuildAction.installWorkaround(project)
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Feb 05 09:17:33 GMT 2026 - 3.5K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.code-quality.gradle.kts
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 22:47:14 GMT 2026 - 8.7K bytes - Click Count (0)