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

/external/v8/test/mjsunit/regress/
H A 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/
H A 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;
H A 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/libbrillo/brillo/dbus/
H A Ddbus_object_test_helpers.h44 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/
H A Dhttp_connection_fake.cc51 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);
H A Dhttp_connection_fake.h53 ServerResponse response_; member in class:brillo::http::fake::Connection
/external/webrtc/webrtc/p2p/base/
H A Dstunrequest_unittest.cc25 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_
[all...]
/external/google-breakpad/src/common/mac/
H A DHTTPMultipartUpload.h43 NSHTTPURLResponse *response_; // The response from the send (STRONG) variable
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.cc66 : 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/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/
H A Dprotorpc.js137 ProtoRpc.RPC.prototype.response_ = null;
201 this.response_ = goog.json.parse(content);
247 return this.response_;
/external/ceres-solver/examples/
H A Dnist.cc189 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
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc1077 response_(NULL),
1095 response_ = response;
1108 response_ = response;
1118 Message* response_; member in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockTestService
1129 response_(NULL),
1151 response_ = response;
1161 Message* response_; member in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel
1260 EXPECT_EQ(&foo_response_ , mock_service_.response_ );
1314 EXPECT_EQ(&foo_response_ , mock_channel_.response_ );
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 5273 milliseconds