/external/deqp/framework/common/ |
tcuFormatUtil.hpp | 249 inline Format::Hex<NumDigits> toHex (T value) 256 inline Format::Hex<sizeof(T)*2> toHex (T value)
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
TypeUtil.java | 380 public static void toHex(byte b,Appendable buf) 396 public static void toHex(int value,Appendable buf) throws IOException 420 public static void toHex(long value,Appendable buf) throws IOException 422 toHex((int)(value>>32),buf); 423 toHex((int)value,buf);
|
StringUtil.java | 368 TypeUtil.toHex(b[i],buf);
|
/external/deqp/modules/gles31/functional/ |
es31fShaderIntegerFunctionTests.cpp | 66 return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits()); 97 case glu::TYPE_UINT: str << tcu::toHex(((const deUint32*)varValue.value)[compNdx]); break; 442 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); 536 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); 626 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1); 717 m_failMsg << "Expected [" << compNdx << "] = " << tcu::toHex(ref0) << ", " << tcu::toHex(ref1) [all...] |
es31fOpaqueTypeIndexingTests.cpp | 853 << tcu::toHex(refValue) << ", got " << tcu::toHex(resValue) [all...] |
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/ |
CaseIterator.java | 31 private static Transliterator toHex = Transliterator.getInstance("[:^ascii:] Any-Hex"); 388 System.out.print("\t{\"" + toHex.transliterate(key) + "\","); 391 System.out.print("\"" + toHex.transliterate(item) + "\",");
|
/external/deqp/modules/egl/ |
teglSurfacelessContextTests.cpp | 125 log << TestLog::Message << " Fail, context: " << tcu::toHex(*context) << ", error: " << eglu::getErrorName(err) << TestLog::EndMessage;
|
/external/deqp/framework/opengl/ |
gluTextureUtil.cpp | 456 throw tcu::InternalError(string("Can't map GL pixel format (") + tcu::toHex(format).toString() + ", " + tcu::toHex(dataType).toString() + ") to texture format"); 547 throw tcu::InternalError(string("Can't map GL sized internal format (") + tcu::toHex(internalFormat).toString() + ") to texture format"); [all...] |
/external/icu/icu4c/source/test/intltest/ |
intltest.cpp | 287 IntlTest::toHex(uint32_t number, int32_t digits) { [all...] |
/external/deqp/modules/gles2/functional/ |
es2fNegativeTextureApiTests.cpp | [all...] |
es2fDepthStencilTests.cpp | 123 << " compare mask = " << tcu::toHex(params.compareMask) << "\n" 127 << " write mask = " << tcu::toHex(params.writeMask) << "\n" [all...] |
es2fTextureSpecificationTests.cpp | 73 throw tcu::InternalError(string("Can't map GL unsized internal format (") + tcu::toHex(internalFormat).toString() + ") to texture format"); [all...] |
/external/jetty/src/java/org/eclipse/jetty/io/ |
AbstractBuffer.java | 595 TypeUtil.toHex(b,buf); 603 TypeUtil.toHex(b,buf);
|
/prebuilts/tools/common/mkidentity/ |
mkidentity-prebuilt.jar | |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
Utils.java | 142 public static String toHex(byte[] octets) {
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
yjp-controller-api-redist.jar | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_float.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_float.py | [all...] |
/external/deqp/modules/gles3/functional/ |
es3fDepthStencilTests.cpp | 123 << " compare mask = " << tcu::toHex(params.compareMask) << "\n" 127 << " write mask = " << tcu::toHex(params.writeMask) << "\n" [all...] |
es3fTransformFeedbackTests.cpp | 840 : (std::string("unknown(") + tcu::toHex(type).toString() + ")"); [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/ |
MOManager.java | 443 Utils.toHex(cred.getFingerPrint()), null);
|
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/ |
jetty-util-8.1.14.v20131031.jar | |
/external/robolectric/lib/main/ |
sqlite-jdbc-3.7.2.jar | |
/prebuilts/tools/common/netbeans-visual/ |
org-openide-util.jar | |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiConfigStore.java | [all...] |