Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for lidx (0.07 sec)

  1. pkg/controller/statefulset/stateful_set_control_test.go

    		return err
    	}
    	sort.Sort(ascendingOrdinal(pods))
    	for idx := 0; idx < len(pods); idx++ {
    		if idx > 0 && isRunningAndReady(pods[idx]) && !isRunningAndReady(pods[idx-1]) {
    			return fmt.Errorf("successor %s is Running and Ready while %s is not", pods[idx].Name, pods[idx-1].Name)
    		}
    
    		if ord := idx + getStartOrdinal(set); getOrdinal(pods[idx]) != ord {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/data.go

    		// blocks or at the end.
    		length := int64(0)
    		if idx+1 < len(syms) {
    			// Find the next top-level symbol.
    			// Skip over sub symbols so we won't split a container symbol
    			// into two blocks.
    			next := syms[idx+1]
    			for ldr.AttrSubSymbol(next) {
    				idx++
    				next = syms[idx+1]
    			}
    			length = ldr.SymValue(next) - addr
    		}
    		if length == 0 || length > lastAddr-addr {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  3. pkg/kubelet/eviction/helpers_test.go

    			softContainerFsINodesMatch := -1
    			for idx, val := range expected {
    				if val.Signal == evictionapi.SignalContainerFsAvailable && isHardEvictionThreshold(val) {
    					if !reflect.DeepEqual(val, testCase.expectedContainerFsHard) {
    						t.Fatalf("want %v got %v", testCase.expectedContainerFsHard, val)
    					}
    					hardContainerFsMatch = idx
    				}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 106.7K bytes
    - Viewed (0)
  4. src/reflect/all_test.go

    	})
    
    	tests := []struct {
    		rt  Type
    		idx []int
    	}{
    		{
    			rt:  st,
    			idx: []int{0, 1},
    		},
    		{
    			rt:  st1,
    			idx: []int{1},
    		},
    		{
    			rt: StructOf(
    				[]StructField{
    					{Name: "XX", Type: TypeOf([0]int{})},
    					{Name: "YY", Type: TypeOf("")},
    				},
    			),
    			idx: []int{1},
    		},
    		{
    			rt: StructOf(
    				[]StructField{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  5. src/cmd/go/internal/work/exec.go

    			}
    
    			const cgoLdflag = "//go:cgo_ldflag"
    			idx := bytes.Index(src, []byte(cgoLdflag))
    			for idx >= 0 {
    				// We are looking at //go:cgo_ldflag.
    				// Find start of line.
    				start := bytes.LastIndex(src[:idx], []byte("\n"))
    				if start == -1 {
    					start = 0
    				}
    
    				// Find end of line.
    				end := bytes.Index(src[idx:], []byte("\n"))
    				if end == -1 {
    					end = len(src)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  6. cmd/site-replication.go

    			info.BucketStats[b] = make(map[string]srBucketStatsSummary, numSites)
    			for i, s := range slc {
    				dIdx := depIdx[s.DeploymentID]
    				var hasBucket, isBucketMarkedDeleted bool
    
    				bi, ok := sris[dIdx].Buckets[s.Bucket]
    				if ok {
    					isBucketMarkedDeleted = !bi.DeletedAt.IsZero() && (bi.CreatedAt.IsZero() || bi.DeletedAt.After(bi.CreatedAt))
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/rewriteMIPS64.go

    		return true
    	}
    }
    func rewriteValueMIPS64_OpIsInBounds(v *Value) bool {
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	// match: (IsInBounds idx len)
    	// result: (SGTU len idx)
    	for {
    		idx := v_0
    		len := v_1
    		v.reset(OpMIPS64SGTU)
    		v.AddArg2(len, idx)
    		return true
    	}
    }
    func rewriteValueMIPS64_OpIsNonNil(v *Value) bool {
    	v_0 := v.Args[0]
    	b := v.Block
    	typ := &b.Func.Config.Types
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 31 03:59:48 UTC 2023
    - 211.6K bytes
    - Viewed (0)
  8. src/main/resources/fess_indices/_aws/fess.json

            },
            "latvian_stop": {
              "type":       "stop",
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Mar 23 12:38:28 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  9. src/main/resources/fess_indices/_cloud/fess.json

            },
            "latvian_stop": {
              "type":       "stop",
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  10. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // lego : 2015-07-16 LEGO Juris A/S
    lego
    
    // lexus : 2015-04-23 TOYOTA MOTOR CORPORATION
    lexus
    
    // lgbt : 2014-05-08 Identity Digital Limited
    lgbt
    
    // lidl : 2014-09-18 Schwarz Domains und Services GmbH & Co. KG
    lidl
    
    // life : 2014-02-06 Binky Moon, LLC
    life
    
    // lifeinsurance : 2015-01-15 American Council of Life Insurers
    lifeinsurance
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top