Home
last modified time | relevance | path

Searched refs:showBytes (Results 1 – 5 of 5) sorted by relevance

/external/parameter-framework/upstream/test/functional-tests/
DHandle.cpp307 static string showBytes(const Bytes &bytes) in showBytes() function
335 checkEq(showBytes(result), expect); in checkBytesEq()
339 checkEq(showBytes(result), showBytes(expect)); in checkBytesEq()
451 CHECK(showBytes(readBytes(testBasicSettingsBytes)) == testBasicSettingsBytes);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralRulesTest.java1069 logln(s.getClass() + ": " + showBytes(contents));
1083 private String showBytes(byte[] contents) {
DMeasureUnitTest.java1796 logln("bytes: " + contents.length + "; " + item.getClass() + ": " + showBytes(contents)); in checkStreamingEquality()
1813 private String showBytes(byte[] contents) { in showBytes() method in MeasureUnitTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DPluralRulesTest.java1073 logln(s.getClass() + ": " + showBytes(contents));
1087 private String showBytes(byte[] contents) {
DMeasureUnitTest.java1800 logln("bytes: " + contents.length + "; " + item.getClass() + ": " + showBytes(contents)); in checkStreamingEquality()
1817 private String showBytes(byte[] contents) { in showBytes() method in MeasureUnitTest