/external/deqp/modules/gles2/functional/ |
D | es2fFloatStateQueryTests.cpp | 293 using tcu::toHex; in verifyFloatExpanded() 306 …"// ERROR: expected in range [" << toHex(expectedGLStateMin) << "," << toHex(expectedGLStateMax) <… in verifyFloatExpanded() 318 using tcu::toHex; in verifyFloat2Expanded() 342 << "[" << toHex(referenceAsGLintMin[0]) << " " << toHex(referenceAsGLintMax[0]) << "], " in verifyFloat2Expanded() 343 << "[" << toHex(referenceAsGLintMin[1]) << " " << toHex(referenceAsGLintMax[1]) << "]" in verifyFloat2Expanded() 345 << toHex(floatVector2[0]) << ", " in verifyFloat2Expanded() 346 << toHex(floatVector2[1]) << " "<< TestLog::EndMessage; in verifyFloat2Expanded() 356 using tcu::toHex; in verifyFloat4Color() 386 << "[" << toHex(referenceAsGLintMin[0]) << " " << toHex(referenceAsGLintMax[0]) << "], " in verifyFloat4Color() 387 << "[" << toHex(referenceAsGLintMin[1]) << " " << toHex(referenceAsGLintMax[1]) << "], " in verifyFloat4Color() [all …]
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 31 …m_log << TestLog::Message << "glBeginConditionalRender(" << id << ", " << toHex(mode) << ");" << T… 45 …m_log << TestLog::Message << "glBeginQueryIndexed(" << toHex(target) << ", " << index << ", " << i… 87 …TestLog::Message << "glBindBuffersBase(" << toHex(target) << ", " << first << ", " << count << ", … 94 …toHex(target) << ", " << first << ", " << count << ", " << toHex(reinterpret_cast<deUintptr>(stati… 129 …m_log << TestLog::Message << "glBindImageTextures(" << first << ", " << count << ", " << toHex(rei… 157 …m_log << TestLog::Message << "glBindSamplers(" << first << ", " << count << ", " << toHex(reinterp… 178 …m_log << TestLog::Message << "glBindTextures(" << first << ", " << count << ", " << toHex(reinterp… 206 …toHex(reinterpret_cast<deUintptr>(static_cast<const void*>(buffers))) << ", " << toHex(reinterpret… 269 …dFuncSeparatei(" << buf << ", " << toHex(srcRGB) << ", " << toHex(dstRGB) << ", " << toHex(srcAlph… 276 …m_log << TestLog::Message << "glBlendFunci(" << buf << ", " << toHex(src) << ", " << toHex(dst) <<… [all …]
|
D | gluStrUtil.cpp | 77 return str << tcu::toHex(unitStr.texUnit); in operator <<() 115 return str << tcu::toHex(valueStr.value); in operator <<() 182 str << tcu::toHex(flags); in operator <<()
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapper.inl | 20 …m_log << TestLog::Message << "eglBindTexImage(" << dpy << ", " << toHex(surface) << ", " << buffer… 65 …m_log << TestLog::Message << "eglCopyBuffers(" << dpy << ", " << toHex(surface) << ", " << toHex(t… 75 …m_log << TestLog::Message << "eglCreateContext(" << dpy << ", " << toHex(config) << ", " << share_… 85 …essage << "eglCreateImage(" << dpy << ", " << ctx << ", " << toHex(target) << ", " << toHex(buffer… 95 …age << "eglCreateImageKHR(" << dpy << ", " << ctx << ", " << toHex(target) << ", " << toHex(buffer… 105 …eatePbufferFromClientBuffer(" << dpy << ", " << toHex(buftype) << ", " << toHex(buffer) << ", " <<… 108 m_log << TestLog::Message << "// " << toHex(returnValue) << " returned" << TestLog::EndMessage; 115 …m_log << TestLog::Message << "eglCreatePbufferSurface(" << dpy << ", " << toHex(config) << ", " <<… 118 m_log << TestLog::Message << "// " << toHex(returnValue) << " returned" << TestLog::EndMessage; 125 …tLog::Message << "eglCreatePixmapSurface(" << dpy << ", " << toHex(config) << ", " << toHex(pixmap… [all …]
|
D | egluStrUtil.cpp | 51 return str << tcu::toHex(attribFmt.value); in operator <<() 82 return str << tcu::toHex(attribFmt.value); in operator <<() 101 return str << tcu::toHex(attribFmt.value); in operator <<() 143 return str << tcu::toHex(attribFmt.value); in operator <<() 178 str << tcu::toHex(attrib) << ", ???"; in operator <<() 218 str << tcu::toHex(attrib) << ", ???"; in operator <<() 258 str << tcu::toHex(attrib) << ", ???"; in operator <<()
|
D | egluCallLogWrapper.cpp | 34 using tcu::toHex; 203 return str << toHex(fmt.display); in operator <<() 222 return str << toHex(fmt.surface); in operator <<() 241 return str << toHex(fmt.context); in operator <<()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFloatStateQueryTests.cpp | 326 using tcu::toHex; in verifyFloatExpanded() 339 …"// ERROR: expected in range [" << toHex(expectedGLStateMin) << "," << toHex(expectedGLStateMax) <… in verifyFloatExpanded() 351 using tcu::toHex; in verifyFloat2Expanded() 375 << "[" << toHex(referenceAsGLintMin[0]) << " " << toHex(referenceAsGLintMax[0]) << "], " in verifyFloat2Expanded() 376 << "[" << toHex(referenceAsGLintMin[1]) << " " << toHex(referenceAsGLintMax[1]) << "]" in verifyFloat2Expanded() 378 << toHex(floatVector2[0]) << ", " in verifyFloat2Expanded() 379 << toHex(floatVector2[1]) << " "<< TestLog::EndMessage; in verifyFloat2Expanded() 389 using tcu::toHex; in verifyFloat4Color() 419 << "[" << toHex(referenceAsGLintMin[0]) << " " << toHex(referenceAsGLintMax[0]) << "], " in verifyFloat4Color() 420 << "[" << toHex(referenceAsGLintMin[1]) << " " << toHex(referenceAsGLintMax[1]) << "], " in verifyFloat4Color() [all …]
|
D | es3fShaderPackingFunctionTests.cpp | 62 return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits()); in operator <<() 223 << ", expected packSnorm2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref) in iterate() 224 << ", got " << tcu::toHex(res) in iterate() 312 << " expected unpackSnorm2x16(" << tcu::toHex(inputs[valNdx]) << ") = " in iterate() 414 << ", expected packUnorm2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref) in iterate() 415 << ", got " << tcu::toHex(res) in iterate() 503 << " expected unpackUnorm2x16(" << tcu::toHex(inputs[valNdx]) << ") = " in iterate() 610 << ", expected packHalf2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref) in iterate() 611 << ", got " << tcu::toHex(res) in iterate() 719 << " expected unpackHalf2x16(" << tcu::toHex(inputs[valNdx]) << ") = " in iterate() [all …]
|
D | es3fShaderCommonFunctionTests.cpp | 268 return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits()); in operator <<() 279 return str << (v.value ? "true" : "false") << " / " << tcu::toHex(v.value); in operator <<() 310 case glu::TYPE_UINT: str << tcu::toHex(((const deUint32*)varValue.value)[compNdx]); break; in operator <<() 676 … << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex(ulpDiff); in compare() 708 …ompNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff); in compare() 775 << tcu::toHex(maxUlpDiff) << ", got ULP diff " << tcu::toHex(ulpDiff); in compare() 996 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(refOut0) << " with threshold " in compare() 997 << tcu::toHex(maxUlpDiff) << ", got diff " << tcu::toHex(ulpDiff); in compare() 1064 …m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(tcu::Float32(in0).bits()) << " with U… in compare() 1065 << tcu::toHex(maxUlpDiff) << ", got ULP diff " << tcu::toHex(ulpDiff); in compare() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | UnicodeNormalizerConformanceTest.java | 213 String toHex = s.substring(pos,delim); in hexsplit() local 216 int len = toHex.length(); in hexsplit() 218 if(toHex.charAt(index)==' '){ in hexsplit() 221 int spacePos = toHex.indexOf(' ', index); in hexsplit() 223 appendInt(buf,toHex.substring(index,len),s); in hexsplit() 226 appendInt(buf,toHex.substring(index, spacePos),s); in hexsplit()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | UnicodeNormalizerConformanceTest.java | 217 String toHex = s.substring(pos,delim); in hexsplit() local 220 int len = toHex.length(); in hexsplit() 222 if(toHex.charAt(index)==' '){ in hexsplit() 225 int spacePos = toHex.indexOf(' ', index); in hexsplit() 227 appendInt(buf,toHex.substring(index,len),s); in hexsplit() 230 appendInt(buf,toHex.substring(index, spacePos),s); in hexsplit()
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32VulkanPlatform.cpp | 146 dst << "unknown product " << tcu::toHex(osInfo.wProductType); in getOSInfo() 181 dst << tcu::toHex(sysInfo.wProcessorArchitecture); in getProcessorInfo() 184 …dst << ", level " << tcu::toHex(sysInfo.wProcessorLevel) << ", revision " << tcu::toHex(sysInfo.wP… in getProcessorInfo()
|
/external/deqp/modules/egl/ |
D | teglQueryContextTests.cpp | 120 …l, call returned the wrong context. Expected: " << tcu::toHex(context) << ", got: " << tcu::toHex(… in executeForContext() 160 log << TestLog::Message << " Fail, read surface: " << tcu::toHex(gotReadSurface) in executeForContext() 161 << ", draw surface: " << tcu::toHex(gotDrawSurface) in executeForContext() 162 << ", expected: " << tcu::toHex(surface) << TestLog::EndMessage; in executeForContext() 203 …l, call returned the wrong display. Expected: " << tcu::toHex(display) << ", got: " << tcu::toHex(… in executeForContext()
|
/external/nist-sip/java/gov/nist/javax/sip/ |
D | Utils.java | 63 private static final char[] toHex = { '0', '1', '2', '3', '4', '5', '6', field in Utils 93 c[pos++] = toHex[(b[i] >> 4) & 0x0F]; in toHexString() 94 c[pos++] = toHex[b[i] & 0x0f]; in toHexString()
|
/external/skia/experimental/SkV8Example/js/ |
D | path.js | 14 context.strokeStyle = '#0000' + toHex(i); 27 function toHex(n) { function
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderPackingFunctionTests.cpp | 62 return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits()); in operator <<() 227 << ", expected packSnorm2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref) in iterate() 228 << ", got " << tcu::toHex(res) in iterate() 316 << " expected unpackSnorm2x16(" << tcu::toHex(inputs[valNdx]) << ") = " in iterate() 418 << ", expected packUnorm2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref) in iterate() 419 << ", got " << tcu::toHex(res) in iterate() 507 << " expected unpackUnorm2x16(" << tcu::toHex(inputs[valNdx]) << ") = " in iterate() 614 << ", expected packHalf2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref) in iterate() 615 << ", got " << tcu::toHex(res) in iterate() 723 << " expected unpackHalf2x16(" << tcu::toHex(inputs[valNdx]) << ") = " in iterate() [all …]
|
D | es31fShaderCommonFunctionTests.cpp | 342 return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits()); in operator <<() 353 return str << (v.value ? "true" : "false") << " / " << tcu::toHex(v.value); in operator <<() 384 case glu::TYPE_UINT: str << tcu::toHex(((const deUint32*)varValue.value)[compNdx]); break; in operator <<() 754 … << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex(ulpDiff); in compare() 786 …ompNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff); in compare() 853 << tcu::toHex(maxUlpDiff) << ", got ULP diff " << tcu::toHex(ulpDiff); in compare() 1079 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(refOut0) << " with threshold " in compare() 1080 << tcu::toHex(maxUlpDiff) << ", got diff " << tcu::toHex(ulpDiff); in compare() 1147 …m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(tcu::Float32(in0).bits()) << " with U… in compare() 1148 << tcu::toHex(maxUlpDiff) << ", got ULP diff " << tcu::toHex(ulpDiff); in compare() [all …]
|
D | es31fShaderAtomicOpTests.cpp | 160 << " s_var = " << typeName << "(" << tcu::toHex(m_initialValue) << "u);\n" in init() 626 …ROR: at group " << groupNdx << ": expected " << tcu::toHex(expectedValue) << ", got " << tcu::toHe… in verify() 637 << ": found unexpected value " << tcu::toHex(outputValue) in verify() 697 …ROR: at group " << groupNdx << ": expected " << tcu::toHex(expectedValue) << ", got " << tcu::toHe… in verify() 708 << ": found unexpected value " << tcu::toHex(outputValue) in verify() 776 …g() << TestLog::Message << "ERROR: at group " << groupNdx << ": expected " << tcu::toHex(expected0) in verify() 777 << " or " << tcu::toHex(expected1) << " (compare mask " << tcu::toHex(compareMask) in verify() 778 << "), got " << tcu::toHex(groupOutput) << TestLog::EndMessage; in verify() 792 << ": found unexpected value " << tcu::toHex(outputValue) in verify()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderPackingFunctionTests.cpp | 64 return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits()); in operator <<() 240 << ", expected packSnorm2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref) in iterate() 241 << ", got " << tcu::toHex(res) in iterate() 348 << " expected unpackSnorm2x16(" << tcu::toHex(inputs[valNdx]) << ") = " in iterate() 465 << ", expected packUnorm2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref) in iterate() 466 << ", got " << tcu::toHex(res) in iterate() 573 << " expected unpackUnorm2x16(" << tcu::toHex(inputs[valNdx]) << ") = " in iterate() 697 << ", expected packHalf2x16(" << inputs[valNdx] << ") = " << tcu::toHex(ref) in iterate() 698 << ", got " << tcu::toHex(res) in iterate() 822 << " expected unpackHalf2x16(" << tcu::toHex(inputs[valNdx]) << ") = " in iterate() [all …]
|
D | vktShaderCommonFunctionTests.cpp | 285 return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits()); in operator <<() 296 return str << (v.value ? "true" : "false") << " / " << tcu::toHex(v.value); in operator <<() 327 case glu::TYPE_UINT: str << tcu::toHex(((const deUint32*)varValue.value)[compNdx]); break; in operator <<() 870 … << "Expected [" << compNdx << "] = " << HexFloat(ref) << ", got ULP diff " << tcu::toHex(ulpDiff); in compare() 902 …ompNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff); in compare() 983 << tcu::toHex(maxUlpDiff) << ", got ULP diff " << tcu::toHex(ulpDiff); in compare() 1251 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(refOut0) << " with threshold " in compare() 1252 << tcu::toHex(maxUlpDiff) << ", got diff " << tcu::toHex(ulpDiff); in compare() 1353 …m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(tcu::Float32(in0).bits()) << " with U… in compare() 1354 << tcu::toHex(maxUlpDiff) << ", got ULP diff " << tcu::toHex(ulpDiff); in compare() [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
D | MessageDigestAlgorithm.java | 206 private static final char[] toHex = { field in MessageDigestAlgorithm 220 c[pos++] = toHex[(b[i] >> 4) & 0x0F]; in toHexString() 221 c[pos++] = toHex[b[i] & 0x0f]; in toHexString()
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | spdhelper.cpp | 59 inline const char * toHex(UINT8 b) in toHex() function 75 strNew.append(toHex(*prm++)); in isPatchBadImpl()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.cpp | 665 << ", returnedPtr=" << tcu::toHex(record.data.allocation.returnedPtr); in operator <<() 669 str << "REALLOCATION: original=" << tcu::toHex(record.data.reallocation.original) in operator <<() 673 << ", returnedPtr=" << tcu::toHex(record.data.reallocation.returnedPtr); in operator <<() 677 str << "FREE: mem=" << tcu::toHex(record.data.free.mem); in operator <<() 702 str << "Double free of " << tcu::toHex(violation.record.data.free.mem); in operator <<() 709 …str << "Attempt to free " << tcu::toHex(violation.record.data.free.mem) << " which has not been al… in operator <<() 716 …str << "Attempt to reallocate " << tcu::toHex(violation.record.data.reallocation.original) << " wh… in operator <<() 723 …str << "Attempt to reallocate " << tcu::toHex(violation.record.data.reallocation.original) << " wh… in operator <<() 738 …str << "Invalid internal allocation type " << tcu::toHex(violation.record.data.internalAllocation.… in operator <<()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktInfoTests.cpp | 135 << "driverVersion: " << tcu::toHex(properties.driverVersion) << "\n" in logDeviceInfo() 137 << "vendorID: " << tcu::toHex(properties.vendorID) << "\n" in logDeviceInfo() 138 << "deviceID: " << tcu::toHex(properties.deviceID) << "\n" in logDeviceInfo()
|
/external/deqp/modules/internal/ |
D | ditImageIOTests.cpp | 68 … TestLog::Message << "ERROR: expected hash " << tcu::toHex(m_expectedHash) << ", got " << tcu::toH… in iterate()
|