Searched refs:request_path (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/examples/peerconnection/server/ |
D | main.cc | 47 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()
|
D | data_socket.h | 73 const std::string& request_path() const { return request_path_; } in request_path() function
|
D | peer_channel.cc | 215 const std::string& path = ds->request_path(); in IsTargetedRequest()
|
/external/llvm-project/lldb/tools/lldb-vscode/ |
D | JSONUtils.h | 212 llvm::Optional<llvm::StringRef> request_path = llvm::None, 238 llvm::Optional<llvm::StringRef> request_path = llvm::None,
|
D | JSONUtils.cpp | 286 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/ |
D | cookielib.py | 625 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/ |
D | test_cookielib.py | 635 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/ |
D | cookiejar.py | 640 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/ |
D | test_http_cookiejar.py | 15 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/ |
D | upload.py | 306 def Send(self, request_path, payload=None, argument 335 url = "http://%s%s" % (self.host, request_path)
|
/external/python/cryptography/tests/x509/ |
D | test_x509.py | 1427 def test_public_bytes_match(self, request_path, loader_func, encoding, argument 1430 request_path, lambda pemfile: pemfile.read(), mode="rb"
|