Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 643 for addSdk (0.1 sec)

  1. platforms/enterprise/enterprise/src/integTest/groovy/org/gradle/internal/enterprise/BaseBuildScanPluginCheckInFixture.groovy

            }
        }
    
        private String getPropertyPrefix() {
            simpleClassName.uncapitalize()
        }
    
        void publishDummyPluginNow() {
            if (added) {
                return
            }
            added = true
            def builder = new PluginBuilder(projectDir.file('plugin-' + id))
            builder.packageName = packageName
            builder.addPluginSource(id, simpleClassName, """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 11:17:11 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. tensorflow/compiler/mlir/lite/quantization/quantization_context.h

      // Propagate `params` to all the quantizable port of the `op`. The adjacent
      // ops, which have the parameters propagated to, are collected by `new_items`,
      // so they can be added to the working queue. `changed` is set to true if
      // there are any new elements being added to `new_items`.
      LogicalResult PropagateQuantParams(Operation *op, const QuantParams params,
                                         AdjacentOperations *new_items,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 08 01:38:03 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  7. cni/pkg/plugin/plugin_test.go

    	pod.Spec.Containers = []corev1.Container{app}
    
    	testDoAddRun(t, cniConf, excludedNS, pod, ns)
    
    	wasCalled := serverClose()
    	// If the pod is being added to a namespace that is explicitly excluded by plugin config denylist
    	// it should never be added, even if the namespace has the annotation
    	assert.Equal(t, wasCalled, false)
    }
    
    func TestCmdAdd(t *testing.T) {
    	pod, ns := buildFakePodAndNSForClient()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  8. pkg/kubelet/pluginmanager/reconciler/reconciler_test.go

    	}()
    	timestampBeforeRegistration := time.Now()
    	dsw.AddOrUpdatePlugin(socketPath)
    	waitForRegistration(t, socketPath, timestampBeforeRegistration, asw)
    
    	// Get asw plugins; it should contain the added plugin
    	aswPlugins := asw.GetRegisteredPlugins()
    	if len(aswPlugins) != 1 {
    		t.Fatalf("Test_Run_Positive_Register: actual state of world length should be one but it's %d", len(aswPlugins))
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 16 14:21:15 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/main/java/org/gradle/api/internal/provider/AbstractCollectionProperty.java

     * </p>
     *     <ul>
     *         <li>{@link SingleElement} to represent a single element addition
     *         <li>{@link ElementFromProvider} to represent a single element added as a provider
     *         <li>{@link ElementsFromArray} to represent a single element added as an array</li>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 29.8K bytes
    - Viewed (0)
  10. pkg/controller/volume/persistentvolume/pv_controller_test.go

    		},
    		{
    			// Represents roll back scenario where the external-provisioner has added the pv deletion protection
    			// finalizer and later the csi migration was disabled. The pv deletion protection finalizer added through
    			// external-provisioner will be removed and the in-tree pv deletion protection finalizer will be added.
    			name:                "13-5 migration was disabled, volume has external PV deletion finalizer",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 43.4K bytes
    - Viewed (0)
Back to top