Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 157 for ancestors (1.01 sec)

  1. platforms/core-runtime/native/src/jmh/java/org/gradle/internal/nativeintegration/filesystem/FileMetadataAccessorBenchmark.java

    @SuppressWarnings("Since15")
    @Threads(2)
    @Warmup(iterations = 5)
    @Measurement(iterations = 5)
    @State(Scope.Benchmark)
    public class FileMetadataAccessorBenchmark {
        private static final Map<String, FileMetadataAccessor> ACCESSORS = ImmutableMap.<String, FileMetadataAccessor>builder()
            .put(FallbackFileMetadataAccessor.class.getSimpleName(), new FallbackFileMetadataAccessor())
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 16 15:50:56 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  2. platforms/core-configuration/kotlin-dsl/src/test/kotlin/org/gradle/kotlin/dsl/accessors/DefaultPackageTypesTest.kt

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.kotlin.dsl.accessors
    
    import org.hamcrest.CoreMatchers.equalTo
    import org.hamcrest.MatcherAssert.assertThat
    
    import org.junit.Test
    
    
    class DefaultPackageTypesTest : TestWithClassPath() {
    
        @Test
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  3. platforms/ide/tooling-api-builders/src/main/java/org/gradle/tooling/internal/provider/runner/TestTaskExecutionTracker.java

        TestTaskExecutionTracker(BuildOperationAncestryTracker ancestryTracker) {
            this.ancestryTracker = ancestryTracker;
        }
    
        /**
         * Returns the path for the test task that is an ancestor of the given build operation.
         */
        public String getTaskPath(OperationIdentifier buildOperationId) {
            return ancestryTracker.findClosestExistingAncestor(buildOperationId, runningTasks::get).get();
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  4. platforms/core-configuration/kotlin-dsl/src/test/kotlin/org/gradle/kotlin/dsl/accessors/PluginDependencySpecAccessorsTest.kt

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.kotlin.dsl.accessors
    
    import org.hamcrest.CoreMatchers.equalTo
    import org.hamcrest.MatcherAssert.assertThat
    
    import org.junit.Test
    
    
    class PluginDependencySpecAccessorsTest {
    
        @Test
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  5. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/accessors/KotlinType.kt

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.kotlin.dsl.accessors
    
    import kotlinx.metadata.KmType
    import org.gradle.kotlin.dsl.support.bytecode.newClassTypeOf
    import org.gradle.kotlin.dsl.support.bytecode.newTypeParameterTypeOf
    
    
    internal
    object KotlinType {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 1K bytes
    - Viewed (0)
  6. platforms/core-configuration/kotlin-dsl/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/PluginSpecBuilderAccessorsIntegrationTest.kt

        @Test
        @Requires(IntegTestPreconditions.NotEmbeddedExecutor::class)
        @LeaksFileHandles("Kotlin Compiler Daemon working directory")
        fun `can use accessors for plugins in the buildSrc classpath`() {
    
            withKotlinBuildSrc()
            withFile(
                "buildSrc/src/main/kotlin/my/plugin-a.gradle.kts",
                """
                package my
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Sep 27 20:13:32 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  7. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/accessors/AccessorFragment.kt

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.kotlin.dsl.accessors
    
    import kotlinx.metadata.KmPackage
    import kotlinx.metadata.jvm.JvmMethodSignature
    
    import org.gradle.internal.classanalysis.AsmConstants.ASM_LEVEL
    
    import org.jetbrains.org.objectweb.asm.ClassVisitor
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 13:09:46 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  8. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/services/KotlinScriptServices.kt

    
    internal
    class KotlinScriptServices : AbstractGradleModuleServices() {
    
        override fun registerBuildServices(registration: ServiceRegistration) {
            registration.addProvider(org.gradle.kotlin.dsl.accessors.BuildScopeServices)
            registration.addProvider(org.gradle.kotlin.dsl.concurrent.BuildServices)
            registration.addProvider(org.gradle.kotlin.dsl.provider.BuildServices)
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 13:39:49 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  9. platforms/core-configuration/kotlin-dsl/doc/c4/C4_3_Component.puml

                Component(providerClasspath, "Script Source and Classpath", "Script source and classpath calculation")
                Component(providerAccessors, "Accessors", "Collects Project Schema, generates Accessors source and bytecode")
                Component(providerImports, "Implicit Imports", "Includes Gradle's default imports")
    
    
                Rel_Neighbor(providerFactory, providerExecution, "Delegates to")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 17:46:30 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  10. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/ConventionExtensions.kt

     * limitations under the License.
     */
    
    @file:Suppress("DEPRECATION")
    package org.gradle.kotlin.dsl
    
    import org.gradle.api.plugins.Convention
    import org.gradle.kotlin.dsl.accessors.runtime.conventionOf
    import org.gradle.kotlin.dsl.accessors.runtime.conventionPluginByName
    
    import kotlin.reflect.KClass
    
    
    /**
     * Looks for the convention plugin of a given name and casts it to the expected type [T].
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 4.3K bytes
    - Viewed (0)
Back to top