Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 51 for 10th (0.36 sec)

  1. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/util/NumberUtilTest.groovy

            where:
            input | ordinal
            0     | "0th"
            1     | "1st"
            2     | "2nd"
            3     | "3rd"
            4     | "4th"
            10    | "10th"
            11    | "11th"
            12    | "12th"
            13    | "13th"
            14    | "14th"
            20    | "20th"
            21    | "21st"
            22    | "22nd"
            23    | "23rd"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  2. testing/performance/src/templates/generateLotsOfDeprecationWarnings/build.gradle

     * limitations under the License.
     */
    
    @groovy.transform.CompileStatic
    void createDeprecations(int iterations) {
        for (int i = 0; i < iterations; i++) {
            // every 10th deprecation should have a different message
            if (i % 10 == 0) {
                nagUserOfDeprecated("Some unique deprecation No #\$i")
            }
            nagUserOfDeprecated("Some repetitive Deprecation")
        }
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  3. pkg/kubelet/util/pod_startup_latency_tracker_test.go

    		assert.Empty(t, tracker.pods)
    		metrics.PodStartSLIDuration.Reset()
    	})
    }
    
    func TestSinglePodMultipleDownloadsAndRestartsRecorded(t *testing.T) {
    
    	t.Run("single pod; started in 30s, image pulling between 10th and 20th seconds", func(t *testing.T) {
    
    		wants := `
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 15 06:09:49 UTC 2023
    - 13.7K bytes
    - Viewed (0)
  4. cmd/data-usage.go

    		if err != nil {
    			scannerLogIf(ctx, err)
    			continue
    		}
    		if attempts > 10 {
    			saveConfig(ctx, objAPI, dataUsageObjNamePath+".bkp", dataUsageJSON) // Save a backup every 10th update.
    			attempts = 1
    		}
    		if err = saveConfig(ctx, objAPI, dataUsageObjNamePath, dataUsageJSON); err != nil {
    			scannerLogOnceIf(ctx, err, dataUsageObjNamePath)
    		}
    		attempts++
    	}
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 09 00:51:34 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  5. src/encoding/binary/varint_test.go

    			in:        []byte{0xd7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x01},
    			wantN:     -11,
    			wantValue: 0,
    		},
    		{
    			name:      "invalid: 10th byte",
    			in:        []byte{0xd7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f},
    			wantN:     -10,
    			wantValue: 0,
    		},
    	}
    
    	for _, tt := range tests {
    		tt := tt
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 16 23:09:19 UTC 2023
    - 5.5K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/constants/constants.go

    }
    
    // GetDNSIP returns a dnsIP, which is 10th IP in svcSubnet CIDR range
    func GetDNSIP(svcSubnetList string) (net.IP, error) {
    	// Get the service subnet CIDR
    	svcSubnetCIDR, err := GetKubernetesServiceCIDR(svcSubnetList)
    	if err != nil {
    		return nil, errors.Wrapf(err, "unable to get internal Kubernetes Service IP from the given service CIDR (%s)", svcSubnetList)
    	}
    
    	// Selects the 10th IP in service subnet CIDR range as dnsIP
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 03:36:35 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  7. cmd/erasure-server-pool.go

    	// Fetch location of up to 10 objects concurrently.
    	poolObjIdxMap := map[int][]ObjectToDelete{}
    	origIndexMap := map[int][]int{}
    
    	// Always perform 1/10th of the number of objects per delete
    	concurrent := len(objects) / 10
    	if concurrent <= 10 {
    		// if we cannot get 1/10th then choose the number of
    		// objects as concurrent.
    		concurrent = len(objects)
    	}
    
    	var mu sync.Mutex
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 30 11:58:12 UTC 2024
    - 82.5K bytes
    - Viewed (0)
  8. src/runtime/mgcpacer.go

    	// is circular! However, this impossible definition contains a key insight: the amount
    	// we're *going* to use matters just as much as whatever we're currently using.
    	//
    	// Consider if the heap shrinks to 1/10th its size, leaving behind lots of free and
    	// unscavenged memory. mappedReady - heapAlloc will be quite large, because of that free
    	// and unscavenged memory, pushing the goal down significantly.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  9. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    connate with the Rays, and immutable; as may appear by the 13th, 14th, and 15th Observations, compared with the fourth and eighteenth. By the Precedent Observations it appears also, that whiteness is a dissimilar mixture of all Colours, and that Light is a mixture of Rays endued with all those Colours. For, considering the multitude of the Rings of Colours in the 3d, 12th, and 24th Observations, it is manifest, that although in the 4th and 18th Observations there appear no more than eight or nine of...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  10. src/testdata/Isaac.Newton-Opticks.txt

    immutable; as may appear by the 13th, 14th, and 15th Observations,
    compared with the fourth and eighteenth.
    
    By the Precedent Observations it appears also, that whiteness is a
    dissimilar mixture of all Colours, and that Light is a mixture of Rays
    endued with all those Colours. For, considering the multitude of the
    Rings of Colours in the 3d, 12th, and 24th Observations, it is manifest,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
Back to top