Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 59 for AAAA (0.06 sec)

  1. android/guava-tests/test/com/google/common/io/testdata/simplifypathwithabsoluteprefixtests.txt

    /b/c/aaaa.a/../ /b/c
    /b/c/aaaa.a/./a /b/c/aaaa.a/a
    /b/c/aaaa.a/./. /b/c/aaaa.a
    /b/c/aaaa.a/.// /b/c/aaaa.a
    /b/c/aaaa.a//aa /b/c/aaaa.a/aa
    /b/c/aaaa.a//a. /b/c/aaaa.a/a.
    /b/c/aaaa.a//a/ /b/c/aaaa.a/a
    /b/c/aaaa.a//.a /b/c/aaaa.a/.a
    /b/c/aaaa.a//.. /b/c
    /b/c/aaaa.a//./ /b/c/aaaa.a
    /b/c/aaaa.a///a /b/c/aaaa.a/a
    /b/c/aaaa.a///. /b/c/aaaa.a
    /b/c/aaaa.a//// /b/c/aaaa.a
    /b/c/aaaa..aaaa /b/c/aaaa..aaaa
    /b/c/aaaa..aaa. /b/c/aaaa..aaa.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 1.6M bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/io/testdata/simplifypathnoprefixtests.txt

    aaaa.a//.. .
    aaaa.a//./ aaaa.a
    aaaa.a///a aaaa.a/a
    aaaa.a///. aaaa.a
    aaaa.a//// aaaa.a
    aaaa..aaaa aaaa..aaaa
    aaaa..aaa. aaaa..aaa.
    aaaa..aaa/ aaaa..aaa
    aaaa..aa.a aaaa..aa.a
    aaaa..aa.. aaaa..aa..
    aaaa..aa./ aaaa..aa.
    aaaa..aa/a aaaa..aa/a
    aaaa..aa/. aaaa..aa
    aaaa..aa// aaaa..aa
    aaaa..a.aa aaaa..a.aa
    aaaa..a.a. aaaa..a.a.
    aaaa..a.a/ aaaa..a.a
    aaaa..a..a aaaa..a..a
    aaaa..a... aaaa..a...
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 1.1M bytes
    - Viewed (0)
  3. src/text/tabwriter/example_test.go

    	fmt.Fprintln(w, "a\tb\tc")
    	fmt.Fprintln(w, "aa\tbb\tcc")
    	fmt.Fprintln(w, "aaa\t") // trailing tab
    	fmt.Fprintln(w, "aaaa\tdddd\teeee")
    	w.Flush()
    
    	// output:
    	// ....a|..b|c
    	// ...aa|.bb|cc
    	// ..aaa|
    	// .aaaa|.dddd|eeee
    }
    
    func Example_trailingTab() {
    	// Observe that the third line has no trailing tab,
    	// so its final cell is not part of an aligned column.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 23 22:09:32 UTC 2016
    - 2K bytes
    - Viewed (0)
  4. platforms/software/testing-base-infrastructure/src/test/groovy/org/gradle/api/internal/tasks/testing/filter/TestSelectionMatcherTest.groovy

            ["*.foo.*"]              | "com.foo.bar.BarTest"     | "aaaa"                | true
            ["*.foo.*"]              | "foo.Test"                | "aaaa"                | false
            ["*.foo.*"]              | "fooTest"                 | "aaaa"                | false
            ["*.foo.*"]              | "foo"                     | "aaaa"                | false
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 20:33:30 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/reflectdata/alg_test.go

    	var a [5]string
    	var c [5]string
    
    	for i := 0; i < 5; i++ {
    		a[i] = "aaaa"
    		c[i] = "cccc"
    	}
    
    	for j := 0; j < b.N; j++ {
    		_ = a == c
    	}
    }
    
    func BenchmarkEqArrayOfStrings64(b *testing.B) {
    	var a [64]string
    	var c [64]string
    
    	for i := 0; i < 64; i++ {
    		a[i] = "aaaa"
    		c[i] = "cccc"
    	}
    
    	for j := 0; j < b.N; j++ {
    		_ = a == c
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 21:55:14 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  6. src/regexp/testdata/repetition.dat

    E	((..)|(.))				aaaa		(0,2)(0,2)(0,2)(?,?)
    E	((..)|(.))((..)|(.))			aaaa		(0,4)(0,2)(0,2)(?,?)(2,4)(2,4)(?,?)
    E	((..)|(.))((..)|(.))((..)|(.))		aaaa		(0,4)(0,2)(0,2)(?,?)(2,3)(?,?)(2,3)(3,4)(?,?)(3,4)
    
    E	((..)|(.)){1}				aaaa		(0,2)(0,2)(0,2)(?,?)
    E	((..)|(.)){2}				aaaa		(0,4)(2,4)(2,4)(?,?)
    #E	((..)|(.)){3}				aaaa		(0,4)(3,4)(?,?)(3,4)
    E	((..)|(.)){3}				aaaa		(0,4)(3,4)(0,2)(3,4)	RE2/Go
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 6.6K bytes
    - Viewed (0)
  7. pkg/dns/client/dns.go

    		answers[i] = r
    	}
    	return answers
    }
    
    // aaaa takes a slice of ip string and returns a slice of AAAA RRs.
    func aaaa(host string, ips []netip.Addr) []dns.RR {
    	answers := make([]dns.RR, len(ips))
    	for i, ip := range ips {
    		r := new(dns.AAAA)
    		r.Hdr = dns.RR_Header{Name: host, Rrtype: dns.TypeAAAA, Class: dns.ClassINET, Ttl: defaultTTLInSeconds}
    		r.AAAA = ip.AsSlice()
    		answers[i] = r
    	}
    	return answers
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 16:17:34 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  8. pilot/pkg/model/network_test.go

    					A:   net.ParseIP(fmt.Sprintf("10.0.0.%d", c)),
    				})
    			case dns.TypeAAAA:
    				// set a long TTL for AAAA
    				msg.Answer = append(msg.Answer, &dns.AAAA{
    					Hdr:  dns.RR_Header{Name: domain, Rrtype: dns.TypeAAAA, Class: dns.ClassINET, Ttl: s.ttl * 10},
    					AAAA: net.ParseIP(fmt.Sprintf("fd00::%x", c)),
    				})
    			// simulate behavior of some public/cloud DNS like Cloudflare or DigitalOcean
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 16 01:18:03 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  9. src/encoding/xml/atom_test.go

    	Entry: []Entry{
    		{
    			Title:   "Atom-Powered Robots Run Amok",
    			Link:    []Link{{Href: "http://example.org/2003/12/13/atom03"}},
    			ID:      "urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a",
    			Updated: ParseTime("2003-12-13T18:30:02Z"),
    			Summary: NewText("Some text."),
    		},
    	},
    }
    
    var atomXML = `` +
    	`<feed xmlns="http://www.w3.org/2005/Atom" updated="2003-12-13T18:30:02Z">` +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 24 00:55:59 UTC 2017
    - 1.6K bytes
    - Viewed (0)
  10. test/typeparam/sliceimp.dir/main.go

    func TestMax() {
    	s1 := []int{1, 2, 3, -5}
    	if got, want := a.SliceMax(s1), 3; got != want {
    		panic(fmt.Sprintf("a.Max(%v) = %d, want %d", s1, got, want))
    	}
    
    	s2 := []string{"aaa", "a", "aa", "aaaa"}
    	if got, want := a.SliceMax(s2), "aaaa"; got != want {
    		panic(fmt.Sprintf("a.Max(%v) = %q, want %q", s2, got, want))
    	}
    
    	if got, want := a.SliceMax(s2[:0]), ""; got != want {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 24 02:14:15 UTC 2022
    - 4.6K bytes
    - Viewed (0)
Back to top