Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 921 for addSdk (0.19 sec)

  1. subprojects/core/src/main/java/org/gradle/execution/plan/Node.java

         * Support for this is not implemented yet and will be added later.
         *
         * <p>Note: mustRunAfter or finalizedBy relationship on this node is not honored for these dynamically added nodes or their dependencies.
         * Support for this is not implemented yet and will be added later.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Aug 24 13:30:48 UTC 2023
    - 22.7K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/jvm/groovy_plugin.adoc

    * If a `groovy-all(-indy)` Jar is found on `classpath`, that jar will be added to `groovyClasspath`.
    * If a `groovy(-indy)` jar is found on `classpath`, and the project has at least one repository declared, a corresponding `groovy(-indy)` repository dependency will be added to `groovyClasspath`.
    * Otherwise, execution of the task will fail with a message saying that `groovyClasspath` could not be inferred.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 15.6K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/registry/RuleBindingsTest.groovy

            expect:
            bindings.getRulesWithSubject(nodeAtState("a", ModelNode.State.Mutated)) as List == [rule1, rule2, rule3]
        }
    
        def "returns rules with subject in fixed order - by-path in order added followed by by-type in order added"() {
            def rule1 = rule("path", ModelNode.State.Finalized)
            def rule2 = rule(Long, ModelNode.State.Finalized)
            def rule3 = rule("path", ModelNode.State.Finalized)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 26.8K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/graph/Network.java

       *   <li>{@code view.equals(view)} evaluates to {@code true} (but any other `equals()` expression
       *       involving {@code view} will throw)
       *   <li>{@code hashCode()} does not throw
       *   <li>if {@code node} is re-added to the network after having been removed, {@code view}'s
       *       behavior is undefined
       * </ul>
       *
       * @throws IllegalArgumentException if {@code node} is not an element of this network
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jan 22 17:29:38 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  5. pkg/controller/garbagecollector/graph_builder.go

    			continue
    		}
    		current[resource] = &monitor{store: s, controller: c}
    		added++
    	}
    	gb.monitors = current
    
    	for _, monitor := range toRemove {
    		if monitor.stopCh != nil {
    			close(monitor.stopCh)
    		}
    	}
    
    	logger.V(4).Info("synced monitors", "added", added, "kept", kept, "removed", len(toRemove))
    	// NewAggregate returns nil if errs is 0-length
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  6. platforms/native/language-native/src/test/groovy/org/gradle/language/nativeplatform/internal/incremental/IncrementalCompileProcessorTest.groovy

                return includes(deps)
            }
        }
    
        private static IncludeDirectives includes(Collection<File> deps) {
            return TestIncludeParser.systemIncludes(deps.collect { it.name })
        }
    
        def added(TestFile sourceFile) {
            virtualFileSystem.invalidateAll()
            modifiedFiles << sourceFile
            graph[sourceFile] = []
        }
    
        def sourceAdded(TestFile sourceFile, List<File> deps = []) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 15:31:28 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  7. platforms/software/signing/src/main/java/org/gradle/plugins/signing/SigningExtension.java

         *
         * @see #setRequired(Object)
         */
        public boolean isRequired() {
            return castToBoolean(force(required));
        }
    
        /**
         * Provides the configuration that signature artifacts are added to. Called once during construction.
         */
        protected Configuration getDefaultConfiguration() {
            final RoleBasedConfigurationContainerInternal configurations = ((ProjectInternal) project).getConfigurations();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 22.3K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/native/swift_library_plugin.adoc

    This task is added by the <<base_plugin.adoc#base_plugin,Base Plugin>>.
    
    `check` - Task (lifecycle)::
    Aggregate task that performs verification tasks, such as running the tests.
    Some plugins add their own verification task to `check`.
     For example, the <<xctest_plugin.adoc#xctest_plugin,XCTest Plugin>> attach its test task to this lifecycle task.
    This task is added by the <<base_plugin.adoc#base_plugin,Base Plugin>>.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  9. pkg/controller/resourcequota/resource_quota_monitor.go

    		}
    
    		// track the monitor
    		current[resource] = &monitor{controller: c}
    		added++
    	}
    	qm.monitors = current
    
    	for _, monitor := range toRemove {
    		if monitor.stopCh != nil {
    			close(monitor.stopCh)
    		}
    	}
    
    	logger.V(4).Info("quota synced monitors", "added", added, "kept", kept, "removed", len(toRemove))
    	// NewAggregate returns nil if errs is 0-length
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  10. pkg/scheduler/framework/plugins/podtopologyspread/plugin.go

    			"pod", klog.KObj(pod), "modifiedPod", klog.KObj(modifiedPod))
    		return framework.QueueSkip, nil
    	}
    
    	// Pod is added. Return Queue when the added Pod has a label that matches with topologySpread's selector.
    	if modifiedPod != nil {
    		if podLabelsMatchSpreadConstraints(constraints, modifiedPod.Labels) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 16 14:13:06 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top