HomeSort by relevance Sort by last modified time
    Searched refs:tld (Results 1 - 25 of 28) sorted by null

1 2

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
5-1.c 100 pthread_key_t tld[3]; variable
113 /* TLD destructor */
129 ret = pthread_setspecific(tld[0], arg);
131 UNRESOLVED(ret, "Failed to set TLD data");
134 ret = pthread_setspecific(tld[1], arg);
136 UNRESOLVED(ret, "Failed to set TLD data");
139 ret = pthread_setspecific(tld[2], arg);
141 UNRESOLVED(ret, "Failed to set TLD data");
164 ret = pthread_key_create(&tld[j], destructor);
166 UNRESOLVED(ret, "Failed to create a TLD key")
    [all...]
3-2.c 19 * The TLD destructors (if any) are executed after the cancelation cleanup handlers,
103 pthread_key_t tld[3]; variable
116 /* TLD destructor */
127 ret = pthread_setspecific(tld[0], (void *)&tab[3]);
129 UNRESOLVED(ret, "Failed to set TLD data");
134 ret = pthread_setspecific(tld[1], (void *)&tab[3]);
136 UNRESOLVED(ret, "Failed to set TLD data");
140 ret = pthread_setspecific(tld[2], (void *)&tab[3]);
142 UNRESOLVED(ret, "Failed to set TLD data");
167 ret = pthread_key_create(&tld[j], destructor)
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/httputil/
dump_test.go 97 Host: "post.tld",
108 "Host: post.tld\r\n" +
122 Host: "post.tld",
137 "Host: post.tld\r\n" +
143 "Host: post.tld\r\n" +
reverseproxy_test.go 564 backendURL, _ := url.Parse("http://fake.tld/")
  /prebuilts/go/linux-x86/src/net/http/httputil/
dump_test.go 97 Host: "post.tld",
108 "Host: post.tld\r\n" +
122 Host: "post.tld",
137 "Host: post.tld\r\n" +
143 "Host: post.tld\r\n" +
reverseproxy_test.go 564 backendURL, _ := url.Parse("http://fake.tld/")
  /prebuilts/go/darwin-x86/src/net/http/
transport_internal_test.go 77 req, err := NewRequest(method, "http://fake.tld/", nil)
transport_test.go 979 return url.Parse("http://proxy.fake.tld/")
988 req, _ := NewRequest("GET", "http://fake.tld", nil)
    [all...]
client_test.go 983 // precedence over "some-other-host.tld" which previously incorrectly
985 // "some-other-host.tld", though, because of the Transport.Dial hook.
1002 res, err := c.Get("https://some-other-host.tld/")
    [all...]
request_test.go 798 req, err := NewRequest("POST", "http://foo.tld/", tt.r)
  /prebuilts/go/linux-x86/src/net/http/
transport_internal_test.go 77 req, err := NewRequest(method, "http://fake.tld/", nil)
transport_test.go 979 return url.Parse("http://proxy.fake.tld/")
988 req, _ := NewRequest("GET", "http://fake.tld", nil)
    [all...]
client_test.go 983 // precedence over "some-other-host.tld" which previously incorrectly
985 // "some-other-host.tld", though, because of the Transport.Dial hook.
1002 res, err := c.Get("https://some-other-host.tld/")
    [all...]
  /frameworks/base/core/tests/coretests/src/android/util/
PatternsTest.java 34 assertTrue("Missed valid TLD", t);
38 assertTrue("Missed valid TLD", t);
42 assertTrue("Missed valid TLD", t);
46 assertTrue("Missed valid TLD", t);
49 assertFalse("Matched invalid TLD!", t);
52 assertFalse("Matched invalid TLD!", t);
55 assertFalse("Matched invalid TLD!", t);
75 assertTrue("Should match Punycode TLD", pattern.matcher("xn--qxam").matches());
81 assertTrue("Should match IRI TLD", pattern.matcher("\uD55C\uAD6D").matches());
93 assertFalse("Should not match invalid Punycode TLD", pattern.matcher("xn").matches())
585 String tld = "xn--"; local
    [all...]
  /frameworks/support/compat/tests/java/android/support/v4/util/
PatternsCompatTest.java 51 assertTrue("Should match Punycode TLD", pattern.matcher("xn--qxam").matches());
57 assertTrue("Should match IRI TLD", pattern.matcher("\uD55C\uAD6D").matches());
69 assertFalse("Should not match invalid Punycode TLD", pattern.matcher("xn").matches());
84 assertTrue("Should match URL with scheme, hostname and new TLD",
91 assertTrue("Should match URL with hostname and new TLD",
140 assertTrue("Should match URL with Unicode TLD",
249 assertTrue("Should match URL with scheme, hostname and new TLD",
256 assertTrue("Should match URL with hostname and new TLD",
260 assertTrue("Should match URL with hostname and new TLD",
295 assertFalse("Should not match Punycode TLD that starts with dash"
561 String tld = "xn--"; local
    [all...]
  /external/boringssl/src/util/fipstools/
delocate.go 477 w.WriteString("\tld 12, 0(2)\n")
513 w.WriteString("\tld 3, -8(1)\n")
515 w.WriteString("\tld " + dest + ", -24(1)\n")
517 w.WriteString("\tld 3, -16(1)\n")
648 d.output.WriteString("\tld 2, 24(1)\n")
730 d.output.WriteString("\tld " + baseReg + ", -8(1)\n")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cookielib.py     [all...]
  /external/python/cpython2/Lib/
cookielib.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cookielib.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cookielib.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py     [all...]
  /prebuilts/tools/common/m2/repository/commons-validator/commons-validator/1.2.0/
commons-validator-1.2.0.jar 
  /prebuilts/go/darwin-x86/src/cmd/go/
vcs.go 659 // This handles custom import paths like "name.tld/pkg/foo" or just "name.tld".
  /prebuilts/go/linux-x86/src/cmd/go/
vcs.go 659 // This handles custom import paths like "name.tld/pkg/foo" or just "name.tld".

Completed in 1887 milliseconds

1 2