Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 283 for 1000Mi (0.12 sec)

  1. src/runtime/testdata/testprogcgo/threadpprof.go

    /*
    #include <stdint.h>
    #include <time.h>
    #include <pthread.h>
    
    int threadSalt1;
    int threadSalt2;
    
    static pthread_t tid;
    
    void cpuHogThread() {
    	int foo = threadSalt1;
    	int i;
    
    	for (i = 0; i < 100000; i++) {
    		if (foo > 0) {
    			foo *= foo;
    		} else {
    			foo *= foo + 1;
    		}
    	}
    	threadSalt2 = foo;
    }
    
    void cpuHogThread2() {
    }
    
    struct cgoTracebackArg {
    	uintptr_t  context;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 17 22:59:31 UTC 2022
    - 2.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/api/resource/amount_test.go

    	for _, test := range []struct {
    		a  int64Amount
    		b  int64
    		c  int64Amount
    		ok bool
    	}{
    		{int64Amount{value: 100, scale: 1}, 1000, int64Amount{value: 100000, scale: 1}, true},
    		{int64Amount{value: 100, scale: -1}, 1000, int64Amount{value: 100000, scale: -1}, true},
    		{int64Amount{value: 1, scale: 100}, 10, int64Amount{value: 1, scale: 100}, false},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 13 20:54:15 UTC 2023
    - 7K bytes
    - Viewed (0)
  3. pkg/proxy/nftables/helpers_test.go

    		{
    			name:     "no match",
    			sourceIP: "10.0.0.2",
    			destIP:   "10.0.0.3",
    			destPort: 80,
    			output:   "",
    		},
    		{
    			name:     "single endpoint",
    			sourceIP: "10.0.0.2",
    			destIP:   "172.30.0.41",
    			destPort: 80,
    			output:   "10.180.0.1:80",
    		},
    		{
    			name:     "multiple endpoints",
    			sourceIP: "10.0.0.2",
    			destIP:   "172.30.0.44",
    			destPort: 80,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 09:57:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  4. cmd/kube-apiserver/app/options/validation_test.go

    		},
    		{
    			name:         "service cidr is too big",
    			expectErrors: true,
    			options:      makeOptionsWithCIDRs("10.0.0.0/8", ""),
    		},
    		{
    			name:         "service cidr IPv4 is too big but gate enbled",
    			expectErrors: false,
    			options:      makeOptionsWithCIDRs("10.0.0.0/8", ""),
    			gate:         true,
    		},
    		{
    			name:         "service cidr IPv6 is too big but gate enbled",
    			expectErrors: false,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  5. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/history/impl/DefaultOutputFilesRepository.java

            return IndexedCacheParameters.of("outputFiles", String.class, OutputKind.class)
                .withCacheDecorator(inMemoryCacheDecoratorFactory.decorator(100000, true));
        }
    
        @Override
        public void close() throws IOException {
            cacheAccess.close();
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 16:02:33 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  6. pkg/registry/core/node/strategy_test.go

    			compareNode: makeNode([]string{"2000::/10"}, false, false),
    		},
    		{
    			name:        "single family ipv4",
    			node:        makeNode([]string{"10.0.0.0/8"}, false, false),
    			compareNode: makeNode([]string{"10.0.0.0/8"}, false, false),
    		},
    		{
    			name:        "dualstack 4-6",
    			node:        makeNode([]string{"10.0.0.0/8", "2000::/10"}, false, false),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:48:03 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  7. test/bounds.go

    	use(s[i%1000])
    	use(a1[i%1000])
    	use(a1k[i%1000])
    	use(a100k[i%1000])
    	use(p1[i%1000])
    	use(p1k[i%1000])
    	use(p100k[i%1000])
    
    	use(s[ui%1000])
    	use(a1[ui%1000])
    	use(a1k[ui%1000])   // ERROR "index bounds check elided"
    	use(a100k[ui%1000]) // ERROR "index bounds check elided"
    	use(p1[ui%1000])
    	use(p1k[ui%1000])   // ERROR "index bounds check elided"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 27 03:11:45 UTC 2020
    - 6.1K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/boostdoc/admin_boostdoc_edit.jsp

                                                   value="${f:h(sortOrder)}" class="form-control"
                                                   min="0" max="100000">
                                        </div>
                                    </div>
                                </div>
                                <div class="card-footer">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 12 20:25:27 UTC 2020
    - 5K bytes
    - Viewed (0)
  9. pkg/webhooks/validation/server/server_test.go

    	scenarios := map[string]scenario{
    		"valid": {
    			wrapFunc:      func(args *Options) {},
    			expectedError: "",
    		},
    		"invalid port": {
    			wrapFunc:      func(args *Options) { args.Port = 100000 },
    			expectedError: "port number 100000 must be in the range 1..65535",
    		},
    	}
    
    	for name, scenario := range scenarios {
    		t.Run(name, func(tt *testing.T) {
    			runTestCode(name, tt, scenario)
    		})
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 01 01:34:15 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  10. src/runtime/lfstack_test.go

    		t.Fatalf("stack is not empty")
    	}
    	if *stack != 0 {
    		t.Fatalf("stack is not empty")
    	}
    }
    
    func TestLFStackStress(t *testing.T) {
    	const K = 100
    	P := 4 * GOMAXPROCS(-1)
    	N := 100000
    	if testing.Short() {
    		N /= 10
    	}
    	// Create 2 stacks.
    	stacks := [2]*uint64{new(uint64), new(uint64)}
    	// Push K elements randomly onto the stacks.
    	sum := 0
    	for i := 0; i < K; i++ {
    		sum += i
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 17 23:12:04 UTC 2022
    - 2.7K bytes
    - Viewed (0)
Back to top