/external/v8/test/mjsunit/regress/ |
H A 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/ |
H A 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;
|
H A 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/libbrillo/brillo/dbus/ |
H A D | 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/ |
H A D | 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);
|
H A D | http_connection_fake.h | 53 ServerResponse response_; member in class:brillo::http::fake::Connection
|
/external/webrtc/webrtc/p2p/base/ |
H A D | 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_ [all...] |
/external/google-breakpad/src/common/mac/ |
H A D | HTTPMultipartUpload.h | 43 NSHTTPURLResponse *response_; // The response from the send (STRONG) variable
|
/external/protobuf/src/google/protobuf/compiler/ |
H A D | 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/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/ |
H A D | protorpc.js | 137 ProtoRpc.RPC.prototype.response_ = null; 201 this.response_ = goog.json.parse(content); 247 return this.response_;
|
/external/ceres-solver/examples/ |
H A D | 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
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_unittest.cc | 1077 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 D | gwt-dev.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ... |