Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 137 for iterations (0.19 sec)

  1. subprojects/core-api/src/main/java/org/gradle/api/Project.java

         * collection are queried. The file collection is also live, so that it evaluates the above each time the contents
         * of the collection is queried.</p>
         *
         * <p>The returned file collection maintains the iteration order of the supplied paths.</p>
         *
         * <p>The returned file collection maintains the details of the tasks that produce the files, so that these tasks are executed if this file collection is used as an input to some task.</p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  2. cmd/iam.go

    		if len(policyBuf) > maxSVCSessionPolicySize {
    			return auth.Credentials{}, time.Time{}, errSessionPolicyTooLarge
    		}
    	}
    
    	// found newly requested service account, to be same as
    	// parentUser, reject such operations.
    	if parentUser == opts.accessKey {
    		return auth.Credentials{}, time.Time{}, errIAMActionNotAllowed
    	}
    	if siteReplicatorSvcAcc == opts.accessKey && !opts.allowSiteReplicatorAccount {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  3. src/runtime/mgcscavenge.go

    			p.chunkOf(ci).allocRange(base, npages)
    			p.update(addr, uintptr(npages), true, true)
    
    			// With that done, it's safe to unlock.
    			unlock(p.mheapLock)
    
    			if !p.test {
    				// Only perform sys* operations if we're not in a test.
    				// It's dangerous to do so otherwise.
    				sysUnused(unsafe.Pointer(addr), uintptr(npages)*pageSize)
    
    				// Update global accounting only when not in test, otherwise
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/kube/controller/controller_test.go

    			},
    			wantAZ: map[*corev1.Pod]string{
    				podOverride: "regionOverride/zoneOverride/subzoneOverride",
    			},
    		},
    	}
    
    	for _, tc := range testCases {
    		// If using t.Parallel() you must copy the iteration to a new local variable
    		// https://github.com/golang/go/wiki/CommonMistakes#using-goroutines-on-loop-iterator-variables
    		tc := tc
    		t.Run(tc.name, func(t *testing.T) {
    			t.Parallel()
    			// Setup kube caches
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
  5. src/runtime/mgc.go

    // nonadjacent one-page spans to the heap, it will allocate a new two-page
    // span, but there can still be other one-page unswept spans which could be
    // combined into a two-page span.
    //
    // It's critical to ensure that no operations proceed on unswept spans (that would corrupt
    // mark bits in GC bitmap). During GC all mcaches are flushed into the central cache,
    // so they are empty. When a goroutine grabs a new span into mcache, it sweeps it.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    ====
    
    === Configuring multiple container elements together
    
    When configuring several elements of a container one can group interactions in a block in order to avoid repeating the container's name on each interaction.
    The following example uses a combination of type-safe accessors, the container API and Kotlin delegated properties:
    
    .Container scope
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  7. pkg/controller/job/job_controller.go

    		var creationsSucceeded, creationsFailed int32 = 0, 0
    
    		// Batch the pod creates. Batch sizes start at SlowStartInitialBatchSize
    		// and double with each successful iteration in a kind of "slow start".
    		// This handles attempts to start large numbers of pods that would
    		// likely all fail with the same error. For example a project with a
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 23:56:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
  8. subprojects/core/src/test/groovy/org/gradle/execution/plan/DefaultExecutionPlanParallelTest.groovy

    import org.gradle.api.tasks.OutputFiles
    import org.gradle.api.tasks.TaskAction
    import org.gradle.composite.internal.BuildTreeWorkGraphController
    import org.gradle.internal.file.Stat
    import org.gradle.internal.operations.TestBuildOperationRunner
    import org.gradle.test.fixtures.file.TestFile
    import org.gradle.test.precondition.Requires
    import org.gradle.test.preconditions.UnitTestPreconditions
    import org.gradle.util.Path
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 22:18:26 UTC 2024
    - 93.5K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/mips/asm0.go

    	case 48: /* movv fr,r */
    		a := SP(2, 1) | (1 << 21) /* dmtc1 */
    		o1 = OP_RRR(a, p.To.Reg, obj.REG_NONE, p.From.Reg)
    
    	case 49: /* undef */
    		o1 = 52 /* trap -- teq r0, r0 */
    
    	/* relocation operations */
    	case 50: /* mov r,addr ==> lu + add REGSB, REGTMP + sw o(REGTMP) */
    		o1 = OP_IRR(c.opirr(ALUI), 0, REGZERO, REGTMP)
    		rel := obj.Addrel(c.cursym)
    		rel.Off = int32(c.pc)
    		rel.Siz = 4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
  10. pkg/scheduler/internal/queue/scheduling_queue.go

    	if !p.isEventOfInterest(logger, event) {
    		// No plugin is interested in this event.
    		// Return early before iterating all pods in unschedulablePods for preCheck.
    		return
    	}
    
    	unschedulablePods := make([]*framework.QueuedPodInfo, 0, len(p.unschedulablePods.podInfoMap))
    	for _, pInfo := range p.unschedulablePods.podInfoMap {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 61.4K bytes
    - Viewed (0)
Back to top