HomeSort by relevance Sort by last modified time
    Searched refs:gpr_log (Results 1 - 25 of 424) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/grpc-grpc/src/core/lib/gprpp/
abstract.h 33 gpr_log(GPR_ERROR, "Function marked GRPC_ABSTRACT was not implemented"); \
  /external/grpc-grpc/src/core/lib/security/credentials/alts/
check_gcp_environment_no_op.cc 28 gpr_log(GPR_ERROR,
  /external/grpc-grpc/test/core/util/
grpc_profiler.cc 33 gpr_log(GPR_DEBUG,
37 gpr_log(GPR_DEBUG,
  /external/grpc-grpc/src/core/lib/gpr/
cpu_linux.cc 41 gpr_log(GPR_ERROR, "Error determining current CPU: %s\n", strerror(errno));
50 gpr_log(GPR_ERROR, "Cannot determine number of CPUs: assuming 1");
71 gpr_log(GPR_ERROR, "Error determining current CPU: %s\n", strerror(errno));
75 gpr_log(GPR_ERROR, "Cannot handle hot-plugged CPUs");
tmpfile_posix.cc 48 gpr_log(GPR_ERROR, "mkstemp failed for filename_template %s with error %s.",
54 gpr_log(GPR_ERROR, "Could not open file %s from fd %d (error = %s).",
  /external/grpc-grpc/src/core/lib/iomgr/
fork_windows.cc 33 void grpc_prefork() { gpr_log(GPR_ERROR, "Forking not supported on Windows"); }
call_combiner.cc 67 gpr_log(GPR_INFO,
76 gpr_log(GPR_INFO, " size: %" PRIdPTR " -> %" PRIdPTR, prev_size,
85 gpr_log(GPR_INFO, " EXECUTING IMMEDIATELY");
91 gpr_log(GPR_INFO, " QUEUING");
104 gpr_log(GPR_INFO,
111 gpr_log(GPR_INFO, " size: %" PRIdPTR " -> %" PRIdPTR, prev_size,
118 gpr_log(GPR_INFO, " checking queue");
127 gpr_log(GPR_INFO, " queue returned no result; checking again");
132 gpr_log(GPR_INFO, " EXECUTING FROM QUEUE: closure=%p error=%s",
139 gpr_log(GPR_INFO, " queue empty")
    [all...]
is_epollexclusive_available.cc 43 gpr_log(GPR_DEBUG,
54 gpr_log(GPR_DEBUG,
73 gpr_log(
86 gpr_log(GPR_DEBUG,
  /external/grpc-grpc/test/core/gpr/
log_test.cc 47 gpr_log(SEVERITY, "hello %d %d %d", 1, 2, 3); \
53 gpr_log(SEVERITY, "hello %d %d %d", 1, 2, 3);
58 gpr_log(GPR_DEBUG, "%s", "hello world");
59 gpr_log(GPR_INFO, "%s", "hello world");
60 gpr_log(GPR_ERROR, "%s", "hello world");
65 gpr_log(GPR_INFO, "hello %d %d %d", 1, 2, 3);
murmur_hash_test.cc 58 gpr_log(GPR_INFO, "Verification value 0x%08X : Failed! (Expected 0x%08x)",
62 gpr_log(GPR_INFO, "Verification value 0x%08X : Passed!", final);
  /external/grpc-grpc/test/cpp/interop/
interop_client.cc 64 gpr_log(GPR_ERROR,
138 gpr_log(GPR_ERROR,
154 gpr_log(GPR_DEBUG, "Sending an empty rpc...");
166 gpr_log(GPR_DEBUG, "Empty rpc done.");
207 gpr_log(GPR_DEBUG,
218 gpr_log(GPR_DEBUG, "Got username %s", response.username().c_str());
219 gpr_log(GPR_DEBUG, "Got oauth_scope %s", response.oauth_scope().c_str());
225 gpr_log(GPR_DEBUG, "Large unary with compute engine creds done.");
231 gpr_log(GPR_DEBUG,
251 gpr_log(GPR_DEBUG, "Unary with oauth2 access token credentials done.")
    [all...]
stress_test.cc 174 gpr_log(GPR_ERROR, "Error in parsing test case string: %s", it->c_str());
183 gpr_log(GPR_ERROR, "Unknown test case: %s", test_name.c_str());
197 gpr_log(GPR_INFO, "server_addresses: %s", FLAGS_server_addresses.c_str());
198 gpr_log(GPR_INFO, "test_cases : %s", FLAGS_test_cases.c_str());
199 gpr_log(GPR_INFO, "sleep_duration_ms: %d", FLAGS_sleep_duration_ms);
200 gpr_log(GPR_INFO, "test_duration_secs: %d", FLAGS_test_duration_secs);
201 gpr_log(GPR_INFO, "num_channels_per_server: %d",
203 gpr_log(GPR_INFO, "num_stubs_per_channel: %d", FLAGS_num_stubs_per_channel);
204 gpr_log(GPR_INFO, "log_level: %d", FLAGS_log_level);
205 gpr_log(GPR_INFO, "do_not_abort_on_transient_failures: %s"
    [all...]
http2_client.cc 62 gpr_log(GPR_ERROR, "Error status code: %d (expected: %d), message: %s",
81 gpr_log(GPR_DEBUG, "Sending RPC and expecting reset stream after header");
87 gpr_log(GPR_DEBUG, "Done testing reset stream after header");
92 gpr_log(GPR_DEBUG, "Sending RPC and expecting reset stream after data");
98 gpr_log(GPR_DEBUG, "Done testing reset stream after data");
103 gpr_log(GPR_DEBUG, "Sending RPC and expecting reset stream during data");
109 gpr_log(GPR_DEBUG, "Done testing reset stream during data");
114 gpr_log(GPR_DEBUG, "Sending two RPCs and expecting goaway");
129 gpr_log(GPR_DEBUG, "Done testing goaway");
134 gpr_log(GPR_DEBUG, "Sending RPC and expecting ping")
    [all...]
  /external/grpc-grpc/test/core/security/
fetch_oauth2.cc 66 gpr_log(GPR_ERROR,
73 gpr_log(GPR_INFO,
79 gpr_log(GPR_ERROR, "Could not create gce credentials.");
85 gpr_log(GPR_ERROR,
92 gpr_log(GPR_ERROR, "Missing --gce or --json_refresh_token option.");
  /external/grpc-grpc/test/cpp/qps/
qps_worker.cc 51 gpr_log(GPR_INFO, "Starting client of type %s %s %d",
70 gpr_log(GPR_INFO, "Starting server of type %s",
114 gpr_log(GPR_INFO, "RunClient: Returning");
128 gpr_log(GPR_INFO, "RunServer: Returning");
189 gpr_log(GPR_INFO, "RunClientBody: about to create client");
194 gpr_log(GPR_INFO, "RunClientBody: client created");
199 gpr_log(GPR_INFO, "RunClientBody: creation status reported");
201 gpr_log(GPR_INFO, "RunClientBody: Message read");
203 gpr_log(GPR_INFO, "RunClientBody: Message is not a mark!");
210 gpr_log(GPR_INFO, "RunClientBody: Mark response given")
    [all...]
report.cc 82 gpr_log(GPR_INFO, "QPS: %.1f", result.summary().qps());
84 gpr_log(GPR_INFO, "failed requests/second: %.1f",
86 gpr_log(GPR_INFO, "successful requests/second: %.1f",
106 gpr_log(GPR_DEBUG, "%s[%d].%s = %" PRIdPTR, name, idx,
110 gpr_log(GPR_DEBUG, "%s[%d].%s = %.1lf/%.1lf/%.1lf (50/95/99%%-ile)", name,
122 gpr_log(GPR_INFO, "QPS: %.1f (%.1f/server core)", result.summary().qps(),
127 gpr_log(GPR_INFO,
137 gpr_log(GPR_INFO, "Server system time: %.2f%%",
139 gpr_log(GPR_INFO, "Server user time: %.2f%%",
141 gpr_log(GPR_INFO, "Client system time: %.2f%%"
    [all...]
driver.cc 86 gpr_log(GPR_ERROR,
276 gpr_log(GPR_INFO, "Starting server on %s (worker #%" PRIuPTR ")",
289 gpr_log(GPR_ERROR,
297 gpr_log(GPR_ERROR, "Could not write args to server %zu", i);
301 gpr_log(GPR_ERROR, "Server %zu did not yield initial status", i);
335 gpr_log(GPR_INFO, "Starting client on %s (worker #%" PRIuPTR ")",
348 gpr_log(GPR_ERROR, "client config core limit set but ignored");
357 gpr_log(GPR_DEBUG, "Client %" PRIdPTR " gets %" PRIdPTR " channels", i,
365 gpr_log(GPR_ERROR, "Could not write args to client %zu", i);
372 gpr_log(GPR_ERROR, "Client %zu did not yield initial status", i)
    [all...]
  /external/grpc-grpc/src/core/tsi/alts/handshaker/
transport_security_common_api.cc 27 gpr_log(GPR_ERROR,
44 gpr_log(GPR_ERROR,
60 gpr_log(GPR_ERROR,
68 gpr_log(GPR_ERROR, "nanopb error: %s", PB_GET_ERROR(&size_stream));
78 gpr_log(GPR_ERROR,
86 gpr_log(GPR_ERROR, "nanopb error: %s", PB_GET_ERROR(&output_stream));
95 gpr_log(GPR_ERROR,
111 gpr_log(GPR_ERROR,
119 gpr_log(GPR_ERROR, "nanopb error: %s", PB_GET_ERROR(&stream));
130 gpr_log(GPR_ERROR
    [all...]
  /external/grpc-grpc/src/cpp/server/load_reporter/
get_cpu_stats_unsupported.cc 32 gpr_log(GPR_ERROR,
  /external/grpc-grpc/test/core/surface/
completion_queue_threading_test.cc 30 #define LOG_TEST(x) gpr_log(GPR_INFO, "%s", x)
54 gpr_log(GPR_ERROR, "Unknown completion type");
147 gpr_log(GPR_INFO, "producer %d started", opt->id);
151 gpr_log(GPR_INFO, "producer %d phase 1", opt->id);
156 gpr_log(GPR_INFO, "producer %d phase 1 done", opt->id);
160 gpr_log(GPR_INFO, "producer %d phase 2", opt->id);
170 gpr_log(GPR_INFO, "producer %d phase 2 done", opt->id);
178 gpr_log(GPR_INFO, "consumer %d started", opt->id);
182 gpr_log(GPR_INFO, "consumer %d phase 1", opt->id);
184 gpr_log(GPR_INFO, "consumer %d phase 1 done", opt->id)
    [all...]
  /external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
alts_grpc_privacy_integrity_record_protocol.cc 41 gpr_log(GPR_ERROR,
62 gpr_log(GPR_ERROR, "Failed to protect, %s", error_details);
78 gpr_log(
86 gpr_log(GPR_ERROR, "Protected slices do not have sufficient data.");
107 gpr_log(GPR_ERROR, "Failed to unprotect, %s", error_details);
127 gpr_log(GPR_ERROR,
  /external/grpc-grpc/src/core/ext/filters/client_channel/
parse_address.cc 43 gpr_log(GPR_ERROR, "Expected 'unix' scheme, got '%s'", uri->scheme);
79 if (log_errors) gpr_log(GPR_ERROR, "invalid ipv4 address: '%s'", host);
84 if (log_errors) gpr_log(GPR_ERROR, "no port given for ipv4 scheme");
89 if (log_errors) gpr_log(GPR_ERROR, "invalid ipv4 port: '%s'", port);
103 gpr_log(GPR_ERROR, "Expected 'ipv4' scheme, got '%s'", uri->scheme);
133 gpr_log(
146 gpr_log(GPR_ERROR, "invalid ipv6 address: '%s'", host_without_scope);
154 gpr_log(GPR_ERROR, "invalid ipv6 scope id: '%s'", host_end + 1);
162 if (log_errors) gpr_log(GPR_ERROR, "invalid ipv6 address: '%s'", host);
168 if (log_errors) gpr_log(GPR_ERROR, "no port given for ipv6 scheme")
    [all...]
lb_policy.cc 47 gpr_log(GPR_INFO,
53 gpr_log(GPR_INFO, "%s %p: no available re-resolution closure.",
  /external/grpc-grpc/src/core/lib/security/util/
json_util.cc 33 gpr_log(GPR_ERROR, "Invalid (null) JSON key encountered");
39 gpr_log(GPR_ERROR, "Invalid or missing %s property.", prop_name);
  /external/grpc-grpc/src/core/tsi/
local_transport_security.cc 58 gpr_log(GPR_ERROR, "Invalid nullptr arguments to zero-copy grpc protect.");
70 gpr_log(GPR_ERROR,
92 gpr_log(
115 gpr_log(GPR_ERROR,
121 gpr_log(GPR_ERROR, "Failed to create zero-copy grpc protector");
146 gpr_log(GPR_ERROR, "Invalid arguments to create_handshaker_result()");
165 gpr_log(GPR_ERROR, "Invalid arguments to handshaker_next()");
200 gpr_log(GPR_ERROR, "Invalid arguments to local_tsi_handshaker_create()");

Completed in 753 milliseconds

1 2 3 4 5 6 7 8 91011>>