/external/llvm-project/llvm/test/tools/llvm-exegesis/X86/ |
D | analysis-uops-backwards.test | 18 - { debug_string: HWPort0, value: 0.0015, per_snippet_value: 0.0015, key: '0' } 19 - { debug_string: HWPort1, value: 0.0011, per_snippet_value: 0.0011, key: '1' } 20 - { debug_string: HWPort2, value: 0.0006, per_snippet_value: 0.0006, key: '2' } 21 - { debug_string: HWPort3, value: 0.0004, per_snippet_value: 0.0004, key: '3' } 22 - { debug_string: HWPort4, value: 0.0002, per_snippet_value: 0.0002, key: '4' } 23 - { debug_string: HWPort5, value: 1.0008, per_snippet_value: 1.0008, key: '5' } 24 - { debug_string: HWPort6, value: 1.0022, per_snippet_value: 1.0022, key: '6' } 25 - { debug_string: HWPort7, value: 0.0001, per_snippet_value: 0.0001, key: '7' } 26 - { debug_string: NumMicroOps, value: 20.0073, per_snippet_value: 20.0073, key: '8' }
|
/external/tensorflow/tensorflow/core/framework/ |
D | reader_base.cc | 245 const string debug_string = "<debug state not available>"; in RestoreBaseState() local 247 const string debug_string = state.DebugString(); in RestoreBaseState() 251 debug_string); in RestoreBaseState() 255 const string debug_string = "<debug state not available>"; in RestoreBaseState() local 257 const string debug_string = state.DebugString(); in RestoreBaseState() 261 ": ", debug_string); in RestoreBaseState()
|
/external/autotest/server/cros/clique_lib/ |
D | clique_runner.py | 143 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/ |
D | oauth2_credentials.h | 88 std::string debug_string() override; 118 std::string debug_string() override; 146 std::string debug_string() override;
|
D | oauth2_credentials.cc | 363 std::string grpc_oauth2_token_fetcher_credentials::debug_string() { in debug_string() function in grpc_oauth2_token_fetcher_credentials 406 std::string debug_string() override { in debug_string() function in __anon25f4cc6f0111::grpc_compute_engine_token_fetcher_credentials 409 grpc_oauth2_token_fetcher_credentials::debug_string()); in debug_string() 482 std::string grpc_google_refresh_token_credentials::debug_string() { in debug_string() function in grpc_google_refresh_token_credentials 485 grpc_oauth2_token_fetcher_credentials::debug_string()); in debug_string() 553 std::string debug_string() override { in debug_string() function in grpc_core::__anon25f4cc6f0211::StsTokenFetcherCredentials 557 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
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/plugin/ |
D | plugin_credentials.cc | 46 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()
|
D | plugin_credentials.h | 62 std::string debug_string() override;
|
/external/tensorflow/tensorflow/core/tpu/kernels/ |
D | tpu_op_util.cc | 144 key.debug_string = result.debug_string; in CreateCompilationCacheKey()
|
D | tpu_compilation_cache_key.h | 45 std::string debug_string; member
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 2188 std::string debug_string = original_file->DebugString(); in TEST_F() local 2191 SetupParser(debug_string.c_str()); in TEST_F() 2195 ASSERT_EQ("", error_collector_.text_) << "Failed to parse:\n" << debug_string; in TEST_F() 2215 ASSERT_TRUE(actual != NULL) << "Failed to validate:\n" << debug_string; in TEST_F() 2237 std::string debug_string = original_file->DebugString(); in TEST_F() local 2240 SetupParser(debug_string.c_str()); in TEST_F() 2370 const std::string debug_string = in TEST_F() local 2375 debug_string.find(expected_comments[i]); in TEST_F() 2381 SetupParser(debug_string.c_str()); in TEST_F() 2386 << debug_string; in TEST_F() [all …]
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/iam/ |
D | iam_credentials.h | 42 std::string debug_string() override { return debug_string_; } in debug_string() function
|
/external/protobuf/src/google/protobuf/ |
D | unknown_field_set_unittest.cc | 273 const std::string debug_string = empty_message_.DebugString(); in TEST_F() local 275 EXPECT_NE(debug_string, other_debug_string); in TEST_F() 278 EXPECT_EQ(debug_string, other_message.DebugString()); in TEST_F() 283 const std::string debug_string = empty_message_.DebugString(); in TEST_F() local 288 EXPECT_EQ(debug_string, empty_message_.DebugString()); in TEST_F()
|
D | text_format.cc | 88 std::string debug_string; in DebugString() local 93 printer.PrintToString(*this, &debug_string); in DebugString() 95 return debug_string; in DebugString() 99 std::string debug_string; in ShortDebugString() local 105 printer.PrintToString(*this, &debug_string); in ShortDebugString() 107 if (debug_string.size() > 0 && debug_string[debug_string.size() - 1] == ' ') { in ShortDebugString() 108 debug_string.resize(debug_string.size() - 1); in ShortDebugString() 111 return debug_string; in ShortDebugString() 115 std::string debug_string; in Utf8DebugString() local 121 printer.PrintToString(*this, &debug_string); in Utf8DebugString() [all …]
|
/external/autotest/server/cros/chaos_lib/ |
D | static_runner.py | 192 debug_string = pprint.pformat(debug_dict) 206 debug_info=debug_string,
|
D | chaos_runner.py | 239 debug_string = pprint.pformat(debug_dict) 253 debug_info=debug_string,
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/fake/ |
D | fake_credentials.h | 80 std::string debug_string() override { return "MD only Test Credentials"; }; in debug_string() function
|
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | credentials_test.cc | 747 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/composite/ |
D | composite_credentials.cc | 122 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()
|
D | composite_credentials.h | 96 std::string debug_string() override;
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_state.cc | 91 string debug_string) { in Emplace() argument 93 debug_string); in Emplace()
|
D | grpc_state.h | 286 StatusCallback cb, string debug_string) in Exchange() argument 291 debug_string_(std::move(debug_string)) {} in Exchange() 355 std::string debug_string);
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.h | 1149 #undef debug_string 1151 #if( !defined( debug_string ) ) 1153 #define debug_string( STR ) \ macro 1160 #define debug_string( STR ) macro
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/jwt/ |
D | jwt_credentials.h | 52 std::string debug_string() override { in debug_string() function
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/ |
D | external_account_credentials.h | 56 std::string debug_string() override;
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/client/ |
D | secure_credentials.h | 71 std::string(c_creds_->debug_string()), "}"); in DebugString()
|