Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 97 for 12345680 (0.12 sec)

  1. pkg/kubelet/kubelet_test.go

    	defer testKubelet.Cleanup()
    	kl := testKubelet.kubelet
    	pods := []*v1.Pod{
    		podWithUIDNameNs("12345678", "pod1", "ns"),
    		podWithUIDNameNs("12345679", "pod2", "ns"),
    		podWithUIDNameNs("12345680", "pod3", "ns"),
    	}
    	syncAndVerifyPodDir(t, testKubelet, pods, pods, true)
    	// Pod 1 failed, and pod 2 succeeded. None of the pod directories should be
    	// deleted.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/mylasta/direction/FessPropTest.java

            assertEquals("@fess.codelibs.local", fessConfig.getLdapSecurityPrincipal(""));
            assertEquals("123456789@fess.codelibs.local", fessConfig.getLdapSecurityPrincipal("123456789"));
            assertEquals("1234567890@fess.codelibs.local", fessConfig.getLdapSecurityPrincipal("1234567890"));
            assertEquals("1234567890@fess.codelibs.local", fessConfig.getLdapSecurityPrincipal("12345678901"));
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  3. src/cmd/internal/notsha256/sha256block_386.s

    	SHA256ROUND0(4, 0x3956c25b, 4, 5, 6, 7, 0, 1, 2, 3)
    	SHA256ROUND0(5, 0x59f111f1, 3, 4, 5, 6, 7, 0, 1, 2)
    	SHA256ROUND0(6, 0x923f82a4, 2, 3, 4, 5, 6, 7, 0, 1)
    	SHA256ROUND0(7, 0xab1c5ed5, 1, 2, 3, 4, 5, 6, 7, 0)
    	SHA256ROUND0(8, 0xd807aa98, 0, 1, 2, 3, 4, 5, 6, 7)
    	SHA256ROUND0(9, 0x12835b01, 7, 0, 1, 2, 3, 4, 5, 6)
    	SHA256ROUND0(10, 0x243185be, 6, 7, 0, 1, 2, 3, 4, 5)
    	SHA256ROUND0(11, 0x550c7dc3, 5, 6, 7, 0, 1, 2, 3, 4)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 8.2K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/test/testdata/append_test.go

    	expect(t, a, []int{1})
    	a = appendThree_ssa(a, 2, 3, 4)
    	expect(t, a, []int{1, 2, 3, 4})
    	a = appendThree_ssa(a, 5, 6, 7)
    	expect(t, a, []int{1, 2, 3, 4, 5, 6, 7})
    	if &a[0] != &store[0] {
    		t.Errorf("unnecessary grow")
    	}
    	a = appendOne_ssa(a, 8)
    	expect(t, a, []int{1, 2, 3, 4, 5, 6, 7, 8})
    	if &a[0] == &store[0] {
    		t.Errorf("didn't grow")
    	}
    }
    
    func TestAppend(t *testing.T) {
    	testAppend(t)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 1.2K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/testdata/ppc64_p10.s

    	PLFS 1234567890(R4), $0, F3             // 06004996c06402d2
    	PLFS 1234567890(R0), $1, F3             // 06104996c06002d2
    	PLHA 1234(R1), $0, R3                   // 06000000a86104d2
    	PLHZ 1234(R1), $0, R3                   // 06000000a06104d2
    	PLQ 1234(R1), $0, R4                    // 04000000e08104d2
    	PLWA 1234(R1), $0, R3                   // 04000000a46104d2
    	PLWZ 1234567890(R4), $0, R3             // 06004996806402d2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 23 20:52:57 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  6. src/strconv/strconv_test.go

    		// Before pre-allocation in appendQuotedWith, we saw 39.
    		{10, `AppendQuoteToASCII(nil, oneMB)`, func() { AppendQuoteToASCII(nil, string(oneMB)) }},
    		{0, `ParseFloat("123.45", 64)`, func() { ParseFloat("123.45", 64) }},
    		{0, `ParseFloat("123.456789123456789", 64)`, func() { ParseFloat("123.456789123456789", 64) }},
    		{0, `ParseFloat("1.000000000000000111022302462515654042363166809082031251", 64)`, func() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 23 20:29:22 UTC 2022
    - 4.7K bytes
    - Viewed (0)
  7. src/net/netip/fuzz_test.go

    	"127.1",
    	// IPv4 field has value >255.
    	"192.168.300.1",
    	// IPv4 with too many fields.
    	"192.168.0.1.5.6",
    	// IPv6 with not enough fields.
    	"1:2:3:4:5:6:7",
    	// IPv6 with too many fields.
    	"1:2:3:4:5:6:7:8:9",
    	// IPv6 with 8 fields and a :: expander.
    	"1:2:3:4::5:6:7:8",
    	// IPv6 with a field bigger than 2b.
    	"fe801::1",
    	// IPv6 with non-hex values in field.
    	"fe80:tail:scal:e::",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 20 23:46:23 UTC 2021
    - 10.5K bytes
    - Viewed (0)
  8. src/crypto/sha256/sha256block_386.s

    	SHA256ROUND0(4, 0x3956c25b, 4, 5, 6, 7, 0, 1, 2, 3)
    	SHA256ROUND0(5, 0x59f111f1, 3, 4, 5, 6, 7, 0, 1, 2)
    	SHA256ROUND0(6, 0x923f82a4, 2, 3, 4, 5, 6, 7, 0, 1)
    	SHA256ROUND0(7, 0xab1c5ed5, 1, 2, 3, 4, 5, 6, 7, 0)
    	SHA256ROUND0(8, 0xd807aa98, 0, 1, 2, 3, 4, 5, 6, 7)
    	SHA256ROUND0(9, 0x12835b01, 7, 0, 1, 2, 3, 4, 5, 6)
    	SHA256ROUND0(10, 0x243185be, 6, 7, 0, 1, 2, 3, 4, 5)
    	SHA256ROUND0(11, 0x550c7dc3, 5, 6, 7, 0, 1, 2, 3, 4)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  9. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/DescribablesTest.groovy

            Describables.of("one", "two", "three").capitalizedDisplayName == "One two three"
    
            Describables.of(123, 456, 789).displayName == "123 456 789"
            Describables.of(123, 456, 789).toString() == "123 456 789"
            Describables.of(123, 456, 789).capitalizedDisplayName == "123 456 789"
        }
    
        def "creates from describable"() {
            def d1 = Mock(Describable)
            def d2 = Mock(DisplayName)
    
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/hash/Crc32cHashFunctionTest.java

        assertCrc(0xE3069283, "123456789".getBytes(UTF_8));
        assertCrc(0xf3dbd4fe, "1234567890".getBytes(UTF_8));
        assertCrc(0xBFE92A83, "23456789".getBytes(UTF_8));
      }
    
      public void testAgainstSimplerImplementation() {
        Random r = new Random(1234567);
        for (int length = 0; length < 1000; length++) {
          byte[] bytes = new byte[length];
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Dec 23 18:30:33 UTC 2020
    - 6.5K bytes
    - Viewed (0)
Back to top