Searched refs:debug_string (Results 1 – 10 of 10) sorted by relevance
/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 | 75 string debug_string; in DebugString() local 77 TextFormat::PrintToString(*this, &debug_string); in DebugString() 79 return debug_string; in DebugString() 83 string debug_string; in ShortDebugString() local 88 printer.PrintToString(*this, &debug_string); in ShortDebugString() 90 if (debug_string.size() > 0 && in ShortDebugString() 91 debug_string[debug_string.size() - 1] == ' ') { in ShortDebugString() 92 debug_string.resize(debug_string.size() - 1); in ShortDebugString() 95 return debug_string; in ShortDebugString() 99 string debug_string; in Utf8DebugString() local [all …]
|
D | unknown_field_set_unittest.cc | 267 const string debug_string = empty_message_.DebugString(); in TEST_F() local 269 EXPECT_NE(debug_string, other_debug_string); in TEST_F() 272 EXPECT_EQ(debug_string, other_message.DebugString()); in TEST_F() 277 const string debug_string = empty_message_.DebugString(); in TEST_F() local 282 EXPECT_EQ(debug_string, empty_message_.DebugString()); in TEST_F()
|
D | text_format_unittest.cc | 186 string debug_string = proto_.DebugString(); in TEST_F() local 195 EXPECT_EQ(correct_string, debug_string); in TEST_F() 211 string debug_string = proto_.DebugString(); in TEST_F() local 232 EXPECT_EQ(correct_string, debug_string); in TEST_F()
|
/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 | chaos_runner.py | 198 debug_string = pprint.pformat(debug_dict) 212 debug_info=debug_string,
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 1458 string debug_string = original_file->DebugString(); in TEST_F() local 1461 SetupParser(debug_string.c_str()); in TEST_F() 1466 << "Failed to parse:\n" << debug_string; in TEST_F() 1486 << "Failed to validate:\n" << debug_string; in TEST_F() 1508 string debug_string = original_file->DebugString(); in TEST_F() local 1511 SetupParser(debug_string.c_str()); in TEST_F()
|
/external/v8/src/ |
D | bootstrapper.cc | 3012 Handle<String> debug_string = in InstallSpecialObjects() local 3015 if (debug_string->AsArrayIndex(&index)) return true; in InstallSpecialObjects() 3017 JSObject::AddProperty(global, debug_string, global_proxy, DONT_ENUM); in InstallSpecialObjects()
|
/external/v8/test/cctest/ |
D | test-debug.cc | 115 Handle<v8::internal::String> debug_string = in ExposeDebug() local 118 global, debug_string, handle(debug_context->global_proxy()), in ExposeDebug()
|