Searched refs:debug_string (Results 1 - 10 of 10) sorted by relevance

/external/autotest/server/cros/clique_lib/
H A Dclique_runner.py146 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/
H A Dtext_format.cc75 string debug_string; local
77 TextFormat::PrintToString(*this, &debug_string);
79 return debug_string;
83 string debug_string; local
88 printer.PrintToString(*this, &debug_string);
90 if (debug_string.size() > 0 &&
91 debug_string[debug_string.size() - 1] == ' ') {
92 debug_string.resize(debug_string
99 string debug_string; local
[all...]
H A Dunknown_field_set_unittest.cc267 const string debug_string = empty_message_.DebugString(); local
269 EXPECT_NE(debug_string, other_debug_string);
272 EXPECT_EQ(debug_string, other_message.DebugString());
277 const string debug_string = empty_message_.DebugString(); local
282 EXPECT_EQ(debug_string, empty_message_.DebugString());
H A Dtext_format_unittest.cc186 string debug_string = proto_.DebugString(); local
195 EXPECT_EQ(correct_string, debug_string);
211 string debug_string = proto_.DebugString(); local
232 EXPECT_EQ(correct_string, debug_string);
/external/autotest/server/cros/chaos_lib/
H A Dchaos_runner.py198 debug_string = pprint.pformat(debug_dict)
212 debug_info=debug_string,
/external/mdnsresponder/mDNSShared/
H A DDebugServices.h1143 /*! @defined debug_string
1149 #undef debug_string macro
1151 #if( !defined( debug_string ) )
1153 #define debug_string( STR ) \ macro
1160 #define debug_string( STR ) macro
H A DDebugServices.c2786 // debug_string
2788 debug_string( "debug_string" );
/external/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc1458 string debug_string = original_file->DebugString(); local
1461 SetupParser(debug_string.c_str());
1466 << "Failed to parse:\n" << debug_string;
1486 << "Failed to validate:\n" << debug_string;
1508 string debug_string = original_file->DebugString(); local
1511 SetupParser(debug_string.c_str());
/external/v8/src/
H A Dbootstrapper.cc3441 Handle<String> debug_string = local
3444 if (debug_string->AsArrayIndex(&index)) return true;
3446 JSObject::AddProperty(global, debug_string, global_proxy, DONT_ENUM);
/external/v8/test/cctest/
H A Dtest-debug.cc115 Handle<v8::internal::String> debug_string = local
118 global, debug_string, handle(debug_context->global_proxy()),

Completed in 365 milliseconds