/external/v8/test/mjsunit/regress/ |
D | 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/ |
D | 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;
|
D | 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;
|
/external/webrtc/webrtc/p2p/base/ |
D | stunrequest_unittest.cc | 25 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/ |
D | http_connection_fake.cc | 51 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()
|
D | http_connection_fake.h | 53 ServerResponse response_; variable
|
/external/libbrillo/brillo/dbus/ |
D | dbus_object_test_helpers.h | 44 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/ |
D | plugin.cc | 66 : 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/ |
D | HTTPMultipartUpload.m | 106 [response_ release]; 191 [response_ release]; 192 response_ = nil; 199 returningResponse:&response_ 201 [response_ retain]; 210 return response_;
|
D | HTTPMultipartUpload.h | 43 NSHTTPURLResponse *response_; // The response from the send (STRONG) variable
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/ |
D | protorpc.js | 137 ProtoRpc.RPC.prototype.response_ = null; method in ProtoRpc.RPC 201 this.response_ = goog.json.parse(content); 247 return this.response_;
|
/external/ceres-solver/examples/ |
D | nist.cc | 189 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/ |
D | cpp_unittest.cc | 1077 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()
|