Home
last modified time | relevance | path

Searched refs:debugString (Results 1 – 3 of 3) sorted by relevance

/developtools/hiperf/src/
Ddwarf_encoding.cpp32 std::string debugString = ApplicationName() + ":" + FormatName() + " format:" + ToHex(dw_) + in ToString() local
38 debugString.append(ToHex(data[0]) + " "); in ToString()
42 debugString.append(" | " + ToHex(GetValue(), GetSize(), true)); in ToString()
43 debugString.append(" applied:" + ToHex(GetAppliedValue(), GetSize())); in ToString()
44 return debugString; in ToString()
/developtools/profiler/device/plugins/native_daemon/src/
Ddwarf_encoding.cpp32 std::string debugString = ApplicationName() + ":" + FormatName() + " format:" + ToHex(dw_) + in ToString() local
38 debugString.append(ToHex(data[0]) + " "); in ToString()
42 debugString.append(" | " + ToHex(GetValue(), GetSize(), true)); in ToString()
43 debugString.append(" applied:" + ToHex(GetAppliedValue(), GetSize())); in ToString()
44 return debugString; in ToString()
/developtools/hdc/test/unittest/common/
Duart_test.cpp695 std::string debugString = testPackage.ToDebugString(); variable
696 EXPECT_THAT(debugString, HasSubstr("pkgStatus"));
697 EXPECT_THAT(debugString, Not(HasSubstr("sent")));
700 debugString = testPackage.ToDebugString();
701 EXPECT_THAT(debugString, HasSubstr("pkgStatus"));
702 EXPECT_THAT(debugString, HasSubstr("sent"));
705 debugString = testPackage.ToDebugString();
706 EXPECT_THAT(debugString, HasSubstr("pkgStatus"));
707 EXPECT_THAT(debugString, HasSubstr("NAK"));
711 debugString = testPackage.ToDebugString();
[all …]