Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 424 for setDescription (0.45 sec)

  1. platforms/core-runtime/build-profile/src/main/java/org/gradle/profile/Operation.java

                    if (byElapsedTime > 0) {
                        return 1;
                    } else if (byElapsedTime < 0) {
                        return -1;
                    }
                    return o1.getDescription().compareTo(o2.getDescription());
                }
            };
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 01 12:58:53 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  2. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/cases/resolve/extensions/KtResolveExtensionForTest.kt

            navigationTargetsProvider ?: ResolveExtensionNavigationTargetProviderForTest
    }
    
    fun KtElement.getDescription(): String = buildString {
        val declaration = when (this@getDescription) {
            is KtDeclaration -> this@getDescription
            else -> {
                append("${this@getDescription.javaClass.simpleName} in ")
                getStrictParentOfType<KtDeclaration>() ?: containingKtFile
            }
        }
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  3. subprojects/diagnostics/src/test/groovy/org/gradle/api/tasks/diagnostics/internal/TaskReportRendererTest.groovy

            taskDetails(':task2')
            TaskDetails task3 = taskDetails(':task3')
            RuleDetails rule1 = [getDescription: {'rule1Description'}] as RuleDetails
            RuleDetails rule2 = [getDescription: {'rule2Description'}] as RuleDetails
    
            List testDefaultTasks = ['task1', 'task2']
    
            when:
            renderer.showDetail(false)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 10 12:50:23 UTC 2020
    - 4.5K bytes
    - Viewed (0)
  4. platforms/jvm/testing-jvm-infrastructure/src/main/java/org/gradle/api/internal/tasks/testing/junit/JUnitTestDryRunner.java

            this.runner = runner;
        }
    
        @Override
        public Description getDescription() {
            return runner.getDescription();
        }
    
        @Override
        public void run(RunNotifier notifier) {
            LinkedList<Description> queue = new LinkedList<Description>();
            queue.add(runner.getDescription());
            while (!queue.isEmpty()) {
                Description description = queue.removeFirst();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  5. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/undeclared/SystemPropertyInjection.groovy

            ]
        }
    
        static SystemPropertyInjection commandLine(String prop, String value) {
            return new SystemPropertyInjection() {
                @Override
                String getDescription() {
                    return "using command-line"
                }
    
                @Override
                List<String> getGradleArgs() {
                    return ["-D${prop}=${value}"]
                }
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  6. subprojects/diagnostics/src/main/java/org/gradle/api/tasks/diagnostics/internal/TaskDetails.java

    import javax.annotation.Nullable;
    
    public interface TaskDetails {
        Path getPath();
    
        @Nullable
        String getDescription();
    
        String getTypeName();
    
        static TaskDetails of(Path path, Task task) {
            return of(path, new DslObject(task).getPublicType().getFullyQualifiedName(), task.getDescription());
        }
    
        static TaskDetails of(Path path, String typeName, @Nullable String description) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Oct 29 11:47:48 UTC 2021
    - 1.9K bytes
    - Viewed (0)
  7. testing/architecture-test/src/test/java/org/gradle/architecture/test/ArchUnitFixture.java

                    ? String.format("%s has only arguments/return type that are %s in %s",
                    method.getDescription(),
                    types.getDescription(),
                    method.getSourceCodeLocation())
    
                    : String.format("%s has arguments/return type %s that %s not %s in %s",
                    method.getDescription(),
                    String.join(", ", matchedClasses),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    addRequirements(java.util.List); public java.util.List getRequirements(); public String getComponentFactory(); public void setComponentFactory(String); public String getComponentComposer(); public void setComponentComposer(String); public String getDescription(); public void setDescription(String); public void setInstantiationStra(String); public boolean isIsolatedRealm(); public void setComponentSetDescr(ComponentSetDescript); public ComponentSetDescript getComponentSetDescr(); public void setIsolatedRealm(boolean);...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 233.3K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/report/AmbiguousBindingReporter.java

            private final String path;
    
            public Provider(String path, String description) {
                this.description = description;
                this.path = path;
            }
    
            public String getDescription() {
                return description;
            }
    
            public String getPath() {
                return path;
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    addRequirements(java.util.List); public java.util.List getRequirements(); public String getComponentFactory(); public void setComponentFactory(String); public String getComponentComposer(); public void setComponentComposer(String); public String getDescription(); public void setDescription(String); public void setInstantiationStra(String); public boolean isIsolatedRealm(); public void setComponentSetDescr(ComponentSetDescript); public ComponentSetDescript getComponentSetDescr(); public void setIsolatedRealm(boolean);...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 233.3K bytes
    - Viewed (0)
Back to top