Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,169 for pcount (0.11 sec)

  1. src/net/tcpconn_keepalive_conf_posix_test.go

    		Count:    10,
    	},
    	{
    		Enable:   true,
    		Idle:     5 * time.Second,
    		Interval: 3 * time.Second,
    		Count:    -1,
    	},
    	{
    		Enable:   true,
    		Idle:     -1,
    		Interval: -1,
    		Count:    10,
    	},
    	{
    		Enable:   true,
    		Idle:     -1,
    		Interval: 3 * time.Second,
    		Count:    -1,
    	},
    	{
    		Enable:   true,
    		Idle:     5 * time.Second,
    		Interval: -1,
    		Count:    -1,
    	},
    	{
    		Enable:   true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:17:21 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  2. test/switch.go

    	}
    	assert(fired, "fired")
    
    	count := 0
    	switch i5 {
    	case 0:
    		count = count + 1
    		fallthrough
    	case 1:
    		count = count + 1
    		fallthrough
    	case 2:
    		count = count + 1
    		fallthrough
    	case 3:
    		count = count + 1
    		fallthrough
    	case 4:
    		count = count + 1
    		assert(false, "4")
    	case 5:
    		count = count + 1
    		fallthrough
    	case 6:
    		count = count + 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 19 23:30:49 UTC 2022
    - 6.5K bytes
    - Viewed (0)
  3. src/runtime/debug.go

    // NumGoroutine returns the number of goroutines that currently exist.
    func NumGoroutine() int {
    	return int(gcount())
    }
    
    //go:linkname debug_modinfo runtime/debug.modinfo
    func debug_modinfo() string {
    	return modinfo
    }
    
    // mayMoreStackPreempt is a maymorestack hook that forces a preemption
    // at every possible cooperative preemption point.
    //
    // This is valuable to apply to the runtime, which can be sensitive to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  4. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/AbstractTestProgressLoggingIntegrationTest.groovy

        }
    
        def withGoodTestClasses(int count) {
            count.times { index ->
                createGoodTestClass(index)
            }
        }
    
        def withFailingTestClasses(int count) {
            count.times { index ->
                createFailingTestClass(index)
            }
        }
    
        def withSkippedTestClasses(int count) {
            count.times { index ->
                createSkippedTestClass(index)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  5. src/internal/zstd/huff.go

    			}
    
    			weights[count] = pt.sym
    			count++
    
    			pt = &fseTable[state2]
    
    			if !rbr.fetch(pt.bits) {
    				if count >= 254 {
    					return 0, 0, rbr.makeError("Huffman count overflow")
    				}
    				weights[count] = pt.sym
    				weights[count+1] = fseTable[state1].sym
    				count += 2
    				break
    			}
    
    			v, err = rbr.val(pt.bits)
    			if err != nil {
    				return 0, 0, err
    			}
    			state2 = uint32(pt.base) + v
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 18 20:34:13 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  6. src/internal/bytealg/count_ppc64x.s

    	// R4 = length
    	// R5 = byte to count
    	MTVRD	R5, V1		// move compare byte
    	VSPLTB	$7, V1, V1	// replicate byte across V1
    	BR	countbytebody<>(SB)
    
    // R3: addr of string
    // R4: len of string
    // R5: byte to count
    // V1: byte to count, splatted.
    // On exit:
    // R3: return value
    TEXT countbytebody<>(SB), NOSPLIT|NOFRAME, $0-0
    	MOVD	$0, R18 // byte count
    
    #ifndef GOPPC64_power10
    	RLDIMI	$8, R5, $48, R5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 14 20:30:44 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  7. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/m8/ToolingApiLoggingCrossVersionSpec.groovy

            }
            errLogging.count("System.err \u03b1\u03b2") == 1
            errLogging.count("error logging \u03b1\u03b2") == 1
    
            and:
            out.count("lifecycle logging \u03b1\u03b2") == 1
            out.count("warn logging") == 1
            out.count("quiet logging") == 1
            out.count("info") == 0
            out.count("debug") == 0
    
            err.count("warn") == 0
            err.count("quiet") == 0
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  8. src/net/tcpconn_keepalive_conf_solaris_test.go

    		Count:    10,
    	},
    	{
    		Enable:   true,
    		Idle:     20 * time.Second,
    		Interval: 10 * time.Second,
    		Count:    -1,
    	},
    	{
    		Enable:   true,
    		Idle:     -1,
    		Interval: -1,
    		Count:    10,
    	},
    	{
    		Enable:   true,
    		Idle:     -1,
    		Interval: 10 * time.Second,
    		Count:    -1,
    	},
    	{
    		Enable:   true,
    		Idle:     20 * time.Second,
    		Interval: -1,
    		Count:    -1,
    	},
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 03:10:07 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/util/waitgroup/ratelimited_waitgroup_test.go

    				target.Done()
    			}()
    		}()
    	}
    
    	// initially the count should be zero
    	if count := target.Count(); count != 0 {
    		t.Errorf("expected count to be zero, but got: %d", count)
    	}
    	// start the test
    	close(startCh)
    	// wait for the first set of requests (n1) to be done
    	n1DoneWG.Wait()
    
    	// after the first set of requests (n1) are done, the count should be zero
    	if invoked := limiter.invoked(); invoked != 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 21 14:08:00 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  10. platforms/core-runtime/serialization/src/main/java/org/gradle/internal/serialize/kryo/KryoBackedDecoder.java

                        if (leftover > 0) {
                            int count = Math.min(leftover, length);
                            leftover -= count;
                            readBytes(buffer, offset, count);
                            return count;
                        }
    
                        int count = readSmallInt();
                        if (count == 0) {
                            // End of stream has been reached
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 15 16:06:56 UTC 2024
    - 7.3K bytes
    - Viewed (0)
Back to top