Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/cronet/net/base/
H A Dproxy_chain.cc88 std::string debug_string = in ToDebugString() local
91 if (!debug_string.empty()) { in ToDebugString()
92 debug_string += ", "; in ToDebugString()
94 debug_string += ProxyServerToProxyUri(proxy_server); in ToDebugString()
96 debug_string = "[" + debug_string + "]"; in ToDebugString()
98 debug_string += " (IP Protection)"; in ToDebugString()
100 debug_string += base::StringPrintf(" (IP Protection chain %d)", in ToDebugString()
103 return debug_string; in ToDebugString()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A 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()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A 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()
/aosp_15_r20/external/autotest/server/cros/clique_lib/
H A 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,
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/LD/
DLDSection.h157 const DebugString* getDebugString() const { return m_Data.debug_string; } in getDebugString()
158 DebugString* getDebugString() { return m_Data.debug_string; } in getDebugString()
161 { m_Data.debug_string = pDebugString; } in setDebugString()
178 DebugString* debug_string; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc359 std::string grpc_oauth2_token_fetcher_credentials::debug_string() { in debug_string() function in grpc_oauth2_token_fetcher_credentials
409 std::string debug_string() override { in debug_string() function in __anonb8c59e420411::grpc_compute_engine_token_fetcher_credentials
412 grpc_oauth2_token_fetcher_credentials::debug_string()); in debug_string()
487 std::string grpc_google_refresh_token_credentials::debug_string() { in debug_string() function in grpc_google_refresh_token_credentials
490 grpc_oauth2_token_fetcher_credentials::debug_string()); in debug_string()
563 std::string debug_string() override { in debug_string() function in grpc_core::__anonb8c59e420511::StsTokenFetcherCredentials
567 grpc_oauth2_token_fetcher_credentials::debug_string()); in debug_string()
738 std::string grpc_access_token_credentials::debug_string() { in debug_string() function in grpc_access_token_credentials
Doauth2_credentials.h124 std::string debug_string() override;
160 std::string debug_string() override;
184 std::string debug_string() override;
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/oauth2/
H A Doauth2_credentials.cc360 std::string grpc_oauth2_token_fetcher_credentials::debug_string() { in debug_string() function in grpc_oauth2_token_fetcher_credentials
410 std::string debug_string() override { in debug_string() function in __anond58058ca0411::grpc_compute_engine_token_fetcher_credentials
413 grpc_oauth2_token_fetcher_credentials::debug_string()); in debug_string()
488 std::string grpc_google_refresh_token_credentials::debug_string() { in debug_string() function in grpc_google_refresh_token_credentials
491 grpc_oauth2_token_fetcher_credentials::debug_string()); in debug_string()
565 std::string debug_string() override { in debug_string() function in grpc_core::__anond58058ca0511::StsTokenFetcherCredentials
569 grpc_oauth2_token_fetcher_credentials::debug_string()); in debug_string()
740 std::string grpc_access_token_credentials::debug_string() { in debug_string() function in grpc_access_token_credentials
H A Doauth2_credentials.h123 std::string debug_string() override;
159 std::string debug_string() override;
183 std::string debug_string() override;
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/oblivious_http/common/
H A 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()
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/
H A 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 …]
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
H A 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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/mockall/src/
Dlib.rs1493 pub trait ViaDebug<T> where T: Debug { fn debug_string(&self) -> DebugPrint<'_, T>; } in debug_string() method
1495 fn debug_string(&self) -> DebugPrint<'a, T> { in debug_string() method
1508 pub trait ViaNothing { fn debug_string(&self) -> NothingPrint; } in debug_string() method
1510 fn debug_string(&self) -> NothingPrint { in debug_string() method
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dmodule.cpp294 auto debug_string = owner_->getDebugTable().getSourceDebugString( in run() local
296 e.add_context(debug_string); in run()
302 auto debug_string = owner_->getDebugTable().getSourceDebugString( in run() local
304 error.add_context(debug_string); in run()
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/plugin/
H A Dplugin_credentials.cc50 std::string grpc_plugin_credentials::debug_string() { in debug_string() function in grpc_plugin_credentials
52 if (plugin_.debug_string != nullptr) { in debug_string()
53 debug_c_str = plugin_.debug_string(plugin_.state); in debug_string()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/plugin/
Dplugin_credentials.cc51 std::string grpc_plugin_credentials::debug_string() { in debug_string() function in grpc_plugin_credentials
53 if (plugin_.debug_string != nullptr) { in debug_string()
54 debug_c_str = plugin_.debug_string(plugin_.state); in debug_string()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A 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 …]
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A 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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/transport/
Dparsed_metadata.h206 std::string DebugString() const { return vtable_->debug_string(value_); } in DebugString()
229 std::string (*const debug_string)(const Buffer& value); member
398 static const auto debug_string = [](const Buffer& value) { in KeyValueVTable()
412 {false, destroy, set, with_new_value, debug_string, "", key_fn}, in KeyValueVTable()
/aosp_15_r20/external/grpc-grpc/src/core/lib/transport/
H A Dparsed_metadata.h208 std::string DebugString() const { return vtable_->debug_string(value_); } in DebugString()
232 std::string (*const debug_string)(const Buffer& value); member
410 static const auto debug_string = [](const Buffer& value) { in KeyValueVTable()
424 {false, destroy, set, with_new_value, debug_string, "", key_fn}, in KeyValueVTable()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__format/
Drange_default_formatter.h49 enum class range_format { disabled, map, set, sequence, string, debug_string }; enumerator
175 requires(_Kp == range_format::string || _Kp == range_format::debug_string)
188 if constexpr (_Kp == range_format::debug_string)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__format/
Drange_default_formatter.h49 enum class range_format { disabled, map, set, sequence, string, debug_string }; enumerator
175 requires(_Kp == range_format::string || _Kp == range_format::debug_string)
188 if constexpr (_Kp == range_format::debug_string)
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__format/
H A Drange_default_formatter.h49 enum class range_format { disabled, map, set, sequence, string, debug_string }; enumerator
175 requires(_Kp == range_format::string || _Kp == range_format::debug_string)
188 if constexpr (_Kp == range_format::debug_string)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__format/
Drange_default_formatter.h49 enum class range_format { disabled, map, set, sequence, string, debug_string }; enumerator
175 requires(_Kp == range_format::string || _Kp == range_format::debug_string)
188 if constexpr (_Kp == range_format::debug_string)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__format/
Drange_default_formatter.h49 enum class range_format { disabled, map, set, sequence, string, debug_string }; enumerator
175 requires(_Kp == range_format::string || _Kp == range_format::debug_string)
188 if constexpr (_Kp == range_format::debug_string)

123456