Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 128 for 1001Gi (0.1 sec)

  1. src/runtime/rwmutex_test.go

    }
    
    func BenchmarkRWMutexWrite10(b *testing.B) {
    	benchmarkRWMutex(b, 0, 10)
    }
    
    func BenchmarkRWMutexWorkWrite100(b *testing.B) {
    	benchmarkRWMutex(b, 100, 100)
    }
    
    func BenchmarkRWMutexWorkWrite10(b *testing.B) {
    	benchmarkRWMutex(b, 100, 10)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 22:00:45 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/memorymanager/memory_manager_test.go

    				Limits: v1.ResourceList{
    					v1.ResourceCPU:    resource.MustParse("1000Mi"),
    					v1.ResourceMemory: resource.MustParse("12Gi"),
    					hugepages1Gi:      resource.MustParse("4Gi"),
    				},
    				Requests: v1.ResourceList{
    					v1.ResourceCPU:    resource.MustParse("1000Mi"),
    					v1.ResourceMemory: resource.MustParse("12Gi"),
    					hugepages1Gi:      resource.MustParse("4Gi"),
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 05 13:01:40 UTC 2023
    - 70.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/api/resource/amount_test.go

    		{int64Amount{value: 100, scale: -1}, 1000, int64Amount{value: 100000, scale: -1}, true},
    		{int64Amount{value: 1, scale: 100}, 10, int64Amount{value: 1, scale: 100}, false},
    		{int64Amount{value: 1, scale: -100}, 10, int64Amount{value: 1, scale: -100}, false},
    		{int64Amount{value: -5, scale: 2}, 500, int64Amount{value: -2500, scale: 2}, true},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 13 20:54:15 UTC 2023
    - 7K bytes
    - Viewed (0)
  4. api/maven-api-metadata/src/main/mdo/metadata.mdo

                <type>Plugin</type>
                <multiplicity>*</multiplicity>
              </association>
            </field>
          </fields>
          <codeSegments>
            <codeSegment>
              <version>1.0.0/1.1.0</version>
              <code><![CDATA[
        private String getSnapshotVersionKey( SnapshotVersion sv )
        {
            return sv.getClassifier() + ":" + sv.getExtension();
        }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 15 17:32:27 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  5. src/runtime/sigtab_linux_mipsx.go

    	/*  96 */ {_SigNotify, "signal 96"},
    	/*  97 */ {_SigNotify, "signal 97"},
    	/*  98 */ {_SigNotify, "signal 98"},
    	/*  99 */ {_SigNotify, "signal 99"},
    	/* 100 */ {_SigNotify, "signal 100"},
    	/* 101 */ {_SigNotify, "signal 101"},
    	/* 102 */ {_SigNotify, "signal 102"},
    	/* 103 */ {_SigNotify, "signal 103"},
    	/* 104 */ {_SigNotify, "signal 104"},
    	/* 105 */ {_SigNotify, "signal 105"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/io/LittleEndianDataOutputStreamTest.java

      public void testWriteLittleEndian() throws IOException {
    
        /* Write out various test values in LITTLE ENDIAN FORMAT */
        out.write(new byte[] {-100, 100});
        out.writeBoolean(true);
        out.writeBoolean(false);
        out.writeByte(100);
        out.writeByte(-100);
        out.writeByte((byte) 200);
        out.writeChar('a');
        out.writeShort((short) -30000);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Dec 04 17:37:03 UTC 2017
    - 4.7K bytes
    - Viewed (0)
  7. guava-tests/test/com/google/common/io/LittleEndianDataOutputStreamTest.java

      public void testWriteLittleEndian() throws IOException {
    
        /* Write out various test values in LITTLE ENDIAN FORMAT */
        out.write(new byte[] {-100, 100});
        out.writeBoolean(true);
        out.writeBoolean(false);
        out.writeByte(100);
        out.writeByte(-100);
        out.writeByte((byte) 200);
        out.writeChar('a');
        out.writeShort((short) -30000);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Dec 04 17:37:03 UTC 2017
    - 4.7K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/test/testdata/array_test.go

    		{testSliceLenCap12_ssa, 5, 5, 0, 5},
    		{testSliceLenCap12_ssa, 5, 10, 5, 5},
    		{testSliceLenCap1_ssa, 0, -1, 0, 10},
    		{testSliceLenCap1_ssa, 5, -1, 5, 5},
    		{testSliceLenCap1_ssa, 10, -1, 0, 0},
    		{testSliceLenCap2_ssa, -1, 0, 0, 10},
    		{testSliceLenCap2_ssa, -1, 5, 5, 10},
    		{testSliceLenCap2_ssa, -1, 10, 10, 10},
    	}
    
    	for i, test := range tests {
    		if l, c := test.fn(a, test.i, test.j); l != test.l && c != test.c {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 3.1K bytes
    - Viewed (0)
  9. pkg/proxy/endpointslicecache_test.go

    					&BaseEndpointInfo{ip: "10.0.1.3", port: 80, endpoint: "10.0.1.3:80", isLocal: false, ready: true, serving: true, terminating: false},
    					&BaseEndpointInfo{ip: "10.0.1.4", port: 80, endpoint: "10.0.1.4:80", isLocal: false, ready: true, serving: true, terminating: false},
    					&BaseEndpointInfo{ip: "10.0.1.5", port: 80, endpoint: "10.0.1.5:80", isLocal: false, ready: true, serving: true, terminating: false},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:07:21 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  10. cluster/addons/addon-manager/kube-addons-main.sh

    # are defined in a namespace other than default, we should still create the limits for the
    # default namespace.
    while IFS=$'\n' read -r obj; do
      start_addon "${obj}" 100 10 default &
      log INFO "++ obj ${obj} is created ++"
    done < <(find /etc/kubernetes/admission-controls \( -name \*.yaml -o -name \*.json \))
    
    # Start the apply loop.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 24 18:35:44 UTC 2022
    - 2.9K bytes
    - Viewed (0)
Back to top