Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 40 for AAAA (0.33 sec)

  1. src/cmd/internal/obj/x86/aenum.go

    // Code generated by x86avxgen. DO NOT EDIT.
    
    package x86
    
    import "cmd/internal/obj"
    
    //go:generate go run ../stringer.go -i $GOFILE -o anames.go -p x86
    
    const (
    	AAAA = obj.ABaseAMD64 + obj.A_ARCHSPECIFIC + iota
    	AAAD
    	AAAM
    	AAAS
    	AADCB
    	AADCL
    	AADCQ
    	AADCW
    	AADCXL
    	AADCXQ
    	AADDB
    	AADDL
    	AADDPD
    	AADDPS
    	AADDQ
    	AADDSD
    	AADDSS
    	AADDSUBPD
    	AADDSUBPS
    	AADDW
    	AADJSP
    	AADOXL
    	AADOXQ
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  2. src/net/lookup.go

    	// Go's built-in resolver. For a query composed of multiple
    	// sub-queries (such as an A+AAAA address lookup, or walking the
    	// DNS search list), this option causes such errors to abort the
    	// whole query instead of returning a partial result. This is
    	// not enabled by default because it may affect compatibility
    	// with resolvers that process AAAA queries incorrectly.
    	StrictErrors bool
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  3. src/net/lookup_test.go

    					switch {
    					case network == "ip4" && !v4Ok:
    						t.Skip("IPv4 is not supported")
    					case network == "ip6" && !v6Ok:
    						t.Skip("IPv6 is not supported")
    					}
    
    					// google.com has both A and AAAA records.
    					const host = "google.com"
    					ips, err := DefaultResolver.LookupIP(context.Background(), network, host)
    					if err != nil {
    						testenv.SkipFlakyNet(t)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  4. test/codegen/comparisons.go

    func equalVarString2(a string) bool {
    	b := string("ZZ")
    	// amd64:-".*memequal"
    	// arm64:-".*memequal"
    	// ppc64x:-".*memequal"
    	return a[:2] == b
    }
    
    func equalConstString4() bool {
    	a := string("AAAA")
    	b := string("ZZZZ")
    	// amd64:-".*memequal"
    	// arm64:-".*memequal"
    	// ppc64x:-".*memequal"
    	return a == b
    }
    
    func equalVarString4(a string) bool {
    	b := string("ZZZZ")
    	// amd64:-".*memequal"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 19 16:31:02 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  5. src/text/tabwriter/tabwriter.go

    // tab-separated: non-tab terminated trailing text at the end of a line
    // forms a cell but that cell is not part of an aligned column.
    // For instance, in this example (where | stands for a horizontal tab):
    //
    //	aaaa|bbb|d
    //	aa  |b  |dd
    //	a   |
    //	aa  |cccc|eee
    //
    // the b and c are in distinct columns (the b column is not contiguous
    // all the way). The d and e are not in a column at all (there's no
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 29 16:46:34 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  6. cmd/object-api-listobjects_test.go

    		{testBuckets[1], "temporary/0/", "", nil},
    		{testBuckets[3], "A/B", "contentstring", nil},
    		{testBuckets[4], "file1/receipt.json", "content", nil},
    		{testBuckets[4], "file1/guidSplunk-aaaa/file", "content", nil},
    		{testBuckets[5], "dir/day_id=2017-10-10/issue", "content", nil},
    		{testBuckets[5], "dir/day_id=2017-10-11/issue", "content", nil},
    		{testBuckets[5], "foo/201910/1122", "content", nil},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 01 11:07:40 UTC 2024
    - 73.1K bytes
    - Viewed (0)
  7. pkg/kubelet/cm/cpumanager/policy_static_test.go

    				"badValue1": "",
    			},
    			expectedError: true,
    		},
    		{
    			description: "bad multiple arg",
    			policyOptions: map[string]string{
    				"badValue1": "",
    				"badvalue2": "aaaa",
    			},
    			expectedError: true,
    		},
    		{
    			description: "good arg",
    			policyOptions: map[string]string{
    				FullPCPUsOnlyOption: "true",
    			},
    			expectedError: false,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  8. okhttp/src/test/java/okhttp3/internal/cache/DiskLruCacheTest.kt

        setUp(parameters.first, parameters.second)
        Assumptions.assumeFalse(windows) // Can't edit while a read is in progress.
    
        val v1Creator = cache.edit("k1")!!
        v1Creator.setString(0, "AAaa")
        v1Creator.setString(1, "BBbb")
        v1Creator.commit()
    
        cache["k1"]!!.use { snapshot1 ->
          val inV1 = snapshot1.getSource(0).buffer()
          assertThat(inV1.readByte()).isEqualTo('A'.code.toByte())
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Apr 15 14:55:09 UTC 2024
    - 75.8K bytes
    - Viewed (0)
  9. src/net/netip/netip_test.go

    			},
    			{
    				ip:   mustIP(fmt.Sprintf("fe80::dead:beef:dead:beef%s", zone)),
    				bits: 96,
    				p:    mustPrefix("fe80::dead:beef:0:0/96"),
    				ok:   true,
    			},
    			{
    				ip:   mustIP(fmt.Sprintf("aaaa::%s", zone)),
    				bits: 4,
    				p:    mustPrefix("a000::/4"),
    				ok:   true,
    			},
    			{
    				ip:   mustIP(fmt.Sprintf("::%s", zone)),
    				bits: 63,
    				p:    mustPrefix("::/63"),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 17:10:01 UTC 2024
    - 54.3K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/x86/asm6.go

    // encoded addressing mode for the Yml arg), and then a single immediate byte.
    // Zilo_m is the same but a long (32-bit) immediate.
    var optab =
    // as, ytab, andproto, opcode
    [...]Optab{
    	{obj.AXXX, nil, 0, opBytes{}},
    	{AAAA, ynone, P32, opBytes{0x37}},
    	{AAAD, ynone, P32, opBytes{0xd5, 0x0a}},
    	{AAAM, ynone, P32, opBytes{0xd4, 0x0a}},
    	{AAAS, ynone, P32, opBytes{0x3f}},
    	{AADCB, yxorb, Pb, opBytes{0x14, 0x80, 02, 0x10, 0x12}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top