/external/libbrillo/brillo/dbus/ |
dbus_object_test_helpers.h | 44 response_.reset(response.release()); 47 std::unique_ptr<dbus::Response> response_; member in struct:brillo::dbus_utils::testing::final 70 response = std::move(response_holder.response_); 106 CHECK(response_holder.response_.get()) 109 ExtractMethodCallResults(response_holder.response_.get(), error, &ret_val); 133 CHECK(response_holder.response_.get()) 135 ExtractMethodCallResults(response_holder.response_.get(), error);
|
/external/libbrillo/brillo/http/ |
http_connection_fake.cc | 51 response_.ReplyText(status_code::NotFound, 55 handler.Run(request_, &response_); 86 return response_.GetStatusCode(); 90 return response_.GetStatusText(); 94 return response_.GetProtocolVersion(); 99 return response_.GetHeader(header_name); 105 return MemoryStream::OpenRef(response_.GetData(), error);
|
http_connection_fake.h | 53 ServerResponse response_; member in class:brillo::http::fake::Connection
|
/system/weaved/buffet/ |
http_transport_client.cc | 39 : response_{std::move(response)}, 40 data_{response_->ExtractDataAsString()} {} 43 int GetStatusCode() const override { return response_->GetStatusCode(); } 46 return response_->GetContentType(); 52 std::unique_ptr<brillo::http::Response> response_; member in class:buffet::__anon73678::ResponseImpl
|
webserv_client.cc | 38 : request_{std::move(request)}, response_{std::move(response)} {} 72 response_->ReplyWithText(status_code, data, mime_type); 83 std::unique_ptr<libwebserv::Response> response_; member in class:buffet::__anon73684::RequestImpl
|
/external/webrtc/webrtc/p2p/base/ |
stunrequest_unittest.cc | 25 request_count_(0), response_(NULL), 35 response_ = res; 39 response_ = res; 69 StunMessage* response_; member in class:StunRequestTest 107 EXPECT_TRUE(response_ == res); 122 EXPECT_TRUE(response_ == res); 137 EXPECT_TRUE(response_ == NULL); 162 EXPECT_TRUE(response_ == res); 178 EXPECT_TRUE(response_ == NULL); 198 EXPECT_TRUE(response_ == res) [all...] |
/external/google-breakpad/src/common/mac/ |
HTTPMultipartUpload.h | 43 NSHTTPURLResponse *response_; // The response from the send (STRONG) variable
|
/external/protobuf/src/google/protobuf/compiler/ |
plugin.cc | 66 : response_(response), 73 CodeGeneratorResponse::File* file = response_->add_file(); 80 CodeGeneratorResponse::File* file = response_->add_file(); 91 CodeGeneratorResponse* response_; member in class:google::protobuf::compiler::GeneratorResponseContext
|
/external/v8/test/mjsunit/regress/ |
regress-1081309.js | 38 this.response_ = eval('(' + json + ')'); 40 if (this.response_.refs) { 41 for (var i = 0; i < this.response_.refs.length; i++) { 42 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i]; 49 return this.response_; 54 return this.response_.body;
|
/external/v8/test/mjsunit/ |
debug-return-value.js | 34 this.response_ = eval('(' + json + ')'); 36 if (this.response_.refs) { 37 for (var i = 0; i < this.response_.refs.length; i++) { 38 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i]; 45 return this.response_; 50 return this.response_.body; 55 return this.response_.running;
|
debug-backtrace.js | 52 this.response_ = eval('(' + json + ')'); 54 if (this.response_.refs) { 55 for (var i = 0; i < this.response_.refs.length; i++) { 56 this.refs_[this.response_.refs[i].handle] = this.response_.refs[i]; 63 return this.response_; 68 return this.response_.body; 73 return this.response_.running;
|
/system/update_engine/ |
payload_state.cc | 101 response_ = omaha_response; 372 if (response_.disable_payload_backoff) { 386 if (response_.is_delta_payload) { 434 if (response_.is_delta_payload) { 469 if (next_url_failure_count < response_.max_failure_count_per_url) { 480 if (response_.disable_payload_backoff) { 551 if (response_.is_delta_payload) { 570 int64_t payload_size = response_.size; 716 int64_t payload_size = response_.size; 820 static_cast<uintmax_t>(response_.size) [all...] |
payload_state.h | 436 OmahaResponse response_; member in class:chromeos_update_engine::PayloadState
|
/external/ceres-solver/examples/ |
nist.cc | 189 response_.resize(kNumObservations, kNumResponses); 221 response_(i, j) = std::atof(pieces[j].c_str()); 234 Matrix response() const { return response_; } 237 int response_size() const { return response_.cols(); } 244 Matrix response_; member in class:ceres::examples::NISTProblem
|
/system/tpm/trunks/ |
tpm_generated_test.cc | 297 explicit PostResponse(const std::string& response) : response_(response) {} 300 base::Bind(callback, response_)); 304 std::string response_; member in class:trunks::PostResponse
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/ |
protorpc.js | 137 ProtoRpc.RPC.prototype.response_ = null; 201 this.response_ = goog.json.parse(content); 247 return this.response_;
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_unittest.cc | 1118 Message* response_; member in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockTestService 1161 Message* response_; member in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel [all...] |
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/ |
htmlunit-2.14.jar | |