Home
last modified time | relevance | path

Searched refs:request_path (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/examples/peerconnection/server/
Dmain.cc47 const std::string& path = ds->request_path(); in HandleBrowserRequest()
62 printf("Received an invalid request: %s\n", ds->request_path().c_str()); in HandleBrowserRequest()
128 printf("No member found for: %s\n", s->request_path().c_str()); in main()
143 s->request_path().c_str()); in main()
Ddata_socket.h73 const std::string& request_path() const { return request_path_; } in request_path() function
Dpeer_channel.cc215 const std::string& path = ds->request_path(); in IsTargetedRequest()
/external/llvm-project/lldb/tools/lldb-vscode/
DJSONUtils.h212 llvm::Optional<llvm::StringRef> request_path = llvm::None,
238 llvm::Optional<llvm::StringRef> request_path = llvm::None,
DJSONUtils.cpp286 llvm::Optional<llvm::StringRef> request_path, in CreateBreakpoint() argument
316 if (request_path) in CreateBreakpoint()
317 object.try_emplace("source", CreateSource(*request_path)); in CreateBreakpoint()
418 llvm::Optional<llvm::StringRef> request_path, in AppendBreakpoint() argument
420 breakpoints.emplace_back(CreateBreakpoint(bp, request_path, request_line)); in AppendBreakpoint()
/external/python/cpython2/Lib/
Dcookielib.py625 def request_path(request): function
984 req_path = request_path(request)
1184 req_path = request_path(request)
1487 path = request_path(request)
/external/python/cpython2/Lib/test/
Dtest_cookielib.py635 from cookielib import request_path
639 self.assertEqual(request_path(req),
644 self.assertEqual(request_path(req), "/rheum/rhaponticum")
647 self.assertEqual(request_path(req), "/")
/external/python/cpython3/Lib/http/
Dcookiejar.py640 def request_path(request): function
999 req_path = request_path(request)
1208 req_path = request_path(request)
1512 path = request_path(request)
/external/python/cpython3/Lib/test/
Dtest_http_cookiejar.py15 reach, is_HDN, domain_match, user_domain_match, request_path,
734 self.assertEqual(request_path(req),
740 self.assertEqual(request_path(req), "/rheum/rhaponticum")
743 self.assertEqual(request_path(req), "/")
/external/googletest/googletest/scripts/
Dupload.py306 def Send(self, request_path, payload=None, argument
335 url = "http://%s%s" % (self.host, request_path)
/external/python/cryptography/tests/x509/
Dtest_x509.py1427 def test_public_bytes_match(self, request_path, loader_func, encoding, argument
1430 request_path, lambda pemfile: pemfile.read(), mode="rb"