Searched refs:Request (Results 1 - 25 of 294) sorted by relevance

1234567891011>>

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_cookielib.py239 from urllib2 import Request namespace
240 req = Request(url)
367 request = urllib2.Request(url)
606 from urllib2 import Request namespace
609 req = Request("http://www.example.com/rheum/rhaponticum;"
614 req = Request("http://www.example.com/rheum/rhaponticum?"
618 req = Request("http://www.example.com")
622 from urllib2 import Request namespace
624 req = Request("http://www.acme.com:1234/",
627 req = Request("htt
632 from urllib2 import Request namespace
838 from urllib2 import Request namespace
872 from urllib2 import Request namespace
948 from urllib2 import Request namespace
1105 from urllib2 import Request namespace
1139 from urllib2 import Request namespace
1233 from urllib2 import Request namespace
1617 from urllib2 import Request namespace
1673 from urllib2 import Request namespace
1707 from urllib2 import Request namespace
[all...]
H A Dtest_urllib2.py9 from urllib2 import Request, OpenerDirector namespace
12 # Request
53 The Request.headers dictionary is not a documented interface. It should
71 >>> Request(url, headers={"Spam-eggs": "blah"}).headers["Spam-eggs"]
73 >>> Request(url, headers={"spam-EggS": "blah"}).headers["Spam-eggs"]
76 Currently, Request(url, "Spam-eggs").headers["Spam-Eggs"] raises KeyError,
89 >>> r = Request(url, headers={"Spam-eggs": "blah"})
337 return Request("http://blah/")
375 .http_open() on another handler, which returns a Request object.
485 req = Request("htt
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_cookielib.py239 from urllib2 import Request namespace
240 req = Request(url)
367 request = urllib2.Request(url)
606 from urllib2 import Request namespace
609 req = Request("http://www.example.com/rheum/rhaponticum;"
614 req = Request("http://www.example.com/rheum/rhaponticum?"
618 req = Request("http://www.example.com")
622 from urllib2 import Request namespace
624 req = Request("http://www.acme.com:1234/",
627 req = Request("htt
632 from urllib2 import Request namespace
838 from urllib2 import Request namespace
872 from urllib2 import Request namespace
948 from urllib2 import Request namespace
1105 from urllib2 import Request namespace
1139 from urllib2 import Request namespace
1233 from urllib2 import Request namespace
1617 from urllib2 import Request namespace
1673 from urllib2 import Request namespace
1707 from urllib2 import Request namespace
[all...]
H A Dtest_urllib2.py9 from urllib2 import Request, OpenerDirector namespace
12 # Request
53 The Request.headers dictionary is not a documented interface. It should
71 >>> Request(url, headers={"Spam-eggs": "blah"}).headers["Spam-eggs"]
73 >>> Request(url, headers={"spam-EggS": "blah"}).headers["Spam-eggs"]
76 Currently, Request(url, "Spam-eggs").headers["Spam-Eggs"] raises KeyError,
89 >>> r = Request(url, headers={"Spam-eggs": "blah"})
337 return Request("http://blah/")
375 .http_open() on another handler, which returns a Request object.
485 req = Request("htt
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_cookielib.py239 from urllib2 import Request namespace
240 req = Request(url)
367 request = urllib2.Request(url)
606 from urllib2 import Request namespace
609 req = Request("http://www.example.com/rheum/rhaponticum;"
614 req = Request("http://www.example.com/rheum/rhaponticum?"
618 req = Request("http://www.example.com")
622 from urllib2 import Request namespace
624 req = Request("http://www.acme.com:1234/",
627 req = Request("htt
632 from urllib2 import Request namespace
838 from urllib2 import Request namespace
872 from urllib2 import Request namespace
948 from urllib2 import Request namespace
1105 from urllib2 import Request namespace
1139 from urllib2 import Request namespace
1233 from urllib2 import Request namespace
1617 from urllib2 import Request namespace
1673 from urllib2 import Request namespace
1707 from urllib2 import Request namespace
[all...]
H A Dtest_urllib2.py9 from urllib2 import Request, OpenerDirector namespace
12 # Request
53 The Request.headers dictionary is not a documented interface. It should
71 >>> Request(url, headers={"Spam-eggs": "blah"}).headers["Spam-eggs"]
73 >>> Request(url, headers={"spam-EggS": "blah"}).headers["Spam-eggs"]
76 Currently, Request(url, "Spam-eggs").headers["Spam-Eggs"] raises KeyError,
89 >>> r = Request(url, headers={"Spam-eggs": "blah"})
337 return Request("http://blah/")
375 .http_open() on another handler, which returns a Request object.
485 req = Request("htt
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_cookielib.py239 from urllib2 import Request namespace
240 req = Request(url)
367 request = urllib2.Request(url)
606 from urllib2 import Request namespace
609 req = Request("http://www.example.com/rheum/rhaponticum;"
614 req = Request("http://www.example.com/rheum/rhaponticum?"
618 req = Request("http://www.example.com")
622 from urllib2 import Request namespace
624 req = Request("http://www.acme.com:1234/",
627 req = Request("htt
632 from urllib2 import Request namespace
838 from urllib2 import Request namespace
872 from urllib2 import Request namespace
948 from urllib2 import Request namespace
1105 from urllib2 import Request namespace
1139 from urllib2 import Request namespace
1233 from urllib2 import Request namespace
1617 from urllib2 import Request namespace
1673 from urllib2 import Request namespace
1707 from urllib2 import Request namespace
[all...]
H A Dtest_urllib2.py9 from urllib2 import Request, OpenerDirector namespace
12 # Request
53 The Request.headers dictionary is not a documented interface. It should
71 >>> Request(url, headers={"Spam-eggs": "blah"}).headers["Spam-eggs"]
73 >>> Request(url, headers={"spam-EggS": "blah"}).headers["Spam-eggs"]
76 Currently, Request(url, "Spam-eggs").headers["Spam-Eggs"] raises KeyError,
89 >>> r = Request(url, headers={"Spam-eggs": "blah"})
337 return Request("http://blah/")
375 .http_open() on another handler, which returns a Request object.
485 req = Request("htt
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dtdi.h66 TDI_REQUEST Request; member in struct:_TDI_CONNECT_REQUEST
73 TDI_REQUEST Request; member in struct:_TDI_REQUEST_ACCEPT
79 TDI_REQUEST Request; member in struct:_TDI_REQUEST_LISTEN
86 TDI_REQUEST Request; member in struct:_TDI_DISCONNECT_REQUEST
91 TDI_REQUEST Request; member in struct:_TDI_REQUEST_SEND
96 TDI_REQUEST Request; member in struct:_TDI_REQUEST_RECEIVE
101 TDI_REQUEST Request; member in struct:_TDI_REQUEST_SEND_DATAGRAM
106 TDI_REQUEST Request; member in struct:_TDI_REQUEST_RECEIVE_DATAGRAM
113 TDI_REQUEST Request; member in struct:_TDI_REQUEST_SET_EVENT
148 TDI_REQUEST Request; member in struct:_TDI_REQUEST_QUERY_INFORMATION
155 TDI_REQUEST Request; member in struct:_TDI_REQUEST_SET_INFORMATION
323 TDI_REQUEST Request; member in struct:_TDI_REQUEST_ASSOCIATE
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dtdi.h66 TDI_REQUEST Request; member in struct:_TDI_CONNECT_REQUEST
73 TDI_REQUEST Request; member in struct:_TDI_REQUEST_ACCEPT
79 TDI_REQUEST Request; member in struct:_TDI_REQUEST_LISTEN
86 TDI_REQUEST Request; member in struct:_TDI_DISCONNECT_REQUEST
91 TDI_REQUEST Request; member in struct:_TDI_REQUEST_SEND
96 TDI_REQUEST Request; member in struct:_TDI_REQUEST_RECEIVE
101 TDI_REQUEST Request; member in struct:_TDI_REQUEST_SEND_DATAGRAM
106 TDI_REQUEST Request; member in struct:_TDI_REQUEST_RECEIVE_DATAGRAM
113 TDI_REQUEST Request; member in struct:_TDI_REQUEST_SET_EVENT
148 TDI_REQUEST Request; member in struct:_TDI_REQUEST_QUERY_INFORMATION
155 TDI_REQUEST Request; member in struct:_TDI_REQUEST_SET_INFORMATION
323 TDI_REQUEST Request; member in struct:_TDI_REQUEST_ASSOCIATE
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
H A Dcciss_ioctl.h42 RequestBlock_struct Request; member in struct:_IOCTL_Command_struct
50 RequestBlock_struct Request; member in struct:_BIG_IOCTL_Command_struct
/prebuilts/ndk/r10/platforms/android-10/arch-arm64/usr/include/linux/
H A Dcciss_ioctl.h56 RequestBlock_struct Request; member in struct:_IOCTL_Command_struct
65 RequestBlock_struct Request; member in struct:_BIG_IOCTL_Command_struct
/prebuilts/ndk/r10/platforms/android-10/arch-mips64/usr/include/linux/
H A Dcciss_ioctl.h56 RequestBlock_struct Request; member in struct:_IOCTL_Command_struct
65 RequestBlock_struct Request; member in struct:_BIG_IOCTL_Command_struct
/prebuilts/ndk/r10/platforms/android-10/arch-x86_64/usr/include/linux/
H A Dcciss_ioctl.h56 RequestBlock_struct Request; member in struct:_IOCTL_Command_struct
65 RequestBlock_struct Request; member in struct:_BIG_IOCTL_Command_struct
/prebuilts/ndk/r10/platforms/android-11/arch-arm64/usr/include/linux/
H A Dcciss_ioctl.h56 RequestBlock_struct Request; member in struct:_IOCTL_Command_struct
65 RequestBlock_struct Request; member in struct:_BIG_IOCTL_Command_struct
/prebuilts/ndk/r10/platforms/android-11/arch-mips64/usr/include/linux/
H A Dcciss_ioctl.h56 RequestBlock_struct Request; member in struct:_IOCTL_Command_struct
65 RequestBlock_struct Request; member in struct:_BIG_IOCTL_Command_struct
/prebuilts/ndk/r10/platforms/android-11/arch-x86_64/usr/include/linux/
H A Dcciss_ioctl.h56 RequestBlock_struct Request; member in struct:_IOCTL_Command_struct
65 RequestBlock_struct Request; member in struct:_BIG_IOCTL_Command_struct
/prebuilts/ndk/r10/platforms/android-12/arch-arm64/usr/include/linux/
H A Dcciss_ioctl.h56 RequestBlock_struct Request; member in struct:_IOCTL_Command_struct
65 RequestBlock_struct Request; member in struct:_BIG_IOCTL_Command_struct
/prebuilts/ndk/r10/platforms/android-12/arch-mips64/usr/include/linux/
H A Dcciss_ioctl.h56 RequestBlock_struct Request; member in struct:_IOCTL_Command_struct
65 RequestBlock_struct Request; member in struct:_BIG_IOCTL_Command_struct
/prebuilts/ndk/r10/platforms/android-12/arch-x86_64/usr/include/linux/
H A Dcciss_ioctl.h56 RequestBlock_struct Request; member in struct:_IOCTL_Command_struct
65 RequestBlock_struct Request; member in struct:_BIG_IOCTL_Command_struct
/prebuilts/ndk/r10/platforms/android-13/arch-arm64/usr/include/linux/
H A Dcciss_ioctl.h56 RequestBlock_struct Request; member in struct:_IOCTL_Command_struct
65 RequestBlock_struct Request; member in struct:_BIG_IOCTL_Command_struct
/prebuilts/ndk/r10/platforms/android-13/arch-mips64/usr/include/linux/
H A Dcciss_ioctl.h56 RequestBlock_struct Request; member in struct:_IOCTL_Command_struct
65 RequestBlock_struct Request; member in struct:_BIG_IOCTL_Command_struct
/prebuilts/ndk/r10/platforms/android-13/arch-x86_64/usr/include/linux/
H A Dcciss_ioctl.h56 RequestBlock_struct Request; member in struct:_IOCTL_Command_struct
65 RequestBlock_struct Request; member in struct:_BIG_IOCTL_Command_struct
/prebuilts/ndk/r10/platforms/android-14/arch-arm64/usr/include/linux/
H A Dcciss_ioctl.h56 RequestBlock_struct Request; member in struct:_IOCTL_Command_struct
65 RequestBlock_struct Request; member in struct:_BIG_IOCTL_Command_struct
/prebuilts/ndk/r10/platforms/android-14/arch-mips64/usr/include/linux/
H A Dcciss_ioctl.h56 RequestBlock_struct Request; member in struct:_IOCTL_Command_struct
65 RequestBlock_struct Request; member in struct:_BIG_IOCTL_Command_struct

Completed in 498 milliseconds

1234567891011>>