OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLog
(Results
151 - 175
of
793
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/deqp/modules/internal/
ditSRGB8ConversionTest.cpp
71
tcu::TestLog& log = m_testCtx.
getLog
();
ditFrameworkTests.cpp
84
TestLog& log = m_testCtx.
getLog
();
148
TestLog& log = m_testCtx.
getLog
();
668
tcu::ScopedLogSection section(m_testCtx.
getLog
(), "SubCase", "");
698
m_testCtx.
getLog
() << TestLog::Message
827
m_testCtx.
getLog
() << TestLog::Message
843
m_testCtx.
getLog
() << TestLog::Image("ResolvedColor", "Resolved colorbuffer", resolvedColor)
848
m_testCtx.
getLog
() << TestLog::Image("ErrorMask", "Error mask", errorMask);
851
m_testCtx.
getLog
() << TestLog::Message << "FAIL: Found " << numFailedColorSamples << " invalid color samples!" << TestLog::EndMessage;
854
m_testCtx.
getLog
() << TestLog::Message << "FAIL: Found " << numFailedDepthSamples << " invalid depth samples!" << TestLog::EndMessage;
860
m_testCtx.
getLog
() << TestLog::Message << (numCoveredSamples-numFailedColorSamples) << " / " << numCoveredSamples < (…)
[
all
...]
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
InstrumentMojo.java
57
getLog
().info(
/external/jarjar/lib/
maven-plugin-api.jar
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
MemoryTextBody.java
48
private static Log log = LogFactory.
getLog
(MemoryTextBody.class);
TempFileTextBody.java
47
private static Log log = LogFactory.
getLog
(TempFileTextBody.class);
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-api/2.0.9/
maven-plugin-api-2.0.9.jar
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
Activator.java
77
mPlugin.
getLog
().log(newStatus(e));
/external/deqp/framework/common/
tcuApp.cpp
225
m_testCtx->
getLog
().terminateCase(QP_TEST_RESULT_TIMEOUT);
256
qpCrashHandler_writeCrashInfo(m_crashHandler, writeCrashToLog, &m_testCtx->
getLog
());
257
m_testCtx->
getLog
().terminateCase(QP_TEST_RESULT_CRASH);
/external/deqp/modules/egl/
teglGetProcAddressTests.cpp
116
, CallLogWrapper (eglTestCtx.getLibrary(), eglTestCtx.getTestContext().
getLog
())
189
TestLog& log = m_testCtx.
getLog
();
235
TestLog& log = m_testCtx.
getLog
();
/external/deqp/modules/gles2/functional/
es2fImplementationLimitTests.cpp
164
m_testCtx.
getLog
() << TestLog::Message << "Reported: " << value << TestLog::EndMessage;
165
m_testCtx.
getLog
() << TestLog::Message << "Minimum required: " << m_minRequiredValue << TestLog::EndMessage;
168
m_testCtx.
getLog
() << TestLog::Message << "FAIL: reported value is less than minimum required value!" << TestLog::EndMessage;
es2fRboStateQueryTests.cpp
76
testCtx.
getLog
() << TestLog::Message << "// ERROR: Expected greater or equal to " << referenceSizes[ndx] << "; got " << state << TestLog::EndMessage;
89
testCtx.
getLog
() << TestLog::Message << "// ERROR: Expected " << expected << "; got " << got << TestLog::EndMessage;
268
m_testCtx.
getLog
() << TestLog::Message << "// ERROR: Expected greater or equal to 8; got " << state << TestLog::EndMessage;
es2fDefaultVertexAttributeTests.cpp
242
m_testCtx.
getLog
()
253
m_testCtx.
getLog
() << *m_program;
303
const tcu::ScopedLogSection section(m_testCtx.
getLog
(), "Iteration", "Iteration " + de::toString(m_iteration+1) + "/" + de::toString(DE_LENGTH_OF_ARRAY(testValues)));
367
glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.
getLog
());
434
m_testCtx.
getLog
() << tcu::TestLog::Message << "Verifying rendered image. Expecting color " << refColor << ", threshold " << colorThreshold << tcu::TestLog::EndMessage;
458
m_testCtx.
getLog
() << tcu::TestLog::Message << "Rendered image is valid." << tcu::TestLog::EndMessage;
461
m_testCtx.
getLog
() << tcu::TestLog::Message
/external/deqp/modules/gles3/functional/
es3fSyncTests.cpp
91
, CallLogWrapper (context.getRenderContext().getFunctions(), context.getTestContext().
getLog
())
148
m_testCtx.
getLog
() << *m_program;
173
TestLog& log = m_testCtx.
getLog
();
es3fShaderDerivateTests.cpp
659
m_testCtx.
getLog
() << program;
666
m_testCtx.
getLog
() << TestLog::Message
684
m_testCtx.
getLog
()
691
m_testCtx.
getLog
() << TestLog::Message << "in: " << m_coordMin << " -> " << m_coordMax << "\n"
830
m_testCtx.
getLog
() << TestLog::ImageSet("Result", "Result images")
834
m_testCtx.
getLog
() << TestLog::Image("ErrorMask", "Error mask", errorMask);
836
m_testCtx.
getLog
() << TestLog::EndImageSet;
930
return verifyConstantDerivate(m_testCtx.
getLog
(), result, errorMask, m_dataType,
[
all
...]
es3fReadPixelsTests.cpp
148
m_testCtx.
getLog
() << program;
269
m_testCtx.
getLog
() << tcu::TestLog::Message << "ClearColor: (" << red << ", " << green << ", " << blue << ")" << tcu::TestLog::EndMessage;
285
m_testCtx.
getLog
() << tcu::TestLog::Message << "ClearColor: (" << red << ", " << green << ", " << blue << ")" << tcu::TestLog::EndMessage;
299
m_testCtx.
getLog
() << tcu::TestLog::Message << "ClearColor: (" << red << ", " << green << ", " << blue << ")" << tcu::TestLog::EndMessage;
333
m_testCtx.
getLog
() << tcu::TestLog::Message << "Format: " << glu::getTextureFormatStr(m_format) << ", Type: " << glu::getTypeStr(m_type) << tcu::TestLog::EndMessage;
339
m_testCtx.
getLog
() << tcu::TestLog::Message << "GL_PACK_ALIGNMENT: " << m_alignment << tcu::TestLog::EndMessage;
342
m_testCtx.
getLog
() << tcu::TestLog::Message << "GL_PACK_ROW_LENGTH: " << m_rowLength << tcu::TestLog::EndMessage;
345
m_testCtx.
getLog
() << tcu::TestLog::Message << "GL_PACK_SKIP_ROWS: " << m_skipRows << tcu::TestLog::EndMessage;
348
m_testCtx.
getLog
() << tcu::TestLog::Message << "GL_PACK_SKIP_PIXELS: " << m_skipPixels << tcu::TestLog::EndMessage;
378
if (tcu::bilinearCompare(m_testCtx.
getLog
(), "Result", "Result", referenceRGBA8.getLevel(0), resultRGBA8.getLevel(0), tcu::RGBA(redThreshold (…)
[
all
...]
es3fDefaultVertexAttributeTests.cpp
318
m_testCtx.
getLog
()
329
m_testCtx.
getLog
() << *m_program;
379
const tcu::ScopedLogSection section(m_testCtx.
getLog
(), "Iteration", "Iteration " + de::toString(m_iteration+1) + "/" + de::toString(DE_LENGTH_OF_ARRAY(testValues)));
444
glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.
getLog
());
511
m_testCtx.
getLog
() << tcu::TestLog::Message << "Verifying rendered image. Expecting color " << refColor << ", threshold " << colorThreshold << tcu::TestLog::EndMessage;
535
m_testCtx.
getLog
() << tcu::TestLog::Message << "Rendered image is valid." << tcu::TestLog::EndMessage;
538
m_testCtx.
getLog
() << tcu::TestLog::Message
/external/deqp/modules/gles3/stress/
es3sSyncTests.cpp
82
, CallLogWrapper (context.getRenderContext().getFunctions(), context.getTestContext().
getLog
())
136
m_testCtx.
getLog
() << *m_program;
161
TestLog& log = m_testCtx.
getLog
();
/external/deqp/modules/glshared/
glsShaderPerformanceCase.cpp
110
m_testCtx.
getLog
() << TestLog::Message << "Requested fragment/vertex-ratio: " << de::floatToString(fragmentsPerVertices, 2) << "\n"
141
tcu::TestLog& log = m_testCtx.
getLog
();
192
m_measurer.logMeasurementInfo(m_testCtx.
getLog
());
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
PathMeasure_Delegate.java
82
Bridge.
getLog
().fidelityWarning(LayoutLog.TAG_UNSUPPORTED,
90
Bridge.
getLog
().fidelityWarning(LayoutLog.TAG_UNSUPPORTED,
97
Bridge.
getLog
().fidelityWarning(LayoutLog.TAG_UNSUPPORTED,
Bitmap_Delegate.java
331
Bridge.
getLog
().error(LayoutLog.TAG_UNSUPPORTED,
338
Bridge.
getLog
().error(LayoutLog.TAG_UNSUPPORTED,
448
Bridge.
getLog
().fidelityWarning(LayoutLog.TAG_UNSUPPORTED,
455
Bridge.
getLog
().fidelityWarning(LayoutLog.TAG_UNSUPPORTED,
473
Bridge.
getLog
().error(LayoutLog.TAG_UNSUPPORTED,
484
Bridge.
getLog
().error(LayoutLog.TAG_UNSUPPORTED,
502
Bridge.
getLog
().fidelityWarning(LayoutLog.TAG_MASKFILTER,
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
AdapterHelper.java
96
Bridge.
getLog
().error(LayoutLog.TAG_BROKEN, String.format(
116
Bridge.
getLog
().error(LayoutLog.TAG_BROKEN, String.format(
136
Bridge.
getLog
().error(LayoutLog.TAG_BROKEN, String.format(
/external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp
957
checkAndLogProgram(program, m_programDefinition, m_context.getRenderContext().getFunctions(), m_testCtx.
getLog
());
961
const tcu::ScopedLogSection section (m_testCtx.
getLog
(), "ResourceList", "Resource list");
994
m_testCtx.
getLog
() << tcu::TestLog::Message << "Querying " << glu::getProgramInterfaceName(programInterface) << " interface:" << tcu::TestLog::EndMessage;
1000
m_testCtx.
getLog
() << tcu::TestLog::Message
[
all
...]
es31fBasicComputeShaderTests.cpp
102
m_testCtx.
getLog
() << program;
161
m_testCtx.
getLog
() << program;
165
m_testCtx.
getLog
() << TestLog::Message << "Work groups: " << m_workSize << TestLog::EndMessage;
281
m_testCtx.
getLog
() << program;
285
m_testCtx.
getLog
() << TestLog::Message << "Work groups: " << m_workSize << TestLog::EndMessage;
390
m_testCtx.
getLog
() << program;
409
m_testCtx.
getLog
() << TestLog::Message << "Work groups: " << m_workSize << TestLog::EndMessage;
505
m_testCtx.
getLog
() << program;
522
m_testCtx.
getLog
() << TestLog::Message << "Work groups: " << m_workSize << TestLog::EndMessage;
626
m_testCtx.
getLog
() << program
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiDeviceInitializationTests.cpp
60
tcu::TestLog& log = context.getTestContext().
getLog
();
187
tcu::TestLog& log = context.getTestContext().
getLog
();
254
tcu::TestLog& log = context.getTestContext().
getLog
();
287
tcu::TestLog& log = context.getTestContext().
getLog
();
383
tcu::TestLog& log = context.getTestContext().
getLog
();
472
tcu::TestLog& log = context.getTestContext().
getLog
();
542
tcu::TestLog& log = context.getTestContext().
getLog
();
Completed in 1420 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>