Home
last modified time | relevance | path

Searched refs:debug_string (Results 1 – 25 of 56) sorted by relevance

123

/external/cronet/net/third_party/quiche/src/quiche/common/
Dprint_elements.h20 std::stringstream debug_string; in PrintElements() local
21 debug_string << "{"; in PrintElements()
24 debug_string << *it; in PrintElements()
27 debug_string << ", " << *it; in PrintElements()
31 debug_string << "}"; in PrintElements()
32 return debug_string.str(); in PrintElements()
/external/tensorflow/tensorflow/core/framework/
Dreader_base.cc246 const string debug_string = "<debug state not available>"; in RestoreBaseState() local
248 const string debug_string = state.DebugString(); in RestoreBaseState()
252 debug_string); in RestoreBaseState()
256 const string debug_string = "<debug state not available>"; in RestoreBaseState() local
258 const string debug_string = state.DebugString(); in RestoreBaseState()
262 ": ", debug_string); in RestoreBaseState()
/external/autotest/server/cros/clique_lib/
Dclique_runner.py143 debug_string = ""
152 debug_string += pprint.pformat(debug_dict)
154 debug_string += pprint.pformat({'ap_name': ap.name})
155 return debug_string
287 debug_string = self._get_debug_string(dut_objects, aps)
298 debug_info=debug_string,
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.h88 std::string debug_string() override;
118 std::string debug_string() override;
146 std::string debug_string() override;
Doauth2_credentials.cc364 std::string grpc_oauth2_token_fetcher_credentials::debug_string() { in debug_string() function in grpc_oauth2_token_fetcher_credentials
407 std::string debug_string() override { in debug_string() function in __anon8a5b554d0111::grpc_compute_engine_token_fetcher_credentials
410 grpc_oauth2_token_fetcher_credentials::debug_string()); in debug_string()
483 std::string grpc_google_refresh_token_credentials::debug_string() { in debug_string() function in grpc_google_refresh_token_credentials
486 grpc_oauth2_token_fetcher_credentials::debug_string()); in debug_string()
554 std::string debug_string() override { in debug_string() function in grpc_core::__anon8a5b554d0211::StsTokenFetcherCredentials
558 grpc_oauth2_token_fetcher_credentials::debug_string()); in debug_string()
742 std::string grpc_access_token_credentials::debug_string() { in debug_string() function in grpc_access_token_credentials
/external/cronet/net/third_party/quiche/src/quiche/oblivious_http/common/
Doblivious_http_header_key_config.cc283 std::string debug_string = "[ "; in GetDebugStringForFailedKeyConfig() local
284 absl::StrAppend(&debug_string, in GetDebugStringForFailedKeyConfig()
289 absl::StrAppend(&debug_string, ", symmetric_algorithms: { "); in GetDebugStringForFailedKeyConfig()
291 absl::StrAppend(&debug_string, "{kdf_id: ", symmetric_config.kdf_id, in GetDebugStringForFailedKeyConfig()
294 absl::StrAppend(&debug_string, " } ]"); in GetDebugStringForFailedKeyConfig()
295 return debug_string; in GetDebugStringForFailedKeyConfig()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/plugin/
Dplugin_credentials.cc46 std::string grpc_plugin_credentials::debug_string() { in debug_string() function in grpc_plugin_credentials
48 if (plugin_.debug_string != nullptr) { in debug_string()
49 debug_c_str = plugin_.debug_string(plugin_.state); in debug_string()
Dplugin_credentials.h62 std::string debug_string() override;
/external/cronet/buildtools/third_party/libc++/trunk/include/__format/
Drange_default_formatter.h49 enum class range_format { disabled, map, set, sequence, string, debug_string }; enumerator
174 requires(_Kp == range_format::string || _Kp == range_format::debug_string)
187 if constexpr (_Kp == range_format::debug_string)
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2212 std::string debug_string = original_file->DebugString(); in TEST_F() local
2215 SetupParser(debug_string.c_str()); in TEST_F()
2219 ASSERT_EQ("", error_collector_.text_) << "Failed to parse:\n" << debug_string; in TEST_F()
2239 ASSERT_TRUE(actual != nullptr) << "Failed to validate:\n" << debug_string; in TEST_F()
2261 std::string debug_string = original_file->DebugString(); in TEST_F() local
2264 SetupParser(debug_string.c_str()); in TEST_F()
2399 const std::string debug_string = in TEST_F() local
2404 debug_string.find(expected_comments[i]); in TEST_F()
2410 SetupParser(debug_string.c_str()); in TEST_F()
2415 << debug_string; in TEST_F()
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2214 std::string debug_string = original_file->DebugString(); in TEST_F() local
2217 SetupParser(debug_string.c_str()); in TEST_F()
2221 ASSERT_EQ("", error_collector_.text_) << "Failed to parse:\n" << debug_string; in TEST_F()
2241 ASSERT_TRUE(actual != nullptr) << "Failed to validate:\n" << debug_string; in TEST_F()
2263 std::string debug_string = original_file->DebugString(); in TEST_F() local
2266 SetupParser(debug_string.c_str()); in TEST_F()
2401 const std::string debug_string = in TEST_F() local
2406 debug_string.find(expected_comments[i]); in TEST_F()
2412 SetupParser(debug_string.c_str()); in TEST_F()
2417 << debug_string; in TEST_F()
[all …]
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_op_util.cc140 key.debug_string = result.debug_string; in CreateCompilationCacheKey()
Dtpu_compilation_cache_key.h51 std::string debug_string; member
/external/cronet/third_party/protobuf/src/google/protobuf/
Dunknown_field_set_unittest.cc279 const std::string debug_string = empty_message_.DebugString(); in TEST_F() local
281 EXPECT_NE(debug_string, other_debug_string); in TEST_F()
284 EXPECT_EQ(debug_string, other_message.DebugString()); in TEST_F()
289 const std::string debug_string = empty_message_.DebugString(); in TEST_F() local
294 EXPECT_EQ(debug_string, empty_message_.DebugString()); in TEST_F()
Dtext_format.cc93 std::string debug_string; in DebugString() local
100 printer.PrintToString(*this, &debug_string); in DebugString()
102 return debug_string; in DebugString()
106 std::string debug_string; in ShortDebugString() local
114 printer.PrintToString(*this, &debug_string); in ShortDebugString()
116 if (!debug_string.empty() && debug_string[debug_string.size() - 1] == ' ') { in ShortDebugString()
117 debug_string.resize(debug_string.size() - 1); in ShortDebugString()
120 return debug_string; in ShortDebugString()
124 std::string debug_string; in Utf8DebugString() local
132 printer.PrintToString(*this, &debug_string); in Utf8DebugString()
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/format/format.range/format.range.fmtkind/
Drange_format.compile.pass.cpp30 static_assert(requires { std::range_format::debug_string; });
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dcredentials_test.cc747 strcmp(creds->debug_string().c_str(), expected_creds_debug_string) == 0); in test_compute_engine_creds_success()
769 strcmp(creds->debug_string().c_str(), expected_creds_debug_string) == 0); in test_compute_engine_creds_failure()
847 strcmp(creds->debug_string().c_str(), expected_creds_debug_string) == 0); in test_refresh_token_creds_success()
870 strcmp(creds->debug_string().c_str(), expected_creds_debug_string) == 0); in test_refresh_token_creds_failure()
1105 strcmp(creds->debug_string().c_str(), expected_creds_debug_string) == 0); in test_sts_creds_success()
1191 strcmp(creds->debug_string().c_str(), expected_creds_debug_string) == 0); in test_sts_creds_no_actor_token_success()
1226 strcmp(creds->debug_string().c_str(), expected_creds_debug_string) == 0); in test_sts_creds_load_token_failure()
1262 strcmp(creds->debug_string().c_str(), expected_creds_debug_string) == 0); in test_sts_creds_http_failure()
1334 jwt_creds->debug_string().c_str(), in test_jwt_creds_lifetime()
1346 jwt_creds->debug_string().c_str(), in test_jwt_creds_lifetime()
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/iam/
Diam_credentials.h42 std::string debug_string() override { return debug_string_; } in debug_string() function
/external/autotest/server/cros/chaos_lib/
Dstatic_runner.py192 debug_string = pprint.pformat(debug_dict)
206 debug_info=debug_string,
/external/mdnsresponder/mDNSShared/
DDebugServices.h1149 #undef debug_string
1151 #if( !defined( debug_string ) )
1153 #define debug_string( STR ) \ macro
1160 #define debug_string( STR ) macro
/external/protobuf/src/google/protobuf/
Dtext_format.cc95 std::string debug_string; in DebugString() local
102 printer.PrintToString(*this, &debug_string); in DebugString()
104 return debug_string; in DebugString()
108 std::string debug_string; in ShortDebugString() local
116 printer.PrintToString(*this, &debug_string); in ShortDebugString()
118 if (!debug_string.empty() && debug_string[debug_string.size() - 1] == ' ') { in ShortDebugString()
119 debug_string.resize(debug_string.size() - 1); in ShortDebugString()
122 return debug_string; in ShortDebugString()
126 std::string debug_string; in Utf8DebugString() local
134 printer.PrintToString(*this, &debug_string); in Utf8DebugString()
[all …]
Dunknown_field_set_unittest.cc282 const std::string debug_string = empty_message_.DebugString(); in TEST_F() local
284 EXPECT_NE(debug_string, other_debug_string); in TEST_F()
287 EXPECT_EQ(debug_string, other_message.DebugString()); in TEST_F()
292 const std::string debug_string = empty_message_.DebugString(); in TEST_F() local
297 EXPECT_EQ(debug_string, empty_message_.DebugString()); in TEST_F()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_state.cc91 string debug_string) { in Emplace() argument
93 debug_string); in Emplace()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/composite/
Dcomposite_credentials.cc122 std::string grpc_composite_call_credentials::debug_string() { in debug_string() function in grpc_composite_call_credentials
125 outputs.emplace_back(inner_cred->debug_string()); in debug_string()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/fake/
Dfake_credentials.h80 std::string debug_string() override { return "MD only Test Credentials"; }; in debug_string() function

123