Home
last modified time | relevance | path

Searched refs:toHexString (Results 1 – 25 of 52) sorted by relevance

123

/cts/tests/tests/content/src/android/content/res/cts/
DPrimitiveTest.java41 + ": in resource 0x" + Integer.toHexString(resid), expected, value); in tryEnum()
58 + ": in resource 0x" + Integer.toHexString(resid), expected, value); in tryFlag()
75 + " from TypedValue: in resource 0x" + Integer.toHexString(resid), in tryBoolean()
78 + " from getBoolean(): in resource 0x" + Integer.toHexString(resid), in tryBoolean()
93 + ": in resource 0x" + Integer.toHexString(resid), in tryString()
109 + actual + "\" in resources 0x" + Integer.toHexString(resid), in checkString()
DPrivateAttributeTest.java47 + " (0x" + Integer.toHexString(currentAttr) + ")" in testNoAttributesAfterLastPublicAttribute()
50 + " (0x" + Integer.toHexString(sLastPublicAttr) + ")"); in testNoAttributesAfterLastPublicAttribute()
DArrayTest.java36 assertEquals("in resource 0x" + Integer.toHexString(resid) in checkEntry()
60 assertEquals("in resource 0x" + Integer.toHexString(resid) in checkIntArray()
DResourcesTest.java141 + "got '" + actual + "' from resource 0x" + Integer.toHexString(resId), in checkGetText1()
144 + ", got '" + actual + "' from resource 0x" + Integer.toHexString(resId), in checkGetText1()
152 + "got '" + actual + "' from resource 0x" + Integer.toHexString(resId), in checkGetText2()
155 + ", got '" + actual + "' from resource 0x" + Integer.toHexString(resId), in checkGetText2()
582 + actual + "\" in resources 0x" + Integer.toHexString(resid), in checkString()
611 assertEquals("in resource 0x" + Integer.toHexString(resid) in checkEntry()
640 + " from TypedValue: in resource 0x" + Integer.toHexString(resid), in tryBoolean()
643 + " from getBoolean(): in resource 0x" + Integer.toHexString(resid), in tryBoolean()
652 + ": in resource 0x" + Integer.toHexString(resid), in tryString()
DFractionTest.java87 + Integer.toHexString(resid) + " " + mValue, diff > prec); in tryFraction()
/cts/tests/tests/database/src/android/database/sqlite/cts/
DDatabaseStatementTest.java157 statement.bindString(1, Long.toHexString(i)); in testStatementStringBinding()
167 assertEquals(Long.toHexString(i), num); in testStatementStringBinding()
202 args[i] = Integer.toHexString(i); in testSimpleStringBinding()
212 assertEquals(Integer.toHexString(0), num); in testSimpleStringBinding()
215 assertEquals(Integer.toHexString(1), val); in testSimpleStringBinding()
227 statement.bindString(2, Long.toHexString(i)); in testStatementMultipleBindings()
240 assertEquals(Long.toHexString(i), str); in testStatementMultipleBindings()
261 mStatement.bindString(2, Long.toHexString(i)); in run()
275 assertEquals(Long.toHexString(i), str); in run()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DProtocolParamsReaderActivity.java51 sb.append("SAK: 0x" + Integer.toHexString(sak & 0xFF) + "\n"); in parseProtocolParameters()
71 sb.append(" TL: 0x" + Integer.toHexString(ats[0] & 0xFF) + "\n"); in parseProtocolParameters()
72 sb.append(" T0: 0x" + Integer.toHexString(ats[1] & 0xFF) + "\n"); in parseProtocolParameters()
111 sb.append(" TA: 0x" + Integer.toHexString(ats[atsIndex] & 0xff) + "\n"); in parseProtocolParameters()
132 sb.append(" TB: 0x" + Integer.toHexString(ats[3] & 0xFF) + "\n"); in parseProtocolParameters()
154 sb.append(" TC: 0x" + Integer.toHexString(ats[atsIndex] & 0xFF) + "\n"); in parseProtocolParameters()
/cts/tests/tests/graphics/src/android/graphics/cts/
DVulkanFeaturesTest.java71 Log.d(TAG, feature.name + "=0x" + Integer.toHexString(feature.version)); in setUp()
108 " version 0x" + Integer.toHexString(mVulkanHardwareVersion.version) + " is not" + in testVulkanHardwareFeatures()
120 ": level=" + level + " version=0x" + Integer.toHexString(version)); in testVulkanHardwareFeatures()
135 " version 0x" + Integer.toHexString(mVulkanHardwareVersion.version) + in testVulkanHardwareFeatures()
137 " to best physical device version 0x" + Integer.toHexString(bestDeviceVersion), in testVulkanHardwareFeatures()
DSweepGradientTest.java133 System.out.println(Integer.toHexString(pixel)); in checkColors()
134 System.out.println(Integer.toHexString(color)); in checkColors()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
DExactComparer.java46 Log.d(TAG, "Expected color : " + Integer.toHexString(ideal[index]) + in verifySame()
47 " given color : " + Integer.toHexString(given[index])); in verifySame()
DThresholdDifferenceComparer.java57 Log.d(TAG, "Expected color " + Integer.toHexString(ideal[index]) + in verifySame()
58 " given color " + Integer.toHexString(given[index])); in verifySame()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DSamplePointVerifier.java56 Log.d(TAG, "Expected : " + Integer.toHexString(mExpectedColors[i]) + in verify()
58 Integer.toHexString(bitmap[index])); in verify()
DPerPixelBitmapVerifier.java64 Log.d(TAG, "Expected : " + Integer.toHexString(getExpectedColor(x, y)) in verify()
65 + " received : " + Integer.toHexString(bitmap[index]) in verify()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DLibraryDeviceInfo.java106 return toHexString(digest(input, "sha1")); in sha1()
126 private static String toHexString(byte[] buffer) { in toHexString() method in LibraryDeviceInfo
/cts/tests/tests/text/src/android/text/cts/
DEmojiTest.java59 sb.append("[ID:0x" + Integer.toHexString(System.identityHashCode(bmp))); in describeBitmap()
95 String baseMessage = "Glyph for U+" + Integer.toHexString(comparedCodePoints[i][0]) + in testEmojiGlyph()
97 Integer.toHexString(comparedCodePoints[i][1]) + ". "; in testEmojiGlyph()
/cts/tests/tests/keystore/src/android/keystore/cts/
DHexEncoding.java91 "Invalid hexadecimal digit at position : '" + c + "' (0x" + Integer.toHexString(c) + ")"); in getHexadecimalDigitValue()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DOrganizationInfoTest.java28 assertEquals("Default color returned: " + Integer.toHexString(defaultColor), in testDefaultOrganizationColor()
/cts/tests/video/src/android/video/cts/
DCodecInfo.java99 builder.append(Integer.toHexString(e)); in printIntArray()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioInputRoutingNotificationsActivity.java82 deviceName + " [0x" + Integer.toHexString(deviceType) + "]" + in onRoutingChanged()
DAudioOutputRoutingNotificationsActivity.java82 deviceName + " [0x" + Integer.toHexString(deviceType) + "]" + in onRoutingChanged()
/cts/tests/tests/util/src/android/util/cts/
DArrayMapTest.java175 + Integer.toHexString(map.entrySet().hashCode()) + " array=0x" in compareMaps()
176 + Integer.toHexString(array.entrySet().hashCode())); in compareMaps()
189 + Integer.toHexString(map.keySet().hashCode()) + " array=0x" in compareMaps()
190 + Integer.toHexString(array.keySet().hashCode())); in compareMaps()
/cts/tests/tests/media/src/android/media/cts/
DResourceManagerTestActivityBase.java180 Log.d(TAG, "CodecException 0x" + Integer.toHexString(e.getErrorCode())); in allocateCodecs()
210 Log.d(TAG, "useCodecs got CodecException 0x" + Integer.toHexString(e.getErrorCode())); in doUseCodecs()
/cts/tests/tests/graphics/src/android/opengl/cts/
DEglContextTest.java158 throw new RuntimeException("gl error: " + Integer.toHexString(errorCode)); in checkGlError()
/cts/tests/tests/car/src/android/car/cts/
DCarAppContextManagerTest.java209 Log.i(TAG, "onAppContextChange " + Integer.toHexString(activeContexts)); in onAppContextChange()
232 Log.i(TAG, "onAppContextOwnershipLoss " + Integer.toHexString(context)); in onAppContextOwnershipLoss()
/cts/tests/vr/src/android/vr/cts/
DVrExtensionBehaviorTest.java170 assertTrue("Unable to set context priority to " + Integer.toHexString(priority), in runContextPriorityTest()

123