Home
last modified time | relevance | path

Searched refs:setbase (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_value.cpp133 os << "[0x" << std::setbase(16) << m_value.u << " " << std::setbase(10) in do_print()
140 os << "[0x" << std::setbase(16) << m_value.u << " " in do_print()
141 << std::setbase(10); in do_print()
/third_party/boost/libs/intrusive/test/
Dfunction_hook_test.cpp133 CustomSetBase setbase; in main() local
144 setbase.insert(n); in main()
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dparse_number.h179 text_stream >> std::setbase(0); in ParseNumber()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/util/
Dparse_number.h178 text_stream >> std::setbase(0); in ParseNumber()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dparse_number.h179 text_stream >> std::setbase(0); in ParseNumber()
/third_party/spirv-tools/source/util/
Dparse_number.h179 text_stream >> std::setbase(0); in ParseNumber()
/third_party/mesa3d/src/gtest/src/
Dgtest.cc2370 message << "SEH exception with code 0x" << std::setbase(16) << in FormatSehExceptionMessage()
2371 exception_code << std::setbase(10) << " thrown in " << location << "."; in FormatSehExceptionMessage()
/third_party/googletest/googletest/src/
Dgtest.cc2544 message << "SEH exception with code 0x" << std::setbase(16) << in FormatSehExceptionMessage()
2545 exception_code << std::setbase(10) << " thrown in " << location << "."; in FormatSehExceptionMessage()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp9668 << "0x" << std::setw(8) << std::setfill('0') << std::setbase(16) << getExpectedValue(i) in testShaderStage()
9670 << "0x" << std::setw(8) << std::setfill('0') << std::setbase(16) in testShaderStage()
9672 << "0x" << std::setw(8) << std::setfill('0') << std::setbase(16) in testShaderStage()
Dgl4cCopyImageTests.cpp1098 stream << std::setbase(16) << std::setw(2) << std::setfill('0') << (GLuint)pixel[i]; in getPixelString()
Dgl4cShadingLanguage420PackTests.cpp1992 …context.getTestContext().getLog() << tcu::TestLog::Message << "Invalid texel: " << std::setbase(16) in checkResults()
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc4035 message << "SEH exception with code 0x" << std::setbase(16) << in FormatSehExceptionMessage()
4036 exception_code << std::setbase(10) << " thrown in " << location << "."; in FormatSehExceptionMessage()
/third_party/chromium/patch/
D0001-cve.patch89269 - * debugXML.c: added "setbase" to test it.