/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 | 146 debug_string = "" 155 debug_string += pprint.pformat(debug_dict) 157 debug_string += pprint.pformat({'ap_name': ap.name}) 158 return debug_string 290 debug_string = self._get_debug_string(dut_objects, aps) 301 debug_info=debug_string,
|
/external/protobuf/src/google/protobuf/ |
D | text_format.cc | 92 string debug_string; in DebugString() local 97 printer.PrintToString(*this, &debug_string); in DebugString() 99 return debug_string; in DebugString() 103 string debug_string; in ShortDebugString() local 109 printer.PrintToString(*this, &debug_string); in ShortDebugString() 111 if (debug_string.size() > 0 && in ShortDebugString() 112 debug_string[debug_string.size() - 1] == ' ') { in ShortDebugString() 113 debug_string.resize(debug_string.size() - 1); in ShortDebugString() 116 return debug_string; in ShortDebugString() 120 string debug_string; in Utf8DebugString() local [all …]
|
D | unknown_field_set_unittest.cc | 270 const string debug_string = empty_message_.DebugString(); in TEST_F() local 272 EXPECT_NE(debug_string, other_debug_string); in TEST_F() 275 EXPECT_EQ(debug_string, other_message.DebugString()); in TEST_F() 280 const string debug_string = empty_message_.DebugString(); in TEST_F() local 285 EXPECT_EQ(debug_string, empty_message_.DebugString()); in TEST_F()
|
D | text_format_unittest.cc | 191 string debug_string = proto_.DebugString(); in TEST_F() local 200 EXPECT_EQ(correct_string, debug_string); in TEST_F() 216 string debug_string = proto_.DebugString(); in TEST_F() local 237 EXPECT_EQ(correct_string, debug_string); in TEST_F()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 1764 string debug_string = original_file->DebugString(); in TEST_F() local 1767 SetupParser(debug_string.c_str()); in TEST_F() 1772 << "Failed to parse:\n" << debug_string; in TEST_F() 1792 << "Failed to validate:\n" << debug_string; in TEST_F() 1814 string debug_string = original_file->DebugString(); in TEST_F() local 1817 SetupParser(debug_string.c_str()); in TEST_F() 1947 const string debug_string = in TEST_F() local 1951 string::size_type found_pos = debug_string.find(expected_comments[i]); in TEST_F() 1957 SetupParser(debug_string.c_str()); in TEST_F() 1962 << "Failed to parse:\n" << debug_string; in TEST_F() [all …]
|
/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
|
D | DebugServices.c | 2788 debug_string( "debug_string" ); in DebugServicesTest()
|
/external/autotest/server/cros/chaos_lib/ |
D | static_runner.py | 194 debug_string = pprint.pformat(debug_dict) 208 debug_info=debug_string,
|
D | chaos_runner.py | 239 debug_string = pprint.pformat(debug_dict) 253 debug_info=debug_string,
|
/external/tensorflow/tensorflow/python/tools/ |
D | inspect_checkpoint.py | 56 print(reader.debug_string().decode("utf-8"))
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/ |
D | llvm-exegesis.rst | 57 - { key: latency, value: 1.0058, debug_string: '' }
|
/external/tensorflow/tensorflow/python/training/ |
D | saver_test.py | 2414 debug_string = reader.debug_string() 2416 self.assertTrue(compat.as_bytes("v0 (DT_FLOAT) [2,3]") in debug_string) 2417 self.assertTrue(compat.as_bytes("v1 (DT_FLOAT) [3,2,1]") in debug_string)
|
/external/tensorflow/tensorflow/lite/experimental/micro/ |
D | README.md | 534 just be `fprintf(stderr, debug_string)` whereas an embedded device might
|