HomeSort by relevance Sort by last modified time
    Searched full:newreq (Results 1 - 23 of 23) sorted by null

  /prebuilts/go/darwin-x86/src/net/http/
export_test.go 118 func ExportRefererForURL(lastReq, newReq *url.URL) string {
119 return refererForURL(lastReq, newReq)
client.go 106 // an empty string if lastReq scheme is https and newReq scheme is http.
107 func refererForURL(lastReq, newReq *url.URL) string {
112 if lastReq.Scheme == "https" && newReq.Scheme == "http" {
client_test.go 1122 lastReq, newReq string // from -> to URLs
1146 n, err := url.Parse(tt.newReq)
1152 t.Errorf("refererForURL(%q, %q) = %q; want %q", tt.lastReq, tt.newReq, r, tt.want)
  /prebuilts/go/linux-x86/src/net/http/
export_test.go 118 func ExportRefererForURL(lastReq, newReq *url.URL) string {
119 return refererForURL(lastReq, newReq)
client.go 106 // an empty string if lastReq scheme is https and newReq scheme is http.
107 func refererForURL(lastReq, newReq *url.URL) string {
112 if lastReq.Scheme == "https" && newReq.Scheme == "http" {
client_test.go 1122 lastReq, newReq string // from -> to URLs
1146 n, err := url.Parse(tt.newReq)
1152 t.Errorf("refererForURL(%q, %q) = %q; want %q", tt.lastReq, tt.newReq, r, tt.want)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
fixinc.sh 437 newreq=
457 newreq="$newreq $1 $dir/$include $dir2/$include"
463 set x $newreq
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
fixinc.sh 437 newreq=
457 newreq="$newreq $1 $dir/$include $dir2/$include"
463 set x $newreq
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib2.py 798 newreq = h.do_request_(req)
815 newreq = h.do_request_(req)
856 newreq = h.do_request_(req)
857 self.assertEqual(newreq.get_host(),'www.python.org')
858 self.assertEqual(newreq.get_selector(),'/?getspam')
862 newreq = h.do_request_(req)
863 self.assertEqual(newreq.get_host(),'www.python.org')
864 self.assertEqual(newreq.get_selector(),'')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib2.py 798 newreq = h.do_request_(req)
815 newreq = h.do_request_(req)
856 newreq = h.do_request_(req)
857 self.assertEqual(newreq.get_host(),'www.python.org')
858 self.assertEqual(newreq.get_selector(),'/?getspam')
862 newreq = h.do_request_(req)
863 self.assertEqual(newreq.get_host(),'www.python.org')
864 self.assertEqual(newreq.get_selector(),'')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 798 newreq = h.do_request_(req)
815 newreq = h.do_request_(req)
856 newreq = h.do_request_(req)
857 self.assertEqual(newreq.get_host(),'www.python.org')
858 self.assertEqual(newreq.get_selector(),'/?getspam')
862 newreq = h.do_request_(req)
863 self.assertEqual(newreq.get_host(),'www.python.org')
864 self.assertEqual(newreq.get_selector(),'')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 798 newreq = h.do_request_(req)
815 newreq = h.do_request_(req)
856 newreq = h.do_request_(req)
857 self.assertEqual(newreq.get_host(),'www.python.org')
858 self.assertEqual(newreq.get_selector(),'/?getspam')
862 newreq = h.do_request_(req)
863 self.assertEqual(newreq.get_host(),'www.python.org')
864 self.assertEqual(newreq.get_selector(),'')
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/cgi/
host.go 353 newReq := &http.Request{
364 h.PathLocationHandler.ServeHTTP(rw, newReq)
  /prebuilts/go/linux-x86/src/net/http/cgi/
host.go 353 newReq := &http.Request{
364 h.PathLocationHandler.ServeHTTP(rw, newReq)
  /external/libevent/
evdns.c 3203 struct request *newreq; local
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 3801 request_state *newreq = NewRequest(); local
    [all...]
  /packages/apps/Email/provider_src/com/android/email/service/
AttachmentService.java     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/net/
http.a     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/net/http/
cgi.a     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/net/
http.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/net/
http.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/net/http/
cgi.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/net/
http.a     [all...]

Completed in 643 milliseconds