Home
last modified time | relevance | path

Searched defs:status_codes (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/cachecontrol/
Dcontroller.py40 self, cache=None, cache_etags=True, serializer=None, status_codes=None argument
278 def cache_response(self, request, response, body=None, status_codes=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/cachecontrol/
Dcontroller.py40 self, cache=None, cache_etags=True, serializer=None, status_codes=None argument
278 def cache_response(self, request, response, body=None, status_codes=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/cachecontrol/
Dcontroller.py40 self, cache=None, cache_etags=True, serializer=None, status_codes=None argument
278 def cache_response(self, request, response, body=None, status_codes=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/cachecontrol/
Dcontroller.py40 self, cache=None, cache_etags=True, serializer=None, status_codes=None argument
278 def cache_response(self, request, response, body=None, status_codes=None): argument
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/
Dstatus.rs297 macro_rules! status_codes { macro
/aosp_15_r20/external/federated-compute/fcp/client/opstats/
H A Dpds_backed_opstats_db_test.cc258 std::set<absl::StatusCode> status_codes; in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/
Dmod.rs50 macro_rules! status_codes { macro