Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for 7500 (0.14 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS_RES_QUERY                       = 0x5D9 // 1497
    	SYS_RES_SEARCH                      = 0x5DA // 1498
    	SYS_RES_SEND                        = 0x5DB // 1499
    	SYS_RES_QUERYDOMAIN                 = 0x5DC // 1500
    	SYS_DN_EXPAND                       = 0x5DD // 1501
    	SYS_DN_SKIPNAME                     = 0x5DE // 1502
    	SYS_DN_COMP                         = 0x5DF // 1503
    	SYS_ASCTIME_R                       = 0x5E0 // 1504
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  2. src/cmd/cgo/internal/test/callback.go

    func stack1492() { var buf [1492]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1496() { var buf [1496]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1500() { var buf [1500]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1504() { var buf [1504]byte; use(buf[:]); C.callGoStackCheck() }
    func stack1508() { var buf [1508]byte; use(buf[:]); C.callGoStackCheck() }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 12:00:02 UTC 2023
    - 111.5K bytes
    - Viewed (0)
  3. pkg/controller/statefulset/stateful_set_control_test.go

    	// maxParallelRequests: MaxBatchSize of the controller is 500, We divide the diff by 4 to allow maximum of the half of the last batch.
    	if maxParallelRequests := min(500, math.Abs(float64(diff))/4); expectedMinParallelRequests < 2 || float64(expectedMinParallelRequests) > maxParallelRequests {
    		t.Fatalf("expectedMinParallelRequests should be between 2 and %v. Batch size of the controller is expontially increasing until 500. "+
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  4. pkg/kubelet/eviction/eviction_manager_test.go

    				podMaker := makePodWithPIDStats
    				summaryStatsMaker := makePIDStats
    				podsToMake := []podToMake{
    					{name: "pod1", priority: lowPriority, pidUsage: 500},
    					{name: "pod2", priority: defaultPriority, pidUsage: 500},
    				}
    				pods := []*v1.Pod{}
    				podStats := map[*v1.Pod]statsapi.PodStats{}
    				for _, podToMake := range podsToMake {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  5. api/maven-api-model/src/main/mdo/maven.mdo

                  <a href="http://en.wikipedia.org/wiki/UTC%E2%88%9212:00">-12</a> to <a href="http://en.wikipedia.org/wiki/UTC%2B14:00">+14</a>
                  or a valid time zone id like "America/Montreal" (UTC-05:00) or "Europe/Paris" (UTC+01:00).
                ]]>
              </description>
              <type>String</type>
            </field>
            <field>
              <name>properties</name>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

         * pseudoTimedGet.
         */
        return (inputs.hasDelayed(iFuture, jFuture))
            ? pseudoTimedGetUninterruptibly(future, timeout, unit)
            : pseudoTimedGetUninterruptibly(future, 2500, MILLISECONDS);
      }
    
      @J2ktIncompatible
      @GwtIncompatible // threads
      public void testAllAsList_extensive() throws InterruptedException {
        runExtensiveMergerTest(Merger.allMerger);
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  7. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

         * pseudoTimedGet.
         */
        return (inputs.hasDelayed(iFuture, jFuture))
            ? pseudoTimedGetUninterruptibly(future, timeout, unit)
            : pseudoTimedGetUninterruptibly(future, 2500, MILLISECONDS);
      }
    
      @J2ktIncompatible
      @GwtIncompatible // threads
      public void testAllAsList_extensive() throws InterruptedException {
        runExtensiveMergerTest(Merger.allMerger);
      }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  8. src/database/sql/sql_test.go

    func (c *concurrentRandomTest) test(t testing.TB) error {
    	ct := c.tests[rand.Intn(len(c.tests))]
    	return ct.test(t)
    }
    
    func doConcurrentTest(t testing.TB, ct concurrentTest) {
    	maxProcs, numReqs := 1, 500
    	if testing.Short() {
    		maxProcs, numReqs = 4, 50
    	}
    	defer runtime.GOMAXPROCS(runtime.GOMAXPROCS(maxProcs))
    
    	db := newTestDB(t, "people")
    	defer closeDB(t, db)
    
    	ct.init(t, db)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/text/cases/tables15.0.0.go

    //go:build go1.21
    
    package cases
    
    // UnicodeVersion is the Unicode version from which the tables in this package are derived.
    const UnicodeVersion = "15.0.0"
    
    var xorData string = "" + // Size: 213 bytes
    	"\x00\x06\x07\x00\x01?\x00\x0f\x03\x00\x0f\x12\x00\x0f\x1f\x00\x0f\x1d" +
    	"\x00\x01\x13\x00\x0f\x16\x00\x0f\x0b\x00\x0f3\x00\x0f7\x00\x01#\x00\x0f?" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 106.5K bytes
    - Viewed (0)
  10. src/vendor/golang.org/x/text/unicode/bidi/tables15.0.0.go

    // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
    
    //go:build go1.21
    
    package bidi
    
    // UnicodeVersion is the Unicode version from which the tables in this package are derived.
    const UnicodeVersion = "15.0.0"
    
    // xorMasks contains masks to be xor-ed with brackets to get the reverse
    // version.
    var xorMasks = []int32{ // 8 elements
    	0, 1, 6, 7, 3, 15, 29, 63,
    } // Size: 56 bytes
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 127.4K bytes
    - Viewed (0)
Back to top