Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 137 for iterations (0.32 sec)

  1. plugin/pkg/admission/resourcequota/admission_test.go

    	}
    	initializers.Initialize(handler)
    
    	return handler, admission.ValidateInitialization(handler)
    }
    
    // TestAdmissionIgnoresDelete verifies that the admission controller ignores delete operations
    func TestAdmissionIgnoresDelete(t *testing.T) {
    	stopCh := make(chan struct{})
    	defer close(stopCh)
    
    	kubeClient := fake.NewSimpleClientset()
    	informerFactory := informers.NewSharedInformerFactory(kubeClient, 0)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:28:42 UTC 2024
    - 84.1K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/loong64/asm.go

    				// the original source position, for deterministic
    				// mapping between source and corresponding asm.
    				// q.Pos = p.Pos
    
    				// Manually make the PCALIGN come into effect,
    				// since this loop iteration is for p.
    				pc += int64(pcAlignPadLength(ctxt, pc, loopAlign))
    				p.Pc = pc
    				rescan = true
    			}
    
    			// very large conditional branches
    			//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
  3. cmd/erasure-server-pool.go

    	z.poolMeta = newPoolMeta(z, poolMeta{})
    	z.poolMeta.dontSave = true
    
    	bootstrapTrace("newSharedLock", func() {
    		globalLeaderLock = newSharedLock(GlobalContext, z, "leader.lock")
    	})
    
    	// Enable background operations on
    	//
    	// - Disk auto healing
    	// - MRF (most recently failed) healing
    	// - Background expiration routine for lifecycle policies
    	bootstrapTrace("initAutoHeal", func() {
    		initAutoHeal(GlobalContext, z)
    	})
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 30 11:58:12 UTC 2024
    - 82.5K bytes
    - Viewed (0)
  4. src/runtime/malloc.go

    	// as the heap is likely fragmented after a reduction in heap size.
    	minHeapForMetadataHugePages = 1 << 30
    )
    
    // physPageSize is the size in bytes of the OS's physical pages.
    // Mapping and unmapping operations must be done at multiples of
    // physPageSize.
    //
    // This must be set by the OS init code (typically in osinit) before
    // mallocinit.
    var physPageSize uintptr
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/route/route_test.go

    					Name: "hash-cookie",
    					Ttl:  nil,
    				},
    			},
    		}
    		g.Expect(routes[0].GetRoute().GetHashPolicy()).To(ConsistOf(hashPolicy))
    	})
    
    	t.Run("for header operations for single cluster", func(t *testing.T) {
    		g := NewWithT(t)
    		cg := core.NewConfigGenTest(t, core.TestOptions{})
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 88.1K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/_gen/AMD64.rules

    (SARL x (MOV(Q|L)const [c])) => (SARLconst [int8(c&31)] x)
    (SARW x (MOV(Q|L)const [c])) => (SARWconst [int8(min(int64(c)&31,15))] x)
    (SARB x (MOV(Q|L)const [c])) => (SARBconst [int8(min(int64(c)&31,7))] x)
    
    // Operations which don't affect the low 6/5 bits of the shift amount are NOPs.
    ((SHLQ|SHRQ|SARQ) x (ADDQconst [c] y)) && c & 63 == 0  => ((SHLQ|SHRQ|SARQ) x y)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 93.9K bytes
    - Viewed (0)
  7. testing/architecture-test/src/changes/archunit-store/public-api-methods-return-allowed-types.txt

    Method <org.gradle.nativeplatform.tasks.CreateStaticLibrary.getOperationLoggerFactory()> has arguments/return type org.gradle.internal.operations.logging.BuildOperationLoggerFactory that is not Gradle public API or primitive or built-in JDK...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:21:31 UTC 2024
    - 91.3K bytes
    - Viewed (0)
  8. src/sync/atomic/atomic_test.go

    // Test that the CompareAndSwap functions actually
    // do the comparison and the swap correctly.
    //
    // The loop over power-of-two values is meant to
    // ensure that the operations apply to the full word size.
    // The struct fields x.before and x.after check that the
    // operations do not extend past the full word size.
    
    const (
    	magic32 = 0xdedbeef
    	magic64 = 0xdeddeadbeefbeef
    )
    
    func TestSwapInt32(t *testing.T) {
    	var x struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:37:29 UTC 2024
    - 71.4K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationSpec.groovy

    import org.gradle.internal.event.ListenerManager
    import org.gradle.internal.locking.DefaultDependencyLockingState
    import org.gradle.internal.model.CalculatedValueContainerFactory
    import org.gradle.internal.operations.TestBuildOperationRunner
    import org.gradle.internal.reflect.DirectInstantiator
    import org.gradle.internal.reflect.Instantiator
    import org.gradle.internal.work.WorkerThreadRegistry
    import org.gradle.testfixtures.ProjectBuilder
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:30:13 UTC 2024
    - 64.8K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test_base.py

          get_op_name: bool = False,
      ) -> int:
        """Returns the number of given ops in a graph def.
    
        Args:
          graphdef: A GraphDef object.
          op_names: Names of the operations to find within the graph.
          attr_name: Name of the attribute of the ops to match.
          attr_val: Value of the attr_name to check.
          get_op_name: If set True, checks node.name rather than node.op.
    
        Returns:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 21 08:51:46 UTC 2024
    - 51.2K bytes
    - Viewed (0)
Back to top