Home
last modified time | relevance | path

Searched defs:debug_string (Results 1 – 25 of 59) sorted by relevance

123

/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
487 std::string grpc_google_refresh_token_credentials::debug_string() { in debug_string() function in grpc_google_refresh_token_credentials
563 std::string debug_string() override { in debug_string() function in grpc_core::__anonb8c59e420511::StsTokenFetcherCredentials
738 std::string grpc_access_token_credentials::debug_string() { in debug_string() function in grpc_access_token_credentials
/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
488 std::string grpc_google_refresh_token_credentials::debug_string() { in debug_string() function in grpc_google_refresh_token_credentials
565 std::string debug_string() override { in debug_string() function in grpc_core::__anond58058ca0511::StsTokenFetcherCredentials
740 std::string grpc_access_token_credentials::debug_string() { in debug_string() function in grpc_access_token_credentials
/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/tensorflow/tensorflow/core/framework/
H A Dreader_base.cc246 const string debug_string = "<debug state not available>"; in RestoreBaseState() local
256 const string debug_string = "<debug state not available>"; in RestoreBaseState() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dmodule.cpp294 auto debug_string = owner_->getDebugTable().getSourceDebugString( in run() local
302 auto debug_string = owner_->getDebugTable().getSourceDebugString( in run() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dprint_elements.h20 std::stringstream debug_string; in PrintElements() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/iam/
H A Diam_credentials.h47 std::string debug_string() override { return debug_string_; } in debug_string() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/iam/
Diam_credentials.h47 std::string debug_string() override { return debug_string_; } in debug_string() function
/aosp_15_r20/external/fmtlib/include/fmt/
H A Dranges.h25 enum class range_format { disabled, map, set, sequence, string, debug_string }; enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/fake/
Dfake_credentials.h78 std::string debug_string() override { return "MD only Test Credentials"; } in debug_string() function
/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
/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
/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
/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
/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__format/
Drange_default_formatter.h49 enum class range_format { disabled, map, set, sequence, string, debug_string }; enumerator
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/fake/
H A Dfake_credentials.h106 std::string debug_string() override { return "MD only Test Credentials"; } in debug_string() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/jwt/
H A Djwt_credentials.h61 std::string debug_string() override { in debug_string() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/jwt/
Djwt_credentials.h62 std::string debug_string() override { in debug_string() function
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_compilation_cache_key.h51 std::string debug_string; member
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dunknown_field_set_unittest.cc282 const std::string debug_string = empty_message_.DebugString(); in TEST_F() local
292 const std::string debug_string = empty_message_.DebugString(); in TEST_F() local
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dunknown_field_set_unittest.cc282 const std::string debug_string = empty_message_.DebugString(); in TEST_F() local
292 const std::string debug_string = empty_message_.DebugString(); in TEST_F() local
/aosp_15_r20/external/python/bumble/rust/src/wrapper/
Dl2cap.rs86 pub fn debug_string(&self) -> PyResult<String> { in debug_string() method
/aosp_15_r20/external/cronet/net/base/
H A Dproxy_chain.cc88 std::string debug_string = in ToDebugString() local
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/tests/
Ddebug.rs112 fn debug_string() { in debug_string() function

123