HomeSort by relevance Sort by last modified time
    Searched defs:response_ (Results 1 - 12 of 12) sorted by null

  /external/google-breakpad/src/common/mac/
HTTPMultipartUpload.h 43 NSHTTPURLResponse *response_; // The response from the send (STRONG) variable
  /external/libbrillo/brillo/http/
http_connection_fake.h 53 ServerResponse response_; member in class:brillo::http::fake::Connection
  /external/libbrillo/brillo/dbus/
dbus_object_test_helpers.h 44 response_ = std::move(response);
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);
  /system/core/libappfuse/tests/
FuseBridgeLoopTest.cc 51 FuseResponse response_; member in class:android::fuse::__anon114211::FuseBridgeLoopTest
73 memset(&response_, 0, sizeof(FuseResponse));
74 ASSERT_TRUE(response_.Read(dev_sockets_[0]));
75 EXPECT_EQ(-ENOSYS, response_.header.error);
92 memset(&response_, 0, sizeof(FuseResponse));
93 response_.header.len = sizeof(fuse_out_header);
94 response_.header.unique = opcode; // Use opcode as unique.
95 response_.header.error = kFuseSuccess;
96 ASSERT_TRUE(response_.Write(proxy_sockets_[1]));
98 memset(&response_, 0, sizeof(FuseResponse))
    [all...]
FuseAppLoopTest.cc 89 FuseResponse response_; member in class:android::fuse::__anon114210::FuseAppLoopTest
106 ASSERT_TRUE(response_.Read(sockets_[0]));
110 EXPECT_EQ(kFuseSuccess, response_.header.error);
112 response_.header.len);
113 EXPECT_EQ(1u, response_.header.unique);
141 ASSERT_TRUE(response_.Read(sockets_[0].get()));
143 EXPECT_EQ(kFuseSuccess, response_.header.error);
145 response_.header.len);
146 EXPECT_EQ(1u, response_.header.unique);
148 EXPECT_EQ(10u, response_.entry_out.nodeid)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.cc 67 : response_(response),
74 CodeGeneratorResponse::File* file = response_->add_file();
81 CodeGeneratorResponse::File* file = response_->add_file();
92 CodeGeneratorResponse* response_; member in class:google::protobuf::compiler::GeneratorResponseContext
  /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...]
  /system/tpm/trunks/
tpm_generated_test.cc 300 explicit PostResponse(const std::string& response) : response_(response) {}
303 base::Bind(callback, response_));
307 std::string response_; member in class:trunks::PostResponse
  /system/update_engine/
payload_state.h 450 OmahaResponse response_; member in class:chromeos_update_engine::PayloadState
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 1174 Message* response_; member in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockTestService
1217 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 
  /prebuilts/tools/common/bazel/formc-deps/
jps-builders.jar 

Completed in 174 milliseconds