Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 47 for hierarchies (0.19 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/model/RuleSource.java

     * Along with the constraints on individual rule methods by their associated annotation, the following are general constraints of rule source implementations:
     * <ul>
     * <li>Constructors are not allowed.</li>
     * <li>Inheritance hierarchies are not allowed (i.e. all rules sources must directly extend {@link RuleSource}).</li>
     * <li>Instance variables are not allowed.</li>
     * <li>Non-final static variables are not allowed (i.e. constants are allowed).</li>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  2. platforms/core-execution/file-watching/src/test/groovy/org/gradle/internal/watch/vfs/impl/WatchingVirtualFileSystemTest.groovy

            1 * watcherRegistry.setDebugLoggingEnabled(false)
            0 * _
    
            watchingVirtualFileSystem.root == nonEmptySnapshotHierarchy
        }
    
        def "collects hierarchies to watch and notifies the vfs"() {
            def watchableHierarchy = new File("watchable")
            def watcherProbe = new File(watchableHierarchy, ".gradle/watch-probe")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 22:18:26 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h.pump

    // To write value-parameterized tests, first you should define a fixture
    // class. It is usually derived from testing::TestWithParam<T> (see below for
    // another inheritance scheme that's sometimes useful in more complicated
    // class hierarchies), where the type of your parameter values.
    // TestWithParam<T> is itself derived from testing::Test. T can be any
    // copyable type. If it's a raw pointer, you are responsible for managing the
    // lifespan of the pointed values.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 18.4K bytes
    - Viewed (0)
  4. platforms/core-execution/file-watching/src/main/java/org/gradle/internal/watch/registry/impl/NonHierarchicalFileWatcherUpdater.java

            // Most of the changes already happened in `handleVirtualFileSystemContentsChanged`.
            // Here we only need to update watches for the roots of the hierarchies.
            Map<String, Integer> changedWatchDirectories = new HashMap<>();
            watchedWatchableHierarchies.forEach(absolutePath -> decrement(absolutePath, changedWatchDirectories));
            watchedWatchableHierarchies.clear();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 17 04:59:05 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  5. subprojects/core/src/main/java/org/gradle/api/internal/initialization/DefaultScriptClassPathResolver.java

                    attributes.attribute(LIBRARY_ELEMENTS_ATTRIBUTE, instantiator.named(LibraryElements.class, LibraryElements.CLASSES));
                });
                // We have to analyze external and project dependencies to get full hierarchies, since
                // for example user could use dependency substitution to replace external dependency with project dependency.
                config.componentFilter(componentId -> !isGradleApi(componentId));
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  6. platforms/core-runtime/BYTECODE-INTERCEPTION-README.md

    The flowchart below shows detailed view of the external dependencies pipeline:
    ```mermaid
    flowchart TB
        jar(Original Jar)
        collect{{"Analyze artifact\n(Artifact transform)"}}
        merge{{"Merge analysis/hierarchies data\n(Artifact transform)"}}
        instrument{{"Instrument and upgrade\n(Artifact transform)"}}
        typeHierarchy(Classpath with all super types)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 09:22:58 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  7. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h.pump

    // To write value-parameterized tests, first you should define a fixture
    // class. It is usually derived from testing::TestWithParam<T> (see below for
    // another inheritance scheme that's sometimes useful in more complicated
    // class hierarchies), where the type of your parameter values.
    // TestWithParam<T> is itself derived from testing::Test. T can be any
    // copyable type. If it's a raw pointer, you are responsible for managing the
    // lifespan of the pointed values.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  8. platforms/core-configuration/core-serialization-codecs/src/main/kotlin/org/gradle/internal/serialize/codecs/core/jos/JavaObjectSerializationCodec.kt

            when (val readResolve = readResolveMethod.forObject(bean)) {
                null -> bean
                else -> readResolve.invoke(bean)
            }
    
        /**
         * Caches the computed `readObject` method hierarchies during decoding because [ReadContext.decode] might
         * be called multiple times for the same type.
         */
        private
        fun readObjectMethodHierarchyForDecoding(type: Class<*>): List<Method> =
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 23:09:56 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  9. subprojects/core/src/main/java/org/gradle/internal/service/scopes/VirtualFileSystemServices.java

        private static final int DEFAULT_MAX_HIERARCHIES_TO_WATCH = 50;
        public static final IntegerInternalOption MAX_HIERARCHIES_TO_WATCH_PROPERTY = new IntegerInternalOption("org.gradle.vfs.watch.hierarchies.max", DEFAULT_MAX_HIERARCHIES_TO_WATCH);
        private static final int FILE_HASHER_MEMORY_CACHE_SIZE = 400000;
    
        public static boolean isDropVfs(InternalOptions options) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  10. subprojects/core/src/integTest/groovy/org/gradle/internal/operations/notify/BuildOperationNotificationIntegrationTest.groovy

            notifications.started(NotifyTaskGraphWhenReadyBuildOperationType.Details, [buildPath: ":a"])
            notifications.started(NotifyTaskGraphWhenReadyBuildOperationType.Details, [buildPath: ":"])
    
            // evaluate hierarchies
            notifications.op(LoadBuildBuildOperationType.Details, [buildPath: ":"]).parentId == notifications.op(RunBuildBuildOperationType.Details).id
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 20.9K bytes
    - Viewed (0)
Back to top