Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/test/tools/llvm-exegesis/X86/
Danalysis-uops-backwards.test18 - { 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/
Dreader_base.cc245 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/
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.cc363 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/
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/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_op_util.cc144 key.debug_string = result.debug_string; in CreateCompilationCacheKey()
Dtpu_compilation_cache_key.h45 std::string debug_string; member
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2188 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/
Diam_credentials.h42 std::string debug_string() override { return debug_string_; } in debug_string() function
/external/protobuf/src/google/protobuf/
Dunknown_field_set_unittest.cc273 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()
Dtext_format.cc88 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/
Dstatic_runner.py192 debug_string = pprint.pformat(debug_dict)
206 debug_info=debug_string,
Dchaos_runner.py239 debug_string = pprint.pformat(debug_dict)
253 debug_info=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
/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/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()
Dcomposite_credentials.h96 std::string debug_string() override;
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_state.cc91 string debug_string) { in Emplace() argument
93 debug_string); in Emplace()
Dgrpc_state.h286 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/
DDebugServices.h1149 #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/
Djwt_credentials.h52 std::string debug_string() override { in debug_string() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/
Dexternal_account_credentials.h56 std::string debug_string() override;
/external/rust/crates/grpcio-sys/grpc/src/cpp/client/
Dsecure_credentials.h71 std::string(c_creds_->debug_string()), "}"); in DebugString()

12