/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderNonarrayInput.cpp | 308 std::string log = getCompilationInfoLog(m_gs_valid_non_ib); in iterate() local 321 std::string log = getCompilationInfoLog(m_gs_valid_ib); in iterate() local 335 std::string log = getLinkingInfoLog(m_po_a_valid); in iterate() local 350 std::string log = getLinkingInfoLog(m_po_b_valid); in iterate() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessProgramPipelinesTests.cpp | 336 glw::GLchar log[max_log_size] = { 0 }; in testProgramPipelineInfoLog() local 651 glw::GLchar log[max_log_size] = { 0 }; in prepareShaderPrograms() local 680 glw::GLchar log[max_log_siz in prepareShaderPrograms() local [all...] |
H A D | gl4cES31CompatibilityTests.cpp | 131 glw::GLchar* log = new glw::GLchar[log_size]; in iterate() local 417 glw::GLchar* log = new glw::GLchar[log_size]; in createProgram() local 473 glw::GLchar* log = new glw::GLchar[log_size]; createProgram() local [all...] |
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/ |
H A D | DeqpInstrumentation.java | 197 public void testLogData (String log) throws InterruptedException in testLogData() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
H A D | tcuRandomOrderExecutor.cpp | 183 TestLog &log = m_testCtx.getLog(); in execute() local 198 TestLog &log = m_testCtx.getLog(); in executeInner() local
|
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/ |
H A D | tstdtmod.cpp | 137 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &status) in getTestDataModule() argument 156 TestDataModule::TestDataModule(const char* name, TestLog& log, UErrorCode& /*status*/) in TestDataModule() argument 184 RBTestDataModule::RBTestDataModule(const char* name, TestLog& log, UErrorCode& status) in RBTestDataModule() argument
|
/third_party/python/Lib/distutils/command/ |
H A D | build_py.py | 13 from distutils import log namespace
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/ |
H A D | update.py | 134 def log(message, level=1): function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Error.cpp | 122 void StringError::log(raw_ostream &OS) const { in log() function in llvm::StringError
|
/third_party/skia/experimental/lowp-basic/ |
H A D | bilerp-study.cpp | 21 void log(int16_t golden, int16_t candidate) { in log() function
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sSyncTests.cpp | 161 TestLog& log = m_testCtx.getLog(); in iterate() local [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeShaderStorageTests.cpp | 43 tcu::TestLog& log = ctx.getLog(); in verifyProgram() local
|
H A D | es31fNegativeTestShared.cpp | 50 NegativeTestContext(ErrorCase& host, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, tcu::TestLog& log, tcu::ResultCollector& results, bool enableLogging_) NegativeTestContext() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmWorkgroupMemoryTests.cpp | 55 checkResultsFloat16(const vector<Resource>& inputs, const vector<AllocationSp>& outputAllocs, const vector<Resource>& expectedOutputs, tcu::TestLog& log) checkResultsFloat16() argument 84 checkResultsFloat32(const vector<Resource>& inputs, const vector<AllocationSp>& outputAllocs, const vector<Resource>& expectedOutputs, tcu::TestLog& log) checkResultsFloat32() argument 120 checkResultsFloat64(const vector<Resource>& inputs, const vector<AllocationSp>& outputAllocs, const vector<Resource>& expectedOutputs, tcu::TestLog& log) checkResultsFloat64() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationFractionalSpacingTests.cpp | 131 bool verifyFractionalSpacingSingle (tcu::TestLog& log, in verifyFractionalSpacingSingle() argument [all...] |
H A D | vktTessellationLimitsTests.cpp | 63 tcu::TestStatus expectGreaterOrEqual(tcu::TestLog& log, const deUint32 expected, const deUint32 actual) in expectGreaterOrEqual() argument 83 tcu::TestLog& log = context.getTestContext().getLog(); in deviceLimitsTestCase() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktInfoTests.cpp | 126 TestLog& log = context.getTestContext().getLog(); in logDeviceInfo() local 219 TestLog& log = context.getTestContext().getLog(); in logPlatformMemoryLimits() local
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuApp.cpp | 127 App::App (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine) in App() argument 309 TestLog* log = static_cast<TestLog*>(userPtr); in writeCrashToLog() local
|
H A D | tcuTestSessionExecutor.cpp | 206 TestLog& log = m_testCtx.getLog(); in enterTestCase() local 256 TestLog& log = m_testCtx.getLog(); in leaveTestCase() local 328 TestLog& log = m_testCtx.getLog(); in iterateTestCase() local
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglCreateContextTests.cpp | 84 TestLog& log = m_testCtx.getLog(); in executeForConfig() local 127 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local [all...] |
H A D | teglInfoTests.cpp | 93 tcu::TestLog& log = m_testCtx.getLog(); in validateString() local
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fPrerequisiteTests.cpp | 258 TestLog& log = m_testCtx.getLog(); in iterate() local
|
/third_party/curl/tests/http/clients/ |
H A D | h2-pausing.c | 40 static void log_line_start(FILE *log, const char *idsbuf, curl_infotype type) in log_line_start() argument
|
/third_party/curl/tests/ |
H A D | negtelnetserver.py | 43 log = logging.getLogger(__name__) variable [all...] |
H A D | smbserver.py | 57 log = logging.getLogger(__name__) variable [all...] |