Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 154 for Hierarchy (0.16 sec)

  1. platforms/ide/ide-plugins/src/main/java/org/gradle/plugins/ide/internal/tooling/BasicIdeaModelBuilder.java

    import org.gradle.tooling.provider.model.ToolingModelBuilder;
    
    /**
     * Builds the {@link org.gradle.tooling.model.idea.BasicIdeaProject} model
     * that contains the Idea module hierarchy without resolving dependencies.
     */
    public class BasicIdeaModelBuilder implements ToolingModelBuilder {
        private final IdeaModelBuilderInternal ideaModelBuilder;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 12:13:36 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  2. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/internal/tooling/BuildEnvironmentBuilder.java

    import org.gradle.tooling.provider.model.ToolingModelBuilder;
    
    import java.io.File;
    import java.util.List;
    
    /**
     * Builds the GradleProject that contains the project hierarchy and task information
     */
    public class BuildEnvironmentBuilder implements ToolingModelBuilder {
        private final FileCollectionFactory fileCollectionFactory;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  3. src/internal/trace/traceviewer/format/format.go

    	Allocated uint64
    	NextGC    uint64
    }
    
    const (
    	ProcsSection = 0 // where Goroutines or per-P timelines are presented.
    	StatsSection = 1 // where counters are presented.
    	TasksSection = 2 // where Task hierarchy & timeline is presented.
    )
    
    type GoroutineCountersArg struct {
    	Running   uint64
    	Runnable  uint64
    	GCWaiting uint64
    }
    
    type ThreadCountersArg struct {
    	Running   int64
    	InSyscall int64
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2K bytes
    - Viewed (0)
  4. platforms/core-configuration/kotlin-dsl-provider-plugins/src/test/kotlin/org/gradle/kotlin/dsl/provider/plugins/precompiled/DefaultProjectSchemaProviderTest.kt

    import org.hamcrest.CoreMatchers.equalTo
    import org.hamcrest.MatcherAssert.assertThat
    import org.junit.Test
    
    
    class DefaultProjectSchemaProviderTest {
    
        @Test
        fun `chooses first public interface in type hierarchy`() {
    
            val androidExtensionsSchema = DefaultExtensionsSchema.create(
                listOf(
                    extensionSchema(
                        "kotlinOptions",
                        typeOf<KotlinJvmOptionsImpl>()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  5. platforms/enterprise/enterprise-operations/src/main/java/org/gradle/initialization/ProjectsIdentifiedProgressDetails.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.initialization;
    
    import java.util.Set;
    
    /**
     * Fired once the hierarchy of projects is finalized for a build in the tree, and before any build operations
     * that reference those projects are executed.
     *
     * @since 8.0
     */
    public interface ProjectsIdentifiedProgressDetails {
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jul 10 08:07:59 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  6. platforms/ide/problems-api/src/main/java/org/gradle/api/problems/ProblemGroup.java

    import org.gradle.api.Incubating;
    
    import javax.annotation.Nullable;
    import javax.annotation.concurrent.Immutable;
    
    /**
     * Represents a group of problems.
     * <p>
     * Groups are organized in hierarchy where the parent group should represent the more broad problem group.
     * <p>
     * Two problem groups  are considered equal if their {@link #getName()} and their parents' are equal.
     *
     * @since 8.8
     * @see ProblemId
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 13:35:08 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  7. src/main/java/jcifs/SmbResourceLocator.java

         *
         * @return The parent directory of this SMB resource or
         *         <code>smb://</code> if the resource refers to the root of the URL
         *         hierarchy which incidentally is also <code>smb://</code>.
         */
        String getParent ();
    
    
        /**
         * Returns the full uncanonicalized URL of this SMB resource. An
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 5.6K bytes
    - Viewed (0)
  8. platforms/core-execution/file-watching/src/test/groovy/org/gradle/internal/watch/registry/impl/WatchedHierarchiesTest.groovy

                missing(dir.absolutePath + "/missing.txt")
            ]))
            then:
            rootsOf(watched) == []
            1 * watchable.stream() >> Stream.of(dir)
        }
    
        def "watches only outermost hierarchy"() {
            def watchable = Mock(WatchableHierarchies)
            def parent = new File("parent").absoluteFile
            def child = new File(parent, "child").absoluteFile
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:38:01 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  9. platforms/software/testing-base/src/integTest/groovy/org/gradle/testing/TestExecutionBuildOperationsContinuousIntegrationTest.groovy

            waitForBuild()
            stopGradle()
            afterBuild()
    
            then: "test build operations are emitted in expected hierarchy"
            def testRootOperations = operations.all(ExecuteTestBuildOperationType) {
                it.details.testDescriptor.name.startsWith("Gradle Test Run")
            }
            testRootOperations.size() == 2
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/api/internal/initialization/transform/utils/InstrumentationTransformUtils.java

        }
    
        public static final String ANALYSIS_OUTPUT_DIR = "analysis";
        public static final String MERGE_OUTPUT_DIR = "merge";
        public static final String TYPE_HIERARCHY_ANALYSIS_FILE_NAME = "instrumentation-hierarchy.bin";
        public static final String DEPENDENCY_ANALYSIS_FILE_NAME = "instrumentation-dependencies.bin";
    
        public static InstrumentationInputType getInputType(File input) {
            if (isInstrumentationMarkerFile(input)) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 13:06:06 UTC 2024
    - 3.1K bytes
    - Viewed (0)
Back to top