HomeSort by relevance Sort by last modified time
    Searched refs:reply_text (Results 1 - 6 of 6) sorted by null

  /external/grpc-grpc/src/php/tests/unit_tests/
EndToEndTest.php 135 $reply_text = 'reply:client_server_full_request_response'; variable
158 Grpc\OP_SEND_MESSAGE => ['message' => $reply_text],
181 $this->assertSame($reply_text, $event->message);
198 $reply_text = 'reply:client_server_full_request_response'; variable
219 $reply_text = 'reply:client_server_full_request_response'; variable
240 $reply_text = 'reply:client_server_full_request_response'; variable
263 $reply_text = 'reply:client_server_full_request_response'; variable
286 Grpc\OP_SEND_MESSAGE => ['message' => $reply_text],
304 $reply_text = 'reply:client_server_full_request_response'; variable
327 Grpc\OP_SEND_MESSAGE => ['message' => $reply_text],
345 $reply_text = 'reply:client_server_full_request_response'; variable
385 $reply_text = 'reply:client_server_full_request_response'; variable
426 $reply_text = 'reply:client_server_full_request_response'; variable
466 $reply_text = 'reply:client_server_full_request_response'; variable
485 $reply_text = 'reply:client_server_full_request_response'; variable
    [all...]
SecureEndToEndTest.php 153 $reply_text = 'reply:client_server_full_request_response'; variable
177 Grpc\OP_SEND_MESSAGE => ['message' => $reply_text],
200 $this->assertSame($reply_text, $event->message);
  /external/libbrillo/brillo/http/
http_transport_fake.cc 122 const std::string& reply_text,
125 const std::string& reply_text,
129 response->ReplyText(status_code, reply_text, mime_type);
132 url, method, base::Bind(handler, status_code, reply_text, mime_type));
http_transport_fake.h 57 const std::string& reply_text,
  /external/grpc-grpc/src/ruby/spec/
client_server_spec.rb 21 let(:reply_text) { 'the reply' }
128 CallOps::SEND_MESSAGE => reply_text,
143 expect(final_client_batch.message).to eq(reply_text)
249 CallOps::SEND_MESSAGE => reply_text,
266 expect(final_client_batch.message).to eq reply_text
  /external/libchrome/ipc/
ipc_sync_channel_unittest.cc 848 const std::string& reply_text)
850 reply_text_(reply_text) {
    [all...]

Completed in 237 milliseconds