/third_party/cef/libcef_dll/cpptoc/ |
D | resource_handler_cpptoc.cc | 98 int64* response_length, in resource_handler_get_response_headers() argument 112 DCHECK(response_length); in resource_handler_get_response_headers() 113 if (!response_length) in resource_handler_get_response_headers() 121 int64 response_lengthVal = response_length ? *response_length : 0; in resource_handler_get_response_headers() 130 if (response_length) in resource_handler_get_response_headers() 131 *response_length = response_lengthVal; in resource_handler_get_response_headers()
|
/third_party/cef/libcef/browser/net/ |
D | internal_scheme_handler.cc | 70 int64& response_length, in GetResponseHeaders() argument 72 response_length = 0; in GetResponseHeaders() 111 int64& response_length, in GetResponseHeaders() argument 113 response_length = size_; in GetResponseHeaders()
|
/third_party/cef/libcef_dll/wrapper/ |
D | cef_stream_resource_handler.cc | 49 int64& response_length, in GetResponseHeaders() argument 60 response_length = stream_ ? -1 : 0; in GetResponseHeaders()
|
/third_party/cef/tests/cefclient/browser/ |
D | scheme_test.cc | 81 int64& response_length, in GetResponseHeaders() argument 91 response_length = data_.length(); in GetResponseHeaders()
|
/third_party/cef/libcef/browser/net_service/ |
D | resource_handler_wrapper.cc | 460 int64_t response_length = -1; in GetResponseHeaders() local 462 handler->GetResponseHeaders(response, response_length, redirect_url); in GetResponseHeaders() 492 if (response_length >= 0 && *content_length == -1) in GetResponseHeaders() 493 *content_length = response_length; in GetResponseHeaders()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | resource_handler_ctocpp.cc | 93 int64& response_length, in GetResponseHeaders() argument 110 &response_length, in GetResponseHeaders()
|
D | resource_handler_ctocpp.h | 44 int64& response_length,
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_eu_emit.c | 478 unsigned response_length; in brw_set_math_message() local 497 response_length = 2; in brw_set_math_message() 500 response_length = 1; in brw_set_math_message() 505 devinfo, msg_length, response_length, false)); in brw_set_math_message() 520 unsigned response_length, in brw_set_ff_sync_message() argument 526 devinfo, 1, response_length, true)); in brw_set_ff_sync_message() 543 unsigned response_length, in brw_set_urb_message() argument 554 devinfo, msg_length, response_length, true)); in brw_set_urb_message() 2457 unsigned response_length, in brw_fb_WRITE() argument 2494 brw_message_desc(devinfo, msg_length, response_length, in brw_fb_WRITE() [all …]
|
D | brw_eu.h | 298 unsigned response_length, in ALU2() 303 SET_BITS(response_length, 24, 20) | in ALU2() 307 SET_BITS(response_length, 19, 16)); in ALU2() 1562 unsigned response_length, 1597 unsigned response_length, 1613 unsigned response_length, 1623 unsigned response_length, 1633 unsigned response_length, 1799 unsigned response_length);
|
/third_party/cef/include/wrapper/ |
D | cef_stream_resource_handler.h | 71 int64& response_length,
|
/third_party/cef/include/capi/ |
D | cef_resource_handler_capi.h | 148 int64* response_length,
|
/third_party/cef/include/ |
D | cef_resource_handler.h | 139 int64& response_length,
|
/third_party/cef/tests/ceftests/ |
D | urlrequest_unittest.cc | 600 int64& response_length, in GetResponseHeaders() argument 604 response_length = response_data_.length(); in GetResponseHeaders() 683 int64& response_length, in GetResponseHeaders() argument 687 response_length = response_data_.length() - offset_; in GetResponseHeaders() 785 int64& response_length, in GetResponseHeaders() argument 797 response_length = 0; in GetResponseHeaders() 859 int64& response_length, in GetResponseHeaders() argument 871 response_length = 0; in GetResponseHeaders() 951 int64& response_length, in GetResponseHeaders() argument 967 response_length = static_cast<int64>(settings_->response_data.size()); in GetResponseHeaders() [all …]
|
D | download_unittest.cc | 67 int64& response_length, in GetResponseHeaders() argument 69 response_length = content_.size(); in GetResponseHeaders()
|
D | scheme_handler_unittest.cc | 330 int64& response_length, in GetResponseHeaders() argument 346 response_length = test_results_->sub_html.size(); in GetResponseHeaders() 357 response_length = test_results_->html.size(); in GetResponseHeaders() 519 int64& response_length, in GetResponseHeaders() argument 535 response_length = test_results_->sub_html.size(); in GetResponseHeaders() 546 response_length = test_results_->html.size(); in GetResponseHeaders()
|
D | navigation_unittest.cc | 747 int64& response_length, in GetResponseHeaders() argument 755 response_length = content_.size(); in GetResponseHeaders() 2879 int64& response_length, in GetResponseHeaders() argument 2883 response_length = 100; in GetResponseHeaders() 3098 int64& response_length, in GetResponseHeaders() argument 3105 response_length = content_.size(); in GetResponseHeaders()
|
D | cookie_unittest.cc | 752 int64& response_length, in GetResponseHeaders() argument 754 response_length = content_.size(); in GetResponseHeaders() 1137 int64& response_length, in GetResponseHeaders() argument 1149 response_length = data_->response_data.length(); in GetResponseHeaders()
|
D | resource_request_handler_unittest.cc | 132 int64& response_length, in GetResponseHeaders() argument 141 response_length = -1; in GetResponseHeaders() 265 int64& response_length, in GetResponseHeaders() argument 275 response_length = 100; in GetResponseHeaders() 368 int64& response_length, in GetResponseHeaders() argument 378 response_length = 100; in GetResponseHeaders()
|
/third_party/python/Lib/test/ |
D | test_xmlrpc.py | 1166 self.response_length=int(response.getheader("content-length", 0)) 1207 a = t.response_length 1211 b = t.response_length
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 67096 ssize_t response_length; member
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 69272 + int64& response_length, 69287 + response_length = -1; 69289 + response_length = data_.length(); 69354 + int64& response_length,
|