/external/webrtc/webrtc/examples/peerconnection/server/ |
D | data_socket.h | 65 method_(INVALID), in DataSocket() 74 bool headers_received() const { return method_ != INVALID; } in headers_received() 76 RequestMethod method() const { return method_; } in method() 88 return headers_received() && (method_ != POST || data_received()); in request_received() 92 return method_ != POST || data_.length() >= content_length_; in data_received() 135 RequestMethod method_;
|
D | data_socket.cc | 99 if (method_ != POST) { in OnDataAvailable() 156 method_ = INVALID; in Clear() 166 assert(method_ == INVALID); in ParseHeaders() 174 assert(method_ != INVALID); in ParseHeaders() 177 if (method_ == POST) { in ParseHeaders() 204 method_ = supported_methods[i].id; in ParseMethodAndPath()
|
/external/webp/src/dec/ |
D | alpha.c | 63 dec->method_ = (data[0] >> 0) & 0x03; in ALPHInit() 67 if (dec->method_ < ALPHA_NO_COMPRESSION || in ALPHInit() 68 dec->method_ > ALPHA_LOSSLESS_COMPRESSION || in ALPHInit() 75 if (dec->method_ == ALPHA_NO_COMPRESSION) { in ALPHInit() 79 assert(dec->method_ == ALPHA_LOSSLESS_COMPRESSION); in ALPHInit() 96 if (alph_dec->method_ == ALPHA_NO_COMPRESSION) { in ALPHDecode()
|
D | alphai.h | 30 int method_; member
|
/external/webrtc/webrtc/common_video/libyuv/ |
D | scaler.cc | 21 : method_(kScaleBox), in Scaler() 45 method_ = method; in Set() 96 libyuv::FilterMode(method_)); in Scale()
|
/external/libbrillo/brillo/http/ |
D | http_connection_curl.cc | 58 method_(method), in Connection() 64 VLOG(2) << "curl::Connection created: " << method_; in Connection() 97 if (method_ != request_type::kGet) { in PrepareRequest() 105 if (method_ == request_type::kPut) { in PrepareRequest() 141 if (method_ != request_type::kHead) { in PrepareRequest()
|
D | http_request.cc | 110 : transport_(transport), request_url_(url), method_(method) { in Request() 221 return method_; in GetRequestMethod() 247 if (method_ != request_type::kHead) { in SendRequestIfNeeded() 270 if (method_ != request_type::kGet && method_ != request_type::kHead) { in SendRequestIfNeeded() 275 request_url_, method_, headers, user_agent_, referer_, error); in SendRequestIfNeeded()
|
D | http_transport_fake.h | 165 const std::string& GetMethod() const { return method_; } in GetMethod() 176 std::string method_; variable
|
D | http_connection_curl.h | 69 std::string method_; variable
|
D | http_request.h | 308 const std::string method_; variable
|
D | http_transport_fake.cc | 217 : method_(method) { in ServerRequest()
|
/external/libweave/third_party/chromium/base/ |
D | bind_internal.h | 174 : method_(method) { 178 return (object->*method_)(CallbackForward(args)...); 182 R (T::*method_)(Args...); 193 : method_(method) { 198 return (object->*method_)(CallbackForward(args)...); 202 R (T::*method_)(Args...) const;
|
/external/libchrome/base/ |
D | bind_internal.h | 174 : method_(method) { 178 return (object->*method_)(CallbackForward(args)...); 182 R (T::*method_)(Args...); 193 : method_(method) { 198 return (object->*method_)(CallbackForward(args)...); 202 R (T::*method_)(Args...) const;
|
/external/webrtc/webrtc/base/ |
D | bind.h | 138 : method_(method), object_(object) {} 140 return (object_->*method_)(); } 142 MethodT method_; 205 : method_(method), object_(object), 208 return (object_->*method_)(p1_); } 210 MethodT method_; 287 : method_(method), object_(object), 291 return (object_->*method_)(p1_, p2_); } 293 MethodT method_; 384 : method_(method), object_(object), [all …]
|
D | bind.h.pump | 141 : method_(method), object_(object)$for j [[, 144 return (object_->*method_)($for j , [[p$(j)_]]); } 146 MethodT method_;
|
/external/protobuf/src/google/protobuf/stubs/ |
D | common.h | 891 : object_(object), method_(method), self_deleting_(self_deleting) {} in MethodClosure0() 896 (object_->*method_)(); in Run() 902 MethodType method_; variable 936 : object_(object), method_(method), self_deleting_(self_deleting), in MethodClosure1() 942 (object_->*method_)(arg1_); in Run() 948 MethodType method_; variable 984 : object_(object), method_(method), self_deleting_(self_deleting), in MethodClosure2() 990 (object_->*method_)(arg1_, arg2_); in Run() 996 MethodType method_; variable
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | analysis.c | 238 (it->enc_->method_ >= FAST_ANALYSIS_METHOD) ? MAX_INTRA16_MODE in MBAnalyzeBestIntra16Mode() 266 (it->enc_->method_ >= FAST_ANALYSIS_METHOD) ? MAX_INTRA4_MODE in MBAnalyzeBestIntra4Mode() 310 (it->enc_->method_ >= FAST_ANALYSIS_METHOD) ? MAX_UV_MODE in MBAnalyzeBestUVMode() 341 if (enc->method_ >= 5) { in MBAnalyze() 396 (enc->method_ == 0); // for method 0, we need preds_[] to be filled. in VP8EncAnalyze()
|
/external/webp/src/enc/ |
D | config.c | 158 uint8_t method_; member 168 config->method = kLosslessPresets[level].method_; in WebPConfigLosslessPreset()
|
D | analysis.c | 343 if (enc->method_ >= 5) { in MBAnalyze() 451 (enc->method_ == 0); // for method 0, we need preds_[] to be filled. in VP8EncAnalyze()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_sender.cc | 149 method_(RtcpMode::kOff), in RTCPSender() 207 return method_; in Status() 212 method_ = method; in SetRTCPStatus() 232 if (method_ != RtcpMode::kOff) { in SetSendingStatus() 411 if (method_ == RtcpMode::kOff) in TimeToSendRTCPReport() 806 if (method_ == RtcpMode::kOff) { in SendCompoundRTCP() 865 (ConsumeFlag(kRtcpReport) && method_ == RtcpMode::kReducedSize) || in PrepareReport() 866 method_ == RtcpMode::kCompound; in PrepareReport()
|
D | rtcp_sender.h | 204 RtcpMode method_ GUARDED_BY(critical_section_rtcp_sender_);
|
/external/opencv3/modules/videostab/include/opencv2/videostab/ |
D | inpainting.hpp | 191 int method_; member in cv::videostab::ColorInpainter 197 : method_(_method), radius_(_radius) {} in ColorInpainter()
|
/external/webrtc/webrtc/common_video/libyuv/include/ |
D | scaler.h | 58 ScaleMethod method_; variable
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 1074 method_(""), in MockTestService() 1092 method_ = "Foo"; in Foo() 1105 method_ = "Bar"; in Bar() 1115 string method_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockTestService 1126 method_(NULL), in MockRpcChannel() 1148 method_ = method; in CallMethod() 1158 const MethodDescriptor* method_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel 1257 EXPECT_EQ("Foo" , mock_service_.method_ ); in TEST_F() 1269 EXPECT_EQ("Bar", mock_service_.method_); in TEST_F() 1311 EXPECT_EQ(foo_ , mock_channel_.method_ ); in TEST_F() [all …]
|
/external/libweave/src/ |
D | device_registration_info.cc | 124 : method_{method}, url_{url}, transport_{transport} {} in RequestSender() 130 << " method:" << EnumToString(method_) << " url:" << url_; in Send() 146 transport_->SendRequest(method_, url_, GetFullHeaders(), data_, in Send() 180 HttpClient::Method method_; member in weave::__anonb65e84af0111::RequestSender
|