Home
last modified time | relevance | path

Searched refs:response_ (Results 1 – 13 of 13) sorted by relevance

/external/v8/test/mjsunit/regress/
Dregress-1081309.js38 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/
Ddebug-return-value.js34 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;
Ddebug-backtrace.js52 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;
/external/webrtc/webrtc/p2p/base/
Dstunrequest_unittest.cc25 request_count_(0), response_(NULL), in StunRequestTest()
35 response_ = res; in OnResponse()
39 response_ = res; in OnErrorResponse()
69 StunMessage* response_; member in StunRequestTest
107 EXPECT_TRUE(response_ == res); in TEST_F()
122 EXPECT_TRUE(response_ == res); in TEST_F()
137 EXPECT_TRUE(response_ == NULL); in TEST_F()
162 EXPECT_TRUE(response_ == res); in TEST_F()
178 EXPECT_TRUE(response_ == NULL); in TEST_F()
198 EXPECT_TRUE(response_ == res); in TEST_F()
/external/libbrillo/brillo/http/
Dhttp_connection_fake.cc51 response_.ReplyText(status_code::NotFound, in FinishRequest()
55 handler.Run(request_, &response_); in FinishRequest()
86 return response_.GetStatusCode(); in GetResponseStatusCode()
90 return response_.GetStatusText(); in GetResponseStatusText()
94 return response_.GetProtocolVersion(); in GetProtocolVersion()
99 return response_.GetHeader(header_name); in GetResponseHeader()
105 return MemoryStream::OpenRef(response_.GetData(), error); in ExtractDataStream()
Dhttp_connection_fake.h53 ServerResponse response_; variable
/external/libbrillo/brillo/dbus/
Ddbus_object_test_helpers.h44 response_.reset(response.release()); in ReceiveResponse()
47 std::unique_ptr<dbus::Response> response_; member
70 response = std::move(response_holder.response_); in CallMethod()
106 CHECK(response_holder.response_.get()) in Call()
109 ExtractMethodCallResults(response_holder.response_.get(), error, &ret_val); in Call()
133 CHECK(response_holder.response_.get())
135 ExtractMethodCallResults(response_holder.response_.get(), error);
/external/protobuf/src/google/protobuf/compiler/
Dplugin.cc66 : response_(response), in GeneratorResponseContext()
73 CodeGeneratorResponse::File* file = response_->add_file(); in Open()
80 CodeGeneratorResponse::File* file = response_->add_file(); in OpenForInsert()
91 CodeGeneratorResponse* response_; member in google::protobuf::compiler::GeneratorResponseContext
/external/google-breakpad/src/common/mac/
DHTTPMultipartUpload.m106 [response_ release];
191 [response_ release];
192 response_ = nil;
199 returningResponse:&response_
201 [response_ retain];
210 return response_;
DHTTPMultipartUpload.h43 NSHTTPURLResponse *response_; // The response from the send (STRONG) variable
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/
Dprotorpc.js137 ProtoRpc.RPC.prototype.response_ = null; method in ProtoRpc.RPC
201 this.response_ = goog.json.parse(content);
247 return this.response_;
/external/ceres-solver/examples/
Dnist.cc189 response_.resize(kNumObservations, kNumResponses); in NISTProblem()
221 response_(i, j) = std::atof(pieces[j].c_str()); in NISTProblem()
234 Matrix response() const { return response_; } in response()
237 int response_size() const { return response_.cols(); } in response_size()
244 Matrix response_; member in ceres::examples::NISTProblem
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1077 response_(NULL), in MockTestService()
1095 response_ = response; in Foo()
1108 response_ = response; in Bar()
1118 Message* response_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockTestService
1129 response_(NULL), in MockRpcChannel()
1151 response_ = response; in CallMethod()
1161 Message* response_; member in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel
1260 EXPECT_EQ(&foo_response_ , mock_service_.response_ ); in TEST_F()
1314 EXPECT_EQ(&foo_response_ , mock_channel_.response_ ); in TEST_F()