Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 647 for assign_id (0.22 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/id/ConfigurationCacheableIdFactory.java

            }
    
            return newId;
        }
    
        /**
         * This method must be called whenever an object is about to be re-created with the previously assigned id
         * due to loading from the configuration cache.
         */
        public void idRecreated() {
            sequence.set(USED_ASSIGNED_ID_MARKER);
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  2. subprojects/diagnostics/src/main/java/org/gradle/api/tasks/diagnostics/TaskReportTask.java

     * from the command-line.</p>
     *
     * By default, this report shows only those tasks which have been assigned to a task group, so-called <i>visible</i>
     * tasks. Tasks which have not been assigned to a task group, so-called <i>hidden</i> tasks, can be included in the report
     * by enabling the command line option {@code --all}.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 24 23:13:41 UTC 2022
    - 9.7K bytes
    - Viewed (0)
  3. pkg/test/framework/components/echo/portgen.go

    			protocol.MySQL:   tcpBase,
    			protocol.Redis:   tcpBase,
    			protocol.UDP:     tcpBase,
    		},
    		used: make(map[int]struct{}),
    	}
    }
    
    // SetUsed marks the given port as used, so that it will not be assigned by the
    // generator.
    func (g *portGenerator) SetUsed(port int) *portGenerator {
    	g.used[port] = struct{}{}
    	return g
    }
    
    // IsUsed indicates if the given port has already been used.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 04 00:24:04 UTC 2022
    - 2.5K bytes
    - Viewed (0)
  4. pilot/pkg/config/kube/gateway/testdata/weighted.status.yaml.golden

      conditions:
      - lastTransitionTime: fake
        message: Resource accepted
        reason: Accepted
        status: "True"
        type: Accepted
      - lastTransitionTime: fake
        message: Resource programmed, assigned to service(s) istio-ingressgateway.istio-system.svc.domain.suffix:34000
          and istio-ingressgateway.istio-system.svc.domain.suffix:80
        reason: Programmed
        status: "True"
        type: Programmed
      listeners:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 20:48:23 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  5. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/outputorigin/ContinuousIncrementalBuildOutputOriginIntegrationTest.groovy

        String originBuildInvocationId(String taskPath) {
            originBuildInvocationIdFixture.originId(taskPath)
        }
    
        void afterBuild() {
            afterExecute*.execute(executer)
        }
    
        def "new ID is assigned for each execution"() {
            given:
            def i1 = file("i1")
            def i2 = file("i2")
    
            when:
            i1.text = "1"
            i2.text = "1"
    
            buildFile << """
                task t1 {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 12 07:52:06 UTC 2021
    - 3.5K bytes
    - Viewed (0)
  6. pkg/proxy/ipvs/netlink.go

    	// GetAllLocalAddressesExcept return all local addresses on the node, except from the passed dev.
    	// This is not the same as to take the diff between GetAllLocalAddresses and GetLocalAddresses
    	// since an address can be assigned to many interfaces. This problem raised
    	// https://github.com/kubernetes/kubernetes/issues/114815
    	GetAllLocalAddressesExcept(dev string) (sets.Set[string], error)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 27 19:02:20 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  7. pilot/pkg/config/kube/gateway/testdata/delegated.status.yaml.golden

      conditions:
      - lastTransitionTime: fake
        message: Resource accepted
        reason: Accepted
        status: "True"
        type: Accepted
      - lastTransitionTime: fake
        message: Resource programmed, assigned to service(s) istio-ingressgateway.istio-system.svc.domain.suffix:80
        reason: Programmed
        status: "True"
        type: Programmed
      listeners:
      - attachedRoutes: 1
        conditions:
        - lastTransitionTime: fake
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 20:48:23 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  8. pilot/pkg/config/kube/gateway/testdata/zero.status.yaml.golden

      conditions:
      - lastTransitionTime: fake
        message: Resource accepted
        reason: Accepted
        status: "True"
        type: Accepted
      - lastTransitionTime: fake
        message: Resource programmed, assigned to service(s) istio-ingressgateway.istio-system.svc.domain.suffix:34000
          and istio-ingressgateway.istio-system.svc.domain.suffix:80
        reason: Programmed
        status: "True"
        type: Programmed
      listeners:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 20:48:23 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/utils/cluster_util.h

    #include "mlir/Support/LLVM.h"  // from @llvm-project
    #include "tensorflow/compiler/mlir/tensorflow/analysis/side_effect_analysis.h"
    
    namespace mlir::TF {
    
    // Cluster structure captures all the operations that are assigned to same
    // device and can form a legal strict cluster.
    // Ops must follow same ordering in their parent block. We rely on this
    // assumption to perform analysis.
    struct Cluster {
      llvm::SetVector<Operation*> ops;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 21 22:33:23 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/walk/closure.go

    	cfn := typecheck.ConvNop(addr, clo.Type())
    
    	// non-escaping temp to use, if any.
    	if x := clo.Prealloc; x != nil {
    		if !types.Identical(typ, x.Type()) {
    			panic("closure type does not match order's assigned type")
    		}
    		addr.Prealloc = x
    		clo.Prealloc = nil
    	}
    
    	return walkExpr(cfn, init)
    }
    
    // closureArgs returns a slice of expressions that can be used to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 15:56:08 UTC 2023
    - 6.5K bytes
    - Viewed (0)
Back to top