HomeSort by relevance Sort by last modified time
    Searched refs:getLog (Results 51 - 75 of 793) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/deqp/modules/gles31/
tes31TestPackage.cpp 86 testCtx.getLog() << e;
93 testCtx.getLog() << e;
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/
LogFactory.java 272 public static Log getLog(Class clazz) throws LogConfigurationException {
289 public static Log getLog(String name) throws LogConfigurationException {
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp 252 m_testCtx.getLog() << tcu::TestLog::Message << "Error, resource name \"" << resource << "\" refers to a non-basic type." << tcu::TestLog::EndMessage;
379 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying type, expecting " << glu::getDataTypeName(variable->getBasicType()) << tcu::TestLog::EndMessage;
383 m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)) << tcu::TestLog::EndMessage;
413 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying type, expecting " << glu::getDataTypeName(builtins[ndx].type) << tcu::TestLog::EndMessage;
417 m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)) << tcu::TestLog::EndMessage;
458 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying array size, expecting " << arraySize << tcu::TestLog::EndMessage;
462 m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage;
492 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying array size, expecting " << builtins[ndx].arraySize << tcu::TestLog::EndMessage;
496 m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage;
537 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying array stride, expecting greater or equal to " << elementS (…)
    [all...]
es31fShaderPackingFunctionTests.cpp 106 m_testCtx.getLog() << m_executor;
195 m_testCtx.getLog() << TestLog::Message << "Executing shader for " << inputs.size() << " input values" << tcu::TestLog::EndMessage;
226 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx
233 m_testCtx.getLog() << TestLog::Message << "..." << TestLog::EndMessage;
239 m_testCtx.getLog() << TestLog::Message << (numValues - numFailed) << " / " << numValues << " values passed" << TestLog::EndMessage;
283 m_testCtx.getLog() << TestLog::Message << "Executing shader for " << inputs.size() << " input values" << tcu::TestLog::EndMessage;
315 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx << ",\n"
323 m_testCtx.getLog() << TestLog::Message << "..." << TestLog::EndMessage;
329 m_testCtx.getLog() << TestLog::Message << (numValues - numFailed) << " / " << numValues << " values passed" << TestLog::EndMessage;
386 m_testCtx.getLog() << TestLog::Message << "Executing shader for " << inputs.size() << " input values" << tcu::TestL (…)
    [all...]
es31fGeometryShaderTests.cpp     [all...]
es31fSynchronizationTests.cpp 201 m_testCtx.getLog() << *m_program;
213 m_testCtx.getLog() << tcu::TestLog::Message << "Allocating zero-filled buffer for storage, size " << bufferElements << " elements, " << bufferSize << " bytes." << tcu::TestLog::EndMessage;
225 m_testCtx.getLog() << tcu::TestLog::Message << "Allocating image for storage, size " << m_workWidth << "x" << m_workHeight * m_elementsPerInvocation << ", " << bufferSize << " bytes." << tcu::TestLog::EndMessage;
235 m_testCtx.getLog() << tcu::TestLog::Message << "Filling image with 0." << tcu::TestLog::EndMessage;
253 m_testCtx.getLog() << tcu::TestLog::Message << "Allocating -1 filled buffer for results, size " << bufferElements << " elements, " << bufferSize << " bytes." << tcu::TestLog::EndMessage;
309 m_testCtx.getLog()
331 m_testCtx.getLog() << tcu::TestLog::Message << "Binding same buffer object to buffer storages." << tcu::TestLog::EndMessage;
345 m_testCtx.getLog() << tcu::TestLog::Message << "Binding same texture level to image storages." << tcu::TestLog::EndMessage;
386 m_testCtx.getLog() << tcu::TestLog::Message << "Result buffer failed, got unexpected values.\n" << tcu::TestLog::EndMessage;
388 m_testCtx.getLog() << tcu::TestLog::Message << " Error at index " << ndx << ": expected 1, got " << results[ndx] << (…)
    [all...]
es31fTextureMultisampleTests.cpp 203 m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_COLOR_TEXTURE_SAMPLES = " << maxSamples << tcu::TestLog::EndMessage;
206 m_testCtx.getLog() << tcu::TestLog::Message << "GL_SUBPIXEL_BITS = " << m_subpixelBits << tcu::TestLog::EndMessage;
210 m_testCtx.getLog() << tcu::TestLog::Message << "Creating multisample texture" << tcu::TestLog::EndMessage;
274 m_testCtx.getLog() << tcu::TestLog::Message << "// ERROR: Sample position of sample " << sampleNdx << " should be in range ([0, 1], [0, 1]). Got " << m_samplePositions[sampleNdx] << tcu::TestLog::EndMessage;
351 m_testCtx.getLog() << program;
361 m_testCtx.getLog() << tcu::TestLog::Message << "Attaching texture to FBO" << tcu::TestLog::EndMessage;
371 m_testCtx.getLog() << tcu::TestLog::Message << "Sample locations:" << tcu::TestLog::EndMessage;
381 m_testCtx.getLog() << tcu::TestLog::Message << "\t" << sampleNdx << ": (" << position[0] << ", " << position[1] << ")" << tcu::TestLog::EndMessage;
387 m_testCtx.getLog() << tcu::TestLog::Message << "Drawing test pattern to the texture" << tcu::TestLog::EndMessage;
425 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Generate sampler shader", "Generate sampler shader")
    [all...]
es31fSSBOArrayLengthTests.cpp 97 m_testCtx.getLog() << *m_shader;
187 m_testCtx.getLog() << tcu::TestLog::Message << "Allocating float memory buffer with " << static_cast<int>(s_fixedBufferSize) << " elements." << tcu::TestLog::EndMessage;
196 m_testCtx.getLog() << tcu::TestLog::Message << "Running compute shader." << tcu::TestLog::EndMessage;
216 m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: Length returned was " << *(const deUint32*)ptr << ", expected " << static_cast<int>(s_fixedBufferSize) << tcu::TestLog::EndMessage;
220 m_testCtx.getLog() << tcu::TestLog::Message << "Length returned was correct." << tcu::TestLog::EndMessage;
es31fShaderMultisampleInterpolationTests.cpp 148 m_testCtx.getLog()
175 m_testCtx.getLog()
184 m_testCtx.getLog() << tcu::TestLog::Message << "Image verification failed." << tcu::TestLog::EndMessage;
221 m_testCtx.getLog()
230 m_testCtx.getLog()
409 m_testCtx.getLog()
418 m_testCtx.getLog()
448 m_testCtx.getLog()
673 m_testCtx.getLog()
751 return verifyGreenImage(resultImage, m_testCtx.getLog());
    [all...]
es31fMultisampleShaderRenderCase.cpp 204 m_testCtx.getLog() << tcu::TestLog::Message << "Asked for " << m_numRequestedSamples << " samples, got " << queriedSampleCount << " samples." << tcu::TestLog::EndMessage;
217 m_testCtx.getLog() << tcu::TestLog::Section("SamplerShader", "Sampler shader") << *m_textureSamplerProgram << tcu::TestLog::EndSection;
238 m_testCtx.getLog() << tcu::TestLog::Message << "Asked for " << m_numRequestedSamples << " samples, got " << queriedSampleCount << " samples." << tcu::TestLog::EndMessage;
296 m_testCtx.getLog() << tcu::TestLog::Section("RenderShader", "Render shader") << *m_program << tcu::TestLog::EndSection;
415 m_testCtx.getLog() << tcu::TestLog::Message << "Quality warning, error = " << ex.what() << tcu::TestLog::EndMessage;
434 m_testCtx.getLog() << tcu::TestLog::Message << "Quality warning, error = " << ex.what() << tcu::TestLog::EndMessage;
453 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Iteration" + de::toString(m_iteration), sectionDescription);
464 m_testCtx.getLog() << tcu::TestLog::Section("RenderShader", "Render shader") << *m_program << tcu::TestLog::EndSection;
477 m_testCtx.getLog() << tcu::TestLog::Message << "Rendering " << m_renderSceneDescription << " with render shader to fbo." << tcu::TestLog::EndMessage;
480 m_testCtx.getLog() << tcu::TestLog::Message << "Rendering " << m_renderSceneDescription << " with render shader to (…)
    [all...]
  /external/deqp/modules/egl/
teglQueryConfigTests.cpp 85 , CallLogWrapper(eglTestCtx.getLibrary(), eglTestCtx.getTestContext().getLog())
105 tcu::TestLog& log = m_testCtx.getLog();
158 tcu::TestLog& log = m_testCtx.getLog();
217 , CallLogWrapper (eglTestCtx.getLibrary(), eglTestCtx.getTestContext().getLog())
240 tcu::TestLog& log = m_testCtx.getLog();
271 TestLog& log = m_testCtx.getLog();
301 TestLog& log = m_testCtx.getLog();
312 TestLog& log = m_testCtx.getLog();
323 TestLog& log = m_testCtx.getLog();
334 TestLog& log = m_testCtx.getLog();
    [all...]
teglQueryContextTests.cpp 91 , eglu::CallLogWrapper (eglTestCtx.getLibrary(), m_testCtx.getLog())
98 TestLog& log = m_testCtx.getLog();
133 , eglu::CallLogWrapper (eglTestCtx.getLibrary(), m_testCtx.getLog())
140 TestLog& log = m_testCtx.getLog();
175 , eglu::CallLogWrapper (eglTestCtx.getLibrary(), m_testCtx.getLog())
182 TestLog& log = m_testCtx.getLog();
216 , eglu::CallLogWrapper (eglTestCtx.getLibrary(), m_testCtx.getLog())
232 TestLog& log = m_testCtx.getLog();
308 , CallLogWrapper(eglTestCtx.getLibrary(), eglTestCtx.getTestContext().getLog())
321 tcu::TestLog& log = m_testCtx.getLog();
    [all...]
teglMultiThreadTests.cpp 122 ThreadLog& getLog (void) { return m_log; }
199 getLog() << ThreadLog::BeginMessage << "Thread stopped" << ThreadLog::EndMessage;
203 getLog() << ThreadLog::BeginMessage << "Not supported: '" << e.what() << "'" << ThreadLog::EndMessage;
207 getLog() << ThreadLog::BeginMessage << "Got exception: '" << e.what() << "'" << ThreadLog::EndMessage;
211 getLog() << ThreadLog::BeginMessage << "Unknown exception" << ThreadLog::EndMessage;
339 m_testCtx.getLog() << tcu::TestLog::Message << "Thread timeout limit: " << m_timeoutUs << "us" << tcu::TestLog::EndMessage;
394 if (messageNdx[threadNdx] >= (int)m_threads[threadNdx]->getLog().getMessages().size())
397 if (nextThreadNdx == -1 || nextThreadTimeUs > m_threads[threadNdx]->getLog().getMessages()[messageNdx[threadNdx]].timeUs)
400 nextThreadTimeUs = m_threads[threadNdx]->getLog().getMessages()[messageNdx[threadNdx]].timeUs;
407 m_testCtx.getLog() << tcu::TestLog::Message << "[" << (nextThreadTimeUs - m_startTimeUs) << "] (" << nextThreadNdx (…)
    [all...]
teglNegativeApiTests.cpp 133 TestLog& log = m_testCtx.getLog();
163 TestLog& log = m_testCtx.getLog();
191 TestLog& log = m_testCtx.getLog();
246 TestLog& log = m_testCtx.getLog();
284 TestLog& log = m_testCtx.getLog();
458 TestLog& log = m_testCtx.getLog();
530 TestLog& log = m_testCtx.getLog();
645 TestLog& log = m_testCtx.getLog();
673 TestLog& log = m_testCtx.getLog();
692 TestLog& log = m_testCtx.getLog();
    [all...]
teglInfoTests.cpp 93 tcu::TestLog& log = m_testCtx.getLog();
129 m_testCtx.getLog() << tcu::TestLog::Message << result << tcu::TestLog::EndMessage;
155 m_testCtx.getLog() << tcu::TestLog::Message << *i << tcu::TestLog::EndMessage;
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderPackingFunctionTests.cpp 138 m_testCtx.getLog() << *m_executor;
209 m_testCtx.getLog() << TestLog::Message << "Executing shader for " << inputs.size() << " input values" << tcu::TestLog::EndMessage;
239 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx
246 m_testCtx.getLog() << TestLog::Message << "..." << TestLog::EndMessage;
252 m_testCtx.getLog() << TestLog::Message << (numValues - numFailed) << " / " << numValues << " values passed" << TestLog::EndMessage;
316 m_testCtx.getLog() << TestLog::Message << "Executing shader for " << inputs.size() << " input values" << tcu::TestLog::EndMessage;
347 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx << ",\n"
355 m_testCtx.getLog() << TestLog::Message << "..." << TestLog::EndMessage;
361 m_testCtx.getLog() << TestLog::Message << (numValues - numFailed) << " / " << numValues << " values passed" << TestLog::EndMessage;
434 m_testCtx.getLog() << TestLog::Message << "Executing shader for " << inputs.size() << " input values" << tcu::TestL (…)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderInvarianceTests.cpp 185 m_testCtx.getLog() << *m_shader0;
192 m_testCtx.getLog() << *m_shader1;
197 m_testCtx.getLog()
270 m_testCtx.getLog() << tcu::TestLog::Message << "Testing position invariance." << tcu::TestLog::EndMessage;
283 m_testCtx.getLog() << tcu::TestLog::Message << "Drawing position test pattern using shader " << (passNdx+1) << ". Primitive color: " << colorStr << "." << tcu::TestLog::EndMessage;
298 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying output. Expecting only green or background colored pixels." << tcu::TestLog::EndMessage;
303 m_testCtx.getLog() << tcu::TestLog::Message << "Depth buffer not available, skipping z-test." << tcu::TestLog::EndMessage;
312 m_testCtx.getLog() << tcu::TestLog::Message << "Testing position invariance with z-test. Enabling GL_DEPTH_TEST." << tcu::TestLog::EndMessage;
327 m_testCtx.getLog() << tcu::TestLog::Message << "Drawing Z-test pattern using shader " << (passNdx+1) << ". Primitive color: " << colorStr << ". DepthFunc: " << depthFuncStr << tcu::TestLog::EndMessage;
343 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying output. Expecting only green or background colored pixels (…)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderInvarianceTests.cpp 185 m_testCtx.getLog() << *m_shader0;
192 m_testCtx.getLog() << *m_shader1;
197 m_testCtx.getLog()
270 m_testCtx.getLog() << tcu::TestLog::Message << "Testing position invariance." << tcu::TestLog::EndMessage;
283 m_testCtx.getLog() << tcu::TestLog::Message << "Drawing position test pattern using shader " << (passNdx+1) << ". Primitive color: " << colorStr << "." << tcu::TestLog::EndMessage;
298 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying output. Expecting only green or background colored pixels." << tcu::TestLog::EndMessage;
303 m_testCtx.getLog() << tcu::TestLog::Message << "Depth buffer not available, skipping z-test." << tcu::TestLog::EndMessage;
312 m_testCtx.getLog() << tcu::TestLog::Message << "Testing position invariance with z-test. Enabling GL_DEPTH_TEST." << tcu::TestLog::EndMessage;
327 m_testCtx.getLog() << tcu::TestLog::Message << "Drawing Z-test pattern using shader " << (passNdx+1) << ". Primitive color: " << colorStr << ". DepthFunc: " << depthFuncStr << tcu::TestLog::EndMessage;
343 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying output. Expecting only green or background colored pixels (…)
    [all...]
es3fInteger64StateQueryTests.cpp 108 testCtx.getLog() << TestLog::Message << "// ERROR: expected GL_TRUE" << TestLog::EndMessage;
115 testCtx.getLog() << TestLog::Message << "// ERROR: expected GL_TRUE or GL_FALSE" << TestLog::EndMessage;
151 testCtx.getLog() << TestLog::Message << "// ERROR: expected greater or equal to " << reference << "; got " << state << TestLog::EndMessage;
183 testCtx.getLog() << TestLog::Message << "// ERROR: expected greater or equal to " << GLfloat(reference) << "; got " << state << TestLog::EndMessage;
285 m_verifierBoolean = new GetBooleanVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
286 m_verifierInteger = new GetIntegerVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
287 m_verifierFloat = new GetFloatVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
FontFamily_Delegate.java 159 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
230 Bridge.getLog().fidelityWarning(LayoutLog.TAG_BROKEN,
235 Bridge.getLog().fidelityWarning(LayoutLog.TAG_UNSUPPORTED,
321 Bridge.getLog().error(LayoutLog.TAG_MISSING_ASSET, "Asset not found: " + path,
339 Bridge.getLog().error(LayoutLog.TAG_MISSING_ASSET, "Asset not found: " + path,
351 Bridge.getLog().error(LayoutLog.TAG_MISSING_ASSET, "Unable to load font " + path, e,
356 Bridge.getLog().fidelityWarning(LayoutLog.TAG_UNSUPPORTED,
359 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
375 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
NinePatch_Delegate.java 87 Bridge.getLog().error(null, "Failed to serialize NinePatchChunk.", e, null /*data*/);
128 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
132 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
  /external/deqp/framework/common/
tcuTestSessionExecutor.cpp 165 TestLog& log = m_testCtx.getLog();
211 TestLog& log = m_testCtx.getLog();
227 m_testCtx.getLog() << TestLog::Integer("TestDuration", "Test case duration in microseconds", "us", QP_KEY_TAG_TIME, duration);
237 m_testCtx.getLog().endCase(testResult, testResultDesc);
263 TestLog& log = m_testCtx.getLog();
  /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
AbstractReportMojo.java 147 getLog().info(
152 getLog().info(
160 getLog().info(
218 fileFilter, getLog());
229 getLog().warn(
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultClientConnection.java 74 private final Log log = LogFactory.getLog(getClass());
75 private final Log headerLog = LogFactory.getLog("org.apache.http.headers");
76 private final Log wireLog = LogFactory.getLog("org.apache.http.wire");
  /external/deqp/modules/internal/
ditBuildInfoTests.cpp 102 m_testCtx.getLog() << TestLog::Message << m_valueName << " = " << m_value << TestLog::EndMessage;
131 m_testCtx.getLog() << TestLog::Message << m_varName << " = " << logValue << TestLog::EndMessage;
162 m_testCtx.getLog()

Completed in 1477 milliseconds

1 23 4 5 6 7 8 91011>>