Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 122 for 4000 (0.04 sec)

  1. src/strings/strings_test.go

    		if got := IndexRune(tt.in, tt.rune); got != tt.want {
    			t.Errorf("IndexRune(%q, %d) = %v; want %v", tt.in, tt.rune, got, tt.want)
    		}
    	}
    
    	haystack := "test世界"
    	allocs := testing.AllocsPerRun(1000, func() {
    		if i := IndexRune(haystack, 's'); i != 2 {
    			t.Fatalf("'s' at %d; want 2", i)
    		}
    		if i := IndexRune(haystack, '世'); i != 4 {
    			t.Fatalf("'世' at %d; want 4", i)
    		}
    	})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 12:58:37 UTC 2024
    - 53K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/collect/SetsTest.java

        verifySetContents(set, EMPTY_COLLECTION);
      }
    
      public void testNewHashSetWithExpectedSizeLarge() {
        HashSet<Integer> set = Sets.newHashSetWithExpectedSize(1000);
        verifySetContents(set, EMPTY_COLLECTION);
      }
    
      public void testNewHashSetFromIterator() {
        HashSet<Integer> set = Sets.newHashSet(SOME_COLLECTION.iterator());
        verifySetContents(set, SOME_COLLECTION);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 17 15:27:58 UTC 2024
    - 49.2K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/plugins/podtopologyspread/scoring_test.go

    				Obj(),
    			existingPodsNum:  10000,
    			allNodesNum:      1000,
    			filteredNodesNum: 500,
    		},
    		{
    			name: "1000nodes/single-constraint-node",
    			pod: st.MakePod().Name("p").Label("foo", "").
    				SpreadConstraint(1, v1.LabelHostname, v1.ScheduleAnyway, fooSelector, nil, nil, nil, nil).
    				Obj(),
    			existingPodsNum:  10000,
    			allNodesNum:      1000,
    			filteredNodesNum: 500,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 60K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/envoyfilter/listener_patch_test.go

    										{Name: "http-filter-to-be-removed"},
    									},
    								}),
    							},
    						},
    					},
    				},
    				{
    					FilterChainMatch: &listener.FilterChainMatch{
    						AddressSuffix: "0.0.0.0",
    					},
    					Filters: []*listener.Filter{
    						{Name: "network-filter-should-not-be-replaced"},
    					},
    				},
    				{
    					FilterChainMatch: &listener.FilterChainMatch{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/testdata/ppc64.s

    	ADDEX R3, R5, $3, R6            // 7cc32f54
    	ADDEX R3, $3, R5, R6            // 7cc32f54
    	ADDIS $8, R3                    // 3c630008
    	ADD   $524288, R3               // 3c630008
    	ADDIS $1000, R3, R4             // 3c8303e8
    
    	ANDCC $1, R3                    // 70630001
    	ANDCC $1, R3, R4                // 70640001
    	ANDCC $-1, R4                   // 3be0ffff7fe42039
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 21:53:50 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  6. src/runtime/mgcscavenge.go

    	// it's simpler.
    
    	// We want to target retaining (100-reduceExtraPercent)% of the heap.
    	memoryLimitGoal := uint64(float64(memoryLimit) * (1 - reduceExtraPercent/100.0))
    
    	// mappedReady is comparable to memoryLimit, and represents how much total memory
    	// the Go runtime has committed now (estimated).
    	mappedReady := gcController.mappedReady.Load()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/css/manual.css

    @font-face {
    	font-family: Lato;
    	font-weight: 400;
    	font-style: normal;
    	src: url("https://assets.gradle.com/lato/fonts/lato-normal/lato-normal.woff2") format("woff2"),
    		url("https://assets.gradle.com/lato/fonts/lato-normal/lato-normal.woff") format("woff");
    }
    
    /* Lato (normal, italic) */
    @font-face {
    	font-display: swap;
    	font-family: Lato;
    	font-weight: 400;
    	font-style: italic;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  8. src/net/dnsclient_unix_test.go

    				Questions: q.Questions,
    			}
    			return r, nil
    		},
    		alwaysTCP: true,
    	}
    	r := Resolver{PreferGo: true, Dial: fake.DialContext}
    	ctx := context.Background()
    	_, _, err := r.exchange(ctx, "0.0.0.0", mustQuestion("com.", dnsmessage.TypeALL, dnsmessage.ClassINET), time.Second, useUDPOrTCP, false)
    	if err != nil {
    		t.Fatal("exchange failed:", err)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  9. src/debug/elf/file_test.go

    	}
    }
    
    func TestIssue10996(t *testing.T) {
    	data := []byte("\u007fELF\x02\x01\x010000000000000" +
    		"\x010000000000000000000" +
    		"\x00\x00\x00\x00\x00\x00\x00\x0000000000\x00\x00\x00\x00" +
    		"0000")
    	_, err := NewFile(bytes.NewReader(data))
    	if err == nil {
    		t.Fatalf("opening invalid ELF file unexpectedly succeeded")
    	}
    }
    
    func TestDynValue(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 22 16:22:42 UTC 2023
    - 60.1K bytes
    - Viewed (0)
  10. src/math/all_test.go

    	8.6859247685756013e+00,
    }
    var fdim = []float64{
    	4.9790119248836735e+00,
    	7.7388724745781045e+00,
    	0.0000000000000000e+00,
    	0.0000000000000000e+00,
    	9.6362937071984173e+00,
    	2.9263772392439646e+00,
    	5.2290834314593066e+00,
    	2.7279399104360102e+00,
    	1.8253080916808550e+00,
    	0.0000000000000000e+00,
    }
    var floor = []float64{
    	4.0000000000000000e+00,
    	7.0000000000000000e+00,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jul 07 17:39:26 UTC 2023
    - 86.8K bytes
    - Viewed (0)
Back to top