Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 141 for 00ab0000 (0.21 sec)

  1. src/compress/flate/flate_test.go

    		"01",
    	}, {
    		"complete HCLenTree, complete HLitTree, degenerate HDistTree, use valid HDist symbol",
    		"000100feff000de0010400000000100000000000000000000000000000000000" +
    			"0000000000000000000000000000003c",
    		"00000000",
    	}, {
    		"complete HCLenTree, degenerate HLitTree, degenerate HDistTree",
    		"05e0010400000000100000000000000000000000000000000000000000000000" +
    			"0000000000000000000c",
    		"",
    	}, {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 20 18:41:18 UTC 2020
    - 11K bytes
    - Viewed (1)
  2. src/cmd/compile/internal/test/testdata/zero_test.go

    	a := Z8u1{false, [8]byte{255, 255, 255, 255, 255, 255, 255, 255}}
    	zero8u1_ssa(&a)
    	want := Z8u1{false, [8]byte{0, 0, 0, 0, 0, 0, 0, 0}}
    	if a != want {
    		t.Errorf("zero8u2 got=%v, want %v\n", a, want)
    	}
    	b := Z8u2{15, [8]byte{255, 255, 255, 255, 255, 255, 255, 255}}
    	zero8u2_ssa(&b)
    	wantb := Z8u2{15, [8]byte{0, 0, 0, 0, 0, 0, 0, 0}}
    	if b != wantb {
    		t.Errorf("zero8u2 got=%v, want %v\n", b, wantb)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 49.6K bytes
    - Viewed (0)
  3. src/crypto/tls/testdata/Client-TLSv11-RSA-RC4

    00000020  92 33 b6 3e 56 2b c2 f7  29 e3 f9 20 8c d7 b6 90  |.3.>V+..).. ....|
    00000030  03 f5 8b 55 e9 81 47 5b  84 ec 19 bc 32 58 c6 30  |...U..G[....2X.0|
    00000040  f1 79 ea 51 a2 18 cc c0  4e 8a 8e cb 00 05 00 00  |.y.Q....N.......|
    00000050  09 ff 01 00 01 00 00 17  00 00 16 03 02 02 59 0b  |..............Y.|
    00000060  00 02 55 00 02 52 00 02  4f 30 82 02 4b 30 82 01  |..U..R..O0..K0..|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  4. src/encoding/hex/hex_test.go

    		in[i] = byte(i + 30)
    	}
    
    	out := []byte(Dump(in[:]))
    	if !bytes.Equal(out, expectedHexDump) {
    		t.Errorf("got:\n%s\nwant:\n%s", out, expectedHexDump)
    	}
    }
    
    var expectedHexDump = []byte(`00000000  1e 1f 20 21 22 23 24 25  26 27 28 29 2a 2b 2c 2d  |.. !"#$%&'()*+,-|
    00000010  2e 2f 30 31 32 33 34 35  36 37 38 39 3a 3b 3c 3d  |./0123456789:;<=|
    00000020  3e 3f 40 41 42 43 44 45                           |>?@ABCDE|
    `)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 19:30:23 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  5. src/crypto/tls/testdata/Server-TLSv12-IssueTicketPreDisable

    00000010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
    00000020  00 00 00 44 4f 57 4e 47  52 44 01 00 00 2f 00 00  |...DOWNGRD.../..|
    00000030  0d 00 23 00 00 ff 01 00  01 00 00 17 00 00 16 03  |..#.............|
    00000040  03 02 59 0b 00 02 55 00  02 52 00 02 4f 30 82 02  |..Y...U..R..O0..|
    00000050  4b 30 82 01 b4 a0 03 02  01 02 02 09 00 e8 f0 9d  |K0..............|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/net/InetAddressesTest.java

        assertEquals(
            "1::4:0:0:7:8", InetAddresses.toAddrString(InetAddresses.forString("1:0:0:4:0:0:7:8")));
        assertEquals("::", InetAddresses.toAddrString(InetAddresses.forString("0:0:0:0:0:0:0:0")));
        assertEquals("::1", InetAddresses.toAddrString(InetAddresses.forString("0:0:0:0:0:0:0:1")));
        assertEquals(
            "2001:658:22a:cafe::",
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 24 16:44:05 UTC 2024
    - 35.3K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/css/javadoc.css

        --snippet-highlight-color: #f7c590;
        /* Border colors for structural elements and user defined tables */
        --border-color: #ededed;
        --table-border-color: #000000;
        /* Search input colors */
        --search-input-background-color: #ffffff;
        --search-input-text-color: #000000;
        --search-input-placeholder-color: #909090;
        /* Highlight color for active search tag target */
        --search-tag-highlight-color: #ffff00;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  8. src/crypto/tls/testdata/Server-TLSv12-Ed25519

    000001d0  a0 d6 9d da ae b2 eb 76  64 02 82 58 d4 bc 5a 44  |.......vd..X..ZD|
    000001e0  b9 5a f5 33 57 fa a6 9c  d5 05 84 9a 19 0b 65 37  |.Z.3W.........e7|
    000001f0  bc 05 16 03 03 00 04 0e  00 00 00                 |...........|
    >>> Flow 3 (client to server)
    00000000  16 03 03 00 25 10 00 00  21 20 95 58 05 04 03 27  |....%...! .X...'|
    00000010  5e 14 d4 41 5a 3b eb d3  13 ad d4 16 fb 43 bf d6  |^..AZ;.......C..|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:30 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  9. src/net/netip/slow_test.go

    	"strconv"
    	"strings"
    )
    
    // zeros is a slice of eight stringified zeros. It's used in
    // parseIPSlow to construct slices of specific amounts of zero fields,
    // from 1 to 8.
    var zeros = []string{"0", "0", "0", "0", "0", "0", "0", "0"}
    
    // parseIPSlow is like ParseIP, but aims for readability above
    // speed. It's the reference implementation for correctness checking
    // and against which we measure optimized parsers.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 19:54:31 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  10. istioctl/pkg/metrics/metrics_test.go

    	output := out.String()
    
    	expectedOutput := `                                  WORKLOAD    TOTAL RPS    ERROR RPS  P50 LATENCY  P90 LATENCY  P99 LATENCY
                                       details        0.040        0.000          2ms          4ms          4ms
    `
    	if output != expectedOutput {
    		t.Fatalf("Unexpected output; got:\n %q\nwant:\n %q", output, expectedOutput)
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 25 02:07:44 UTC 2023
    - 7.9K bytes
    - Viewed (0)
Back to top