/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | Core.cpp | 319 void FailedToMaterialize::log(raw_ostream &OS) const { in log() function in llvm::orc::FailedToMaterialize 338 void SymbolsNotFound::log(raw_ostream &OS) const { in log() function in llvm::orc::SymbolsNotFound 351 void SymbolsCouldNotBeRemoved::log(raw_ostream &OS) const { in log() function in llvm::orc::SymbolsCouldNotBeRemoved
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cExplicitUniformLocationTest.cpp | 80 static void setOutput(tcu::TestLog& log) in setOutput() argument
|
H A D | es31cProgramInterfaceQueryTests.cpp | 85 GLchar log[1024]; in LinkProgram() local 2802 GLchar log[1024]; CreateShaderProgram() local [all...] |
H A D | es31cSeparateShaderObjsTests.cpp | 551 TestLog& log = m_testCtx.getLog(); in iterate() local 688 TestLog& log = m_testCtx.getLog(); in iterate() local 907 TestLog& log = m_testCtx.getLog(); in iterate() local 1390 TestLog& log in setAndCompareUniforms() local 1649 TestLog& log = m_testCtx.getLog(); setAndCompareMatrixUniforms() local 2004 TestLog& log = m_testCtx.getLog(); logProgramInfoLog() local 2183 TestLog& log = m_testCtx.getLog(); iterate() local 2624 TestLog& log = m_testCtx.getLog(); logProgramInfoLog() local 2657 TestLog& log = m_testCtx.getLog(); iterate() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcCompressedFormatTests.cpp | 416 TestLog& log; member
|
H A D | glcPixelStorageModesTests.cpp | 653 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local 921 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local 1328 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local 1676 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local
|
H A D | glcUniformBlockTests.cpp | 667 glw::GLchar log[1024]; in Link() local 854 glw::GLchar log[1024]; Test() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsTestsUtils.hpp | 237 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | tarith.c | 758 static png_byte png_exp8bit(png_uint_32 log) in png_exp8bit() argument 763 static png_uint_16 png_exp16bit(png_uint_32 log) in png_exp16bit() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/ |
H A D | DawnTest.cpp | 562 dawn::LogMessage log = dawn::InfoLog(); in PrintTestConfigurationAndAdapterInfo() local [all...] |
/third_party/python/Lib/test/ |
H A D | test_random.py | 11 from math import log, exp, pi, fsum, sin, factorial namespace
|
/third_party/python/Modules/_decimal/tests/ |
H A D | deccheck.py | 923 def log(fmt, args=None): function [all...] |
/third_party/python/Lib/logging/ |
H A D | __init__.py | 1544 def log(self, level, msg, *args, **kwargs): global() member in Logger 1880 def log(self, level, msg, *args, **kwargs): global() member in LoggerAdapter 2160 def log(level, msg, *args, **kwargs): global() function [all...] |
/third_party/skia/dm/ |
H A D | DM.cpp | 927 SkString log; in push_sink() local 1116 SkString log; in Run() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDrawTests.cpp | 811 tcu::TestLog& log = m_testCtx.getLog(); in verifyImage() local 821 tcu::TestLog& log = m_testCtx.getLog(); in verifyImage() local
|
H A D | es3fFboRenderTest.cpp | 427 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local
|
H A D | es3fInstancedRenderingTests.cpp | 305 tcu::TestLog& log = m_testCtx.getLog(); in init() local
|
H A D | es3fShaderBuiltinVarTests.cpp | 295 TestLog& log = m_testCtx.getLog(); in iterate() local 392 TestLog& log = m_testCtx.getLog(); in iterate() local 482 TestLog& log = m_testCtx.getLog(); in iterate() local 606 TestLog& log = m_testCtx.getLog(); iterate() local [all...] |
H A D | es3fTextureShadowTests.cpp | 108 tcu::TestLog& log = testCtx.getLog(); in verifyTexCompareResult() local
|
H A D | es3fTransformFeedbackTests.cpp | 717 static bool compareTransformFeedbackOutput (tcu::TestLog& log, deUint32 primitiveType, const Output& output, int numInputs, const deUint8* inBasePtr, int inStride, const deUint8* outBasePtr, int outStride) in compareTransformFeedbackOutput() argument [all...] |
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pShaderOptimizationTests.cpp | 223 TestLog& log = m_testCtx.getLog(); in init() local 253 TestLog& log = m_testCtx.getLog(); in iterate() local [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fAtomicCounterTests.cpp | 524 bool AtomicCounterTest::checkAndLogCounterValues (TestLog& log, const vector<deUint32>& counters) const in checkAndLogCounterValues() argument 643 bool AtomicCounterTest::checkRange (TestLog& log, const vector<deUint32>& values, const vector<deUint32>& min, const vector<deUint32>& max) in checkRange() argument 669 checkUniquenessAndLinearity(TestLog& log, const vector<deUint32>& values) checkUniquenessAndLinearity() argument 806 checkAndLogCallValues(TestLog& log, const vector<deUint32>& increments, const vector<deUint32>& decrements, const vector<deUint32>& preGets, const vector<deUint32>& postGets, const vector<deUint32>& gets) const checkAndLogCallValues() argument 918 TestLog& log = m_testCtx.getLog(); iterate() local [all...] |
H A D | es31fDrawTests.cpp | 108 static bool verifyImageYellowGreen (const tcu::Surface& image, tcu::TestLog& log) in verifyImageYellowGreen() argument
|
H A D | es31fShaderFramebufferFetchTests.cpp | 455 void FramebufferFetchTestCase::verifyRenderbuffer (TestLog& log, const tcu::TextureFormat& format, const tcu::TextureLevel& reference, const tcu::TextureLevel& result) in verifyRenderbuffer() argument
|
H A D | es31fTextureSpecificationTests.cpp | 138 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local
|