Home
last modified time | relevance | path

Searched refs:GPR_INFO (Results 1 – 25 of 265) sorted by relevance

1234567891011

/external/grpc-grpc/test/cpp/qps/
Dqps_worker.cc51 gpr_log(GPR_INFO, "Starting client of type %s %s %d", in CreateClient()
70 gpr_log(GPR_INFO, "Starting server of type %s", in CreateServer()
114 gpr_log(GPR_INFO, "RunClient: Returning"); in RunClient()
128 gpr_log(GPR_INFO, "RunServer: Returning"); in RunServer()
189 gpr_log(GPR_INFO, "RunClientBody: about to create client"); in RunClientBody()
194 gpr_log(GPR_INFO, "RunClientBody: client created"); in RunClientBody()
199 gpr_log(GPR_INFO, "RunClientBody: creation status reported"); in RunClientBody()
201 gpr_log(GPR_INFO, "RunClientBody: Message read"); in RunClientBody()
203 gpr_log(GPR_INFO, "RunClientBody: Message is not a mark!"); in RunClientBody()
210 gpr_log(GPR_INFO, "RunClientBody: Mark response given"); in RunClientBody()
[all …]
Dreport.cc82 gpr_log(GPR_INFO, "QPS: %.1f", result.summary().qps()); in ReportQPS()
84 gpr_log(GPR_INFO, "failed requests/second: %.1f", in ReportQPS()
86 gpr_log(GPR_INFO, "successful requests/second: %.1f", in ReportQPS()
122 gpr_log(GPR_INFO, "QPS: %.1f (%.1f/server core)", result.summary().qps(), in ReportQPSPerCore()
127 gpr_log(GPR_INFO, in ReportLatency()
137 gpr_log(GPR_INFO, "Server system time: %.2f%%", in ReportTimes()
139 gpr_log(GPR_INFO, "Server user time: %.2f%%", in ReportTimes()
141 gpr_log(GPR_INFO, "Client system time: %.2f%%", in ReportTimes()
143 gpr_log(GPR_INFO, "Client user time: %.2f%%", in ReportTimes()
148 gpr_log(GPR_INFO, "Server CPU usage: %.2f%%", in ReportCpuUsage()
[all …]
/external/grpc-grpc/src/core/lib/iomgr/
Dcall_combiner.cc67 gpr_log(GPR_INFO, in grpc_call_combiner_start()
76 gpr_log(GPR_INFO, " size: %" PRIdPTR " -> %" PRIdPTR, prev_size, in grpc_call_combiner_start()
85 gpr_log(GPR_INFO, " EXECUTING IMMEDIATELY"); in grpc_call_combiner_start()
91 gpr_log(GPR_INFO, " QUEUING"); in grpc_call_combiner_start()
104 gpr_log(GPR_INFO, in grpc_call_combiner_stop()
111 gpr_log(GPR_INFO, " size: %" PRIdPTR " -> %" PRIdPTR, prev_size, in grpc_call_combiner_stop()
118 gpr_log(GPR_INFO, " checking queue"); in grpc_call_combiner_stop()
127 gpr_log(GPR_INFO, " queue returned no result; checking again"); in grpc_call_combiner_stop()
132 gpr_log(GPR_INFO, " EXECUTING FROM QUEUE: closure=%p error=%s", in grpc_call_combiner_stop()
139 gpr_log(GPR_INFO, " queue empty"); in grpc_call_combiner_stop()
[all …]
Dtimer_manager.cc85 gpr_log(GPR_INFO, "Spawn timer thread"); in start_timer_thread_and_unlock()
111 gpr_log(GPR_INFO, "kick untimed waiter"); in run_some_timers()
119 gpr_log(GPR_INFO, "flush exec_ctx"); in run_some_timers()
175 gpr_log(GPR_INFO, "sleep for a %" PRId64 " milliseconds", wait_time); in wait_until()
183 gpr_log(GPR_INFO, "sleep until kicked"); in wait_until()
190 gpr_log(GPR_INFO, "wait ended: was_timed:%d kicked:%d", in wait_until()
235 gpr_log(GPR_INFO, "timers not checked: expect another thread to"); in timer_main_loop()
261 gpr_log(GPR_INFO, "End timer thread"); in timer_thread_cleanup()
302 gpr_log(GPR_INFO, "stop timer threads: threaded=%d", g_threaded); in stop_threads()
308 gpr_log(GPR_INFO, "num timer threads: %d", g_thread_count); in stop_threads()
[all …]
Dtcp_posix.cc154 gpr_log(GPR_INFO, "BACKUP_POLLER:%p destroy", p); in done_poller()
163 gpr_log(GPR_INFO, "BACKUP_POLLER:%p run", p); in run_poller()
179 gpr_log(GPR_INFO, "BACKUP_POLLER:%p done cas_ok=%d", p, cas_ok); in run_poller()
183 gpr_log(GPR_INFO, "BACKUP_POLLER:%p shutdown", p); in run_poller()
190 gpr_log(GPR_INFO, "BACKUP_POLLER:%p reschedule", p); in run_poller()
201 gpr_log(GPR_INFO, "BACKUP_POLLER:%p uncover cnt %d->%d", p, in drop_uncovered()
212 gpr_log(GPR_INFO, "BACKUP_POLLER: cover cnt %d->%d", in cover_self()
220 gpr_log(GPR_INFO, "BACKUP_POLLER:%p create", p); in cover_self()
235 gpr_log(GPR_INFO, "BACKUP_POLLER:%p add %p", p, tcp); in cover_self()
245 gpr_log(GPR_INFO, "TCP:%p notify_on_read", tcp); in notify_on_read()
[all …]
Dtimer_generic.cc365 gpr_log(GPR_INFO, "TIMER %p: SET %" PRId64 " now %" PRId64 " call %p[%p]", in timer_init()
401 gpr_log(GPR_INFO, in timer_init()
423 gpr_log(GPR_INFO, " .. old shard min_deadline=%" PRId64, in timer_init()
467 gpr_log(GPR_INFO, "TIMER %p: CANCEL pending=%s", timer, in timer_cancel()
508 gpr_log(GPR_INFO, " .. shard[%d]->queue_deadline_cap --> %" PRId64, in refill_heap()
516 gpr_log(GPR_INFO, " .. add timer with deadline %" PRId64 " to heap", in refill_heap()
533 gpr_log(GPR_INFO, " .. shard[%d]: heap_empty=%s", in pop_one()
543 gpr_log(GPR_INFO, in pop_one()
549 gpr_log(GPR_INFO, "TIMER %p: FIRE %" PRId64 "ms late via %s scheduler", in pop_one()
573 gpr_log(GPR_INFO, " .. shard[%d] popped %" PRIdPTR, in pop_timers()
[all …]
Dcombiner.cc87 GRPC_COMBINER_TRACE(gpr_log(GPR_INFO, "C:%p create", lock)); in grpc_combiner_create()
92 GRPC_COMBINER_TRACE(gpr_log(GPR_INFO, "C:%p really_destroy", lock)); in really_destroy()
101 GPR_INFO, "C:%p really_destroy old_state=%" PRIdPTR, lock, old_state)); in start_destroy()
163 GRPC_COMBINER_TRACE(gpr_log(GPR_INFO, in combiner_exec()
207 GRPC_COMBINER_TRACE(gpr_log(GPR_INFO, "C:%p queue_offload", lock)); in queue_offload()
222 GRPC_COMBINER_TRACE(gpr_log(GPR_INFO, in grpc_combiner_continue_exec_ctx()
246 gpr_log(GPR_INFO, "C:%p maybe_finish_one n=%p", lock, n)); in grpc_combiner_continue_exec_ctx()
270 gpr_log(GPR_INFO, "C:%p execute_final[%d] c=%p", lock, loops, c)); in grpc_combiner_continue_exec_ctx()
288 gpr_log(GPR_INFO, "C:%p finish old_state=%" PRIdPTR, lock, old_state)); in grpc_combiner_continue_exec_ctx()
331 GPR_INFO, "C:%p grpc_combiner_execute_finally c=%p; ac=%p", lock, closure, in combiner_finally_exec()
Dev_epoll1_linux.cc116 gpr_log(GPR_INFO, "grpc epoll fd: %d", g_epoll_set.epfd); in epoll_set_init()
720 gpr_log(GPR_INFO, "ps: %p poll got %d events", ps, r); in do_epoll_wait()
740 gpr_log(GPR_INFO, "PS:%p BEGIN_STARTS:%p", pollset, worker); in begin_worker()
759 gpr_log(GPR_INFO, "PS:%p BEGIN_REORG:%p kick_state=%s is_reassigning=%d", in begin_worker()
811 gpr_log(GPR_INFO, "PS:%p BEGIN_WAIT:%p kick_state=%s shutdown=%d", in begin_worker()
828 gpr_log(GPR_INFO, in begin_worker()
871 gpr_log(GPR_INFO, " .. choose next poller to be %p", in check_neighborhood_for_available_poller()
882 gpr_log(GPR_INFO, " .. beaten to choose next poller"); in check_neighborhood_for_available_poller()
900 gpr_log(GPR_INFO, " .. mark pollset %p inactive", inspect); in check_neighborhood_for_available_poller()
920 gpr_log(GPR_INFO, "PS:%p END_WORKER:%p", pollset, worker); in end_worker()
[all …]
Dtcp_custom.cc128 gpr_log(GPR_INFO, "TCP:%p call_cb %p %p:%p", tcp->socket, cb, cb->cb, in call_read_cb()
132 gpr_log(GPR_INFO, "read: error=%s", str); in call_read_cb()
137 gpr_log(GPR_INFO, "READ %p (peer=%s): %s", tcp, tcp->peer_string, dump); in call_read_cb()
174 gpr_log(GPR_INFO, "TCP:%p read_allocation_done: %s", tcp->socket, in tcp_read_allocation_done()
191 gpr_log(GPR_INFO, "Initiating read on %p: error=%s", tcp->socket, str); in tcp_read_allocation_done()
217 gpr_log(GPR_INFO, "write complete on %p: error=%s", tcp->socket, str); in custom_write_callback()
234 gpr_log(GPR_INFO, "WRITE %p (peer=%s): %s", tcp->socket, tcp->peer_string, in endpoint_write()
286 gpr_log(GPR_INFO, "TCP %p shutdown why=%s", tcp->socket, str); in endpoint_shutdown()
348 gpr_log(GPR_INFO, "Creating TCP endpoint %p", socket); in custom_tcp_endpoint_create()
/external/grpc-grpc/test/core/surface/
Dcompletion_queue_threading_test.cc30 #define LOG_TEST(x) gpr_log(GPR_INFO, "%s", x)
147 gpr_log(GPR_INFO, "producer %d started", opt->id); in producer_thread()
151 gpr_log(GPR_INFO, "producer %d phase 1", opt->id); in producer_thread()
156 gpr_log(GPR_INFO, "producer %d phase 1 done", opt->id); in producer_thread()
160 gpr_log(GPR_INFO, "producer %d phase 2", opt->id); in producer_thread()
170 gpr_log(GPR_INFO, "producer %d phase 2 done", opt->id); in producer_thread()
178 gpr_log(GPR_INFO, "consumer %d started", opt->id); in consumer_thread()
182 gpr_log(GPR_INFO, "consumer %d phase 1", opt->id); in consumer_thread()
184 gpr_log(GPR_INFO, "consumer %d phase 1 done", opt->id); in consumer_thread()
188 gpr_log(GPR_INFO, "consumer %d phase 2", opt->id); in consumer_thread()
[all …]
/external/grpc-grpc/test/core/gpr/
Dlog_test.cc59 gpr_log(GPR_INFO, "%s", "hello world"); in main()
64 gpr_log_message(GPR_INFO, "hello 1 2 3"); in main()
65 gpr_log(GPR_INFO, "hello %d %d %d", 1, 2, 3); in main()
74 test_log_function_unreached(GPR_INFO); in main()
81 test_log_function_unreached(GPR_INFO); in main()
86 test_log_function_reached(GPR_INFO); in main()
91 test_log_function_reached(GPR_INFO); in main()
96 test_log_function_unreached(GPR_INFO); in main()
103 test_log_function_unreached(GPR_INFO); in main()
/external/grpc-grpc/test/cpp/end2end/
Dgrpclb_end2end_test.cc154 gpr_log(GPR_INFO, "Backend: shut down"); in Shutdown()
204 gpr_log(GPR_INFO, "LB[%p]: BalanceLoad", this); in BalanceLoad()
212 gpr_log(GPR_INFO, "LB[%p]: received initial message '%s'", this, in BalanceLoad()
244 gpr_log(GPR_INFO, "LB[%p]: received client load report message '%s'", in BalanceLoad()
270 gpr_log(GPR_INFO, "LB[%p]: done", this); in BalanceLoad()
285 gpr_log(GPR_INFO, "LB[%p]: shut down", this); in Shutdown()
324 gpr_log(GPR_INFO, "LB[%p]: sleeping for %d ms...", this, delay_ms); in SendResponse()
328 gpr_log(GPR_INFO, "LB[%p]: Woke up! Sending response '%s'", this, in SendResponse()
468 gpr_log(GPR_INFO, in WaitForAllBackends()
579 gpr_log(GPR_INFO, "starting %s server on port %d", type_.c_str(), port_); in ServerThread()
[all …]
Dclient_lb_end2end_test.cc261 gpr_log(GPR_INFO, "starting server on port %d", port_); in Start()
269 gpr_log(GPR_INFO, "server startup complete"); in Start()
497 gpr_log(GPR_INFO, "****** SET [0] *******"); in TEST_F()
504 gpr_log(GPR_INFO, "****** SET none *******"); in TEST_F()
516 gpr_log(GPR_INFO, "****** SET [1] *******"); in TEST_F()
524 gpr_log(GPR_INFO, "****** SET [2] *******"); in TEST_F()
545 gpr_log(GPR_INFO, "****** SET [0] *******"); in TEST_F()
555 gpr_log(GPR_INFO, "****** SET superset *******"); in TEST_F()
581 gpr_log(GPR_INFO, "subchannel force creation: %d", GetParam()); in TEST_P()
624 gpr_log(GPR_INFO, "****** INITIAL RESOLUTION SET *******"); in TEST_F()
[all …]
/external/grpc-grpc/test/cpp/util/
Dproto_reflection_descriptor_database.cc47 gpr_log(GPR_INFO, in ~ProtoReflectionDescriptorDatabase()
51 gpr_log(GPR_INFO, in ~ProtoReflectionDescriptorDatabase()
84 gpr_log(GPR_INFO, "NOT_FOUND from server for FindFileByName(%s)", in FindFileByName()
87 gpr_log(GPR_INFO, in FindFileByName()
95 GPR_INFO, in FindFileByName()
132 gpr_log(GPR_INFO, in FindFileContainingSymbol()
136 gpr_log(GPR_INFO, in FindFileContainingSymbol()
144 GPR_INFO, in FindFileContainingSymbol()
165 gpr_log(GPR_INFO, "nested map."); in FindFileContainingExtension()
192 gpr_log(GPR_INFO, in FindFileContainingExtension()
[all …]
/external/grpc-grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc127 INPROC_LOG(GPR_INFO, "ref_transport %p", t); in ref_transport()
132 INPROC_LOG(GPR_INFO, "really_destroy_transport %p", t); in really_destroy_transport()
141 INPROC_LOG(GPR_INFO, "unref_transport %p", t); in unref_transport()
156 INPROC_LOG(GPR_INFO, "ref_stream %p %s", s, reason); in ref_stream()
161 INPROC_LOG(GPR_INFO, "unref_stream %p %s", s, reason); in unref_stream()
166 INPROC_LOG(GPR_INFO, "really_destroy_stream %p", s); in really_destroy_stream()
189 gpr_log(GPR_INFO, "INPROC:%s:%s: %s: %s", is_initial ? "HDR" : "TRL", in log_metadata()
227 INPROC_LOG(GPR_INFO, "init_stream %p %p %p", gt, gs, server_data); in init_stream()
284 INPROC_LOG(GPR_INFO, "calling accept stream cb %p %p", st->accept_stream_cb, in init_stream()
384 INPROC_LOG(GPR_INFO, "%s %p %p %p", msg, s, op, error); in complete_if_batch_end_locked()
[all …]
/external/grpc-grpc/test/cpp/interop/
Dstress_test.cc197 gpr_log(GPR_INFO, "server_addresses: %s", FLAGS_server_addresses.c_str()); in LogParameterInfo()
198 gpr_log(GPR_INFO, "test_cases : %s", FLAGS_test_cases.c_str()); in LogParameterInfo()
199 gpr_log(GPR_INFO, "sleep_duration_ms: %d", FLAGS_sleep_duration_ms); in LogParameterInfo()
200 gpr_log(GPR_INFO, "test_duration_secs: %d", FLAGS_test_duration_secs); in LogParameterInfo()
201 gpr_log(GPR_INFO, "num_channels_per_server: %d", in LogParameterInfo()
203 gpr_log(GPR_INFO, "num_stubs_per_channel: %d", FLAGS_num_stubs_per_channel); in LogParameterInfo()
204 gpr_log(GPR_INFO, "log_level: %d", FLAGS_log_level); in LogParameterInfo()
205 gpr_log(GPR_INFO, "do_not_abort_on_transient_failures: %s", in LogParameterInfo()
210 gpr_log(GPR_INFO, "%d:%s", ++num, it->c_str()); in LogParameterInfo()
217 gpr_log(GPR_INFO, "%d. TestCaseType: %d, Weight: %d", ++num, test_case, in LogParameterInfo()
[all …]
/external/grpc-grpc/test/cpp/server/
Dserver_request_call_test.cc82 gpr_log(GPR_INFO, "!ok on request %d", n); in TEST()
93 gpr_log(GPR_INFO, "Got request %d", n); in TEST()
102 gpr_log(GPR_INFO, in TEST()
107 gpr_log(GPR_INFO, "Finishing request %d", n); in TEST()
121 gpr_log(GPR_INFO, "Sending %d.", i); in TEST()
140 gpr_log(GPR_INFO, "Success."); in TEST()
142 gpr_log(GPR_INFO, "Done sending RPCs."); in TEST()
145 gpr_log(GPR_INFO, "Shutting down."); in TEST()
/external/grpc-grpc/test/core/iomgr/
Dresource_quota_test.cc93 gpr_log(GPR_INFO, "** test_no_op **"); in test_no_op()
98 gpr_log(GPR_INFO, "** test_resize_then_destroy **"); in test_resize_then_destroy()
106 gpr_log(GPR_INFO, "** test_resource_user_no_op **"); in test_resource_user_no_op()
115 gpr_log(GPR_INFO, "** test_instant_alloc_then_free **"); in test_instant_alloc_then_free()
133 gpr_log(GPR_INFO, "** test_instant_alloc_free_pair **"); in test_instant_alloc_free_pair()
148 gpr_log(GPR_INFO, "** test_simple_async_alloc **"); in test_simple_async_alloc()
171 gpr_log(GPR_INFO, "** test_async_alloc_blocked_by_size **"); in test_async_alloc_blocked_by_size()
198 gpr_log(GPR_INFO, "** test_scavenge **"); in test_scavenge()
237 gpr_log(GPR_INFO, "** test_scavenge_blocked **"); in test_scavenge_blocked()
278 gpr_log(GPR_INFO, "** test_blocked_until_scheduled_reclaim **"); in test_blocked_until_scheduled_reclaim()
[all …]
/external/grpc-grpc/test/core/end2end/
Dinvalid_call_argument_test.cc146 gpr_log(GPR_INFO, "test_non_null_reserved_on_start_batch"); in test_non_null_reserved_on_start_batch()
155 gpr_log(GPR_INFO, "test_non_null_reserved_on_op"); in test_non_null_reserved_on_op()
174 gpr_log(GPR_INFO, "test_send_initial_metadata_more_than_once"); in test_send_initial_metadata_more_than_once()
205 gpr_log(GPR_INFO, "test_too_many_metadata"); in test_too_many_metadata()
224 gpr_log(GPR_INFO, "test_send_null_message"); in test_send_null_message()
248 gpr_log(GPR_INFO, "test_send_messages_at_the_same_time"); in test_send_messages_at_the_same_time()
281 gpr_log(GPR_INFO, "test_send_server_status_from_client"); in test_send_server_status_from_client()
303 gpr_log(GPR_INFO, "test_receive_initial_metadata_twice_at_client"); in test_receive_initial_metadata_twice_at_client()
334 gpr_log(GPR_INFO, "test_receive_message_with_invalid_flags"); in test_receive_message_with_invalid_flags()
353 gpr_log(GPR_INFO, "test_receive_two_messages_at_the_same_time"); in test_receive_two_messages_at_the_same_time()
[all …]
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc177 gpr_log(GPR_INFO, "chand=%p: setting connectivity state to %s", chand, in set_channel_connectivity_state_locked()
189 gpr_log(GPR_INFO, "chand=%p: lb_policy=%p state changed to %s", w->chand, in on_lb_policy_state_changed_locked()
218 gpr_log(GPR_INFO, "chand=%p: starting name resolution", chand); in start_resolving_locked()
292 gpr_log(GPR_INFO, "chand=%p: shutting down", chand); in on_resolver_shutdown_locked()
296 gpr_log(GPR_INFO, "chand=%p: shutting down lb_policy=%p", chand, in on_resolver_shutdown_locked()
308 gpr_log(GPR_INFO, "chand=%p: spontaneous shutdown from resolver %p", in on_resolver_shutdown_locked()
345 gpr_log(GPR_INFO, in get_lb_policy_name_from_resolver_result_locked()
372 gpr_log(GPR_INFO, "chand=%p: started name re-resolving", chand); in request_reresolution_locked()
398 gpr_log(GPR_INFO, "chand=%p: created new LB policy \"%s\" (%p)", chand, in create_new_lb_policy_locked()
405 gpr_log(GPR_INFO, "chand=%p: shutting down lb_policy=%p", chand, in create_new_lb_policy_locked()
[all …]
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/
Dsubchannel_list.h304 gpr_log(GPR_INFO, in UnrefSubchannelLocked()
329 gpr_log(GPR_INFO, in StartConnectivityWatchLocked()
350 gpr_log(GPR_INFO, in RenewConnectivityWatchLocked()
369 gpr_log(GPR_INFO, in StopConnectivityWatchLocked()
385 gpr_log(GPR_INFO, in CancelConnectivityWatchLocked()
417 gpr_log(GPR_INFO, in UpdateConnectedSubchannelLocked()
441 GPR_INFO, in OnConnectivityChangedLocked()
495 gpr_log(GPR_INFO, in SubchannelList()
524 gpr_log(GPR_INFO, in SubchannelList()
535 gpr_log(GPR_INFO, in SubchannelList()
[all …]
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/round_robin/
Dround_robin.cc237 gpr_log(GPR_INFO, "[RR %p] Created with %" PRIuPTR " subchannels", this, in RoundRobin()
245 gpr_log(GPR_INFO, "[RR %p] Destroying Round Robin policy", this); in ~RoundRobin()
271 gpr_log(GPR_INFO, "[RR %p] Shutting down", this); in ShutdownLocked()
360 gpr_log(GPR_INFO, in DoPickLocked()
384 gpr_log(GPR_INFO, "[RR %p] Trying to pick (shutdown: %d)", this, shutdown_); in PickLocked()
541 gpr_log(GPR_INFO, in UpdateRoundRobinStateFromSubchannelStateCountsLocked()
561 GPR_INFO, in UpdateConnectivityStateLocked()
585 gpr_log(GPR_INFO, in ProcessConnectivityChangeLocked()
608 gpr_log(GPR_INFO, in GetNextReadySubchannelIndexLocked()
617 GPR_INFO, in GetNextReadySubchannelIndexLocked()
[all …]
/external/grpc-grpc/test/cpp/client/
Dclient_channel_stress_test.cc74 gpr_log(GPR_INFO, "LB[%p]: Start BalanceLoad.", this); in BalanceLoad()
82 gpr_log(GPR_INFO, "LB[%p]: Finish BalanceLoad.", this); in BalanceLoad()
135 gpr_log(GPR_INFO, "Start updating resolution."); in Run()
159 gpr_log(GPR_INFO, "Finish updating resolution."); in Run()
174 gpr_log(GPR_INFO, "starting %s server on port %d", type_.c_str(), port_); in ServerThread()
179 gpr_log(GPR_INFO, "%s server startup complete", type_.c_str()); in ServerThread()
198 gpr_log(GPR_INFO, "%s about to shutdown", type_.c_str()); in Shutdown()
201 gpr_log(GPR_INFO, "%s shutdown completed", type_.c_str()); in Shutdown()
239 gpr_log(GPR_INFO, "Start sending requests."); in KeepSendingRequests()
251 gpr_log(GPR_INFO, "Finish sending requests."); in KeepSendingRequests()
/external/grpc-grpc/test/core/transport/chttp2/
Dsettings_timeout_test.cc142 gpr_log(GPR_INFO, "client read %" PRIuPTR " bytes", read_buffer.length); in ReadUntilError()
179 gpr_log(GPR_INFO, "OnEventDone(): %s", grpc_error_string(error)); in OnEventDone()
223 gpr_log(GPR_INFO, "starting server on %s", server_address_string); in TEST()
227 gpr_log(GPR_INFO, "starting client connect"); in TEST()
231 gpr_log(GPR_INFO, "starting client read"); in TEST()
234 gpr_log(GPR_INFO, "shutting down client"); in TEST()
237 gpr_log(GPR_INFO, "shutting down server"); in TEST()
/external/grpc-grpc/src/core/lib/security/credentials/plugin/
Dplugin_credentials.cc126 gpr_log(GPR_INFO, in plugin_md_request_metadata_ready()
139 gpr_log(GPR_INFO, in plugin_md_request_metadata_ready()
174 gpr_log(GPR_INFO, "plugin_credentials[%p]: request %p: invoking plugin", in plugin_get_request_metadata()
187 gpr_log(GPR_INFO, in plugin_get_request_metadata()
202 gpr_log(GPR_INFO, in plugin_get_request_metadata()
210 gpr_log(GPR_INFO, in plugin_get_request_metadata()
240 gpr_log(GPR_INFO, "plugin_credentials[%p]: cancelling request %p", c, in plugin_cancel_get_request_metadata()

1234567891011