HomeSort by relevance Sort by last modified time
    Searched defs:m_log (Results 1 - 25 of 31) sorted by null

1 2

  /external/deqp/framework/egl/
egluCallLogWrapper.hpp 45 tcu::TestLog& m_log; member in class:eglu::CallLogWrapper
  /external/deqp/modules/gles2/functional/
es2fApiCase.hpp 54 tcu::TestLog& m_log; member in class:deqp::gles2::Functional::ApiCase
  /external/deqp/modules/gles3/functional/
es3fApiCase.hpp 54 tcu::TestLog& m_log; member in class:deqp::gles3::Functional::ApiCase
es3fPixelBufferObjectTests.cpp 91 tcu::TestLog& m_log; member in class:deqp::gles3::Functional::__anon24651::ReadPixelsTest
109 , m_log (m_testCtx.getLog())
267 m_log << *m_program;
566 isOk = tcu::floatThresholdCompare(m_log, "Result comparision", "Result of read pixels to memory compared with result of read pixels to buffer", readRefrence.getLevel(0), readResult, tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f), tcu::COMPARE_LOG_RESULT);
568 isOk = tcu::intThresholdCompare(m_log, "Result comparision", "Result of read pixels to memory compared with result of read pixels to buffer", readRefrence.getLevel(0), readResult, tcu::UVec4(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT);
es3fVertexArrayObjectTests.cpp 157 tcu::TestLog& m_log; member in class:deqp::gles3::Functional::VertexArrayObjectTest
180 , m_log (context.getTestContext().getLog())
245 m_log << tcu::TestLog::Message << "Program used with Vertex Array Object" << tcu::TestLog::EndMessage;
246 m_log << *m_vaoProgram;
248 m_log << tcu::TestLog::Message << "Program used with Vertex Array State" << tcu::TestLog::EndMessage;
249 m_log << *m_stateProgram;
644 logVertexArrayState(m_log, m_spec.vao, "Vertex Array Object State");
645 logVertexArrayState(m_log, m_spec.state, "OpenGL Vertex Array State");
649 isOk = tcu::pixelThresholdCompare (m_log, "Results", "Comparison result from rendering with Vertex Array State", stateReference, stateResult, tcu::RGBA(0,0,0,0), tcu::COMPARE_LOG_RESULT);
650 isOk = isOk && tcu::pixelThresholdCompare (m_log, "Results", "Comparison result from rendering with Vertex Array Object", vaoReference, vaoResult, (…)
676 tcu::TestLog& m_log; member in class:deqp::gles3::Functional::MultiVertexArrayObjectTest
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
LoggingCanvas.h 82 RefPtr<JSONArray> m_log; member in class:blink::LoggingCanvas
  /external/deqp/framework/opengl/
gluCallLogWrapper.hpp 49 tcu::TestLog& getLog (void) { return m_log; }
53 tcu::TestLog& m_log; member in class:glu::CallLogWrapper
  /external/deqp/android/package/src/com/drawelements/deqp/testercore/
TestLogParser.java 40 private FileInputStream m_log; field in class:TestLogParser
49 m_log = null;
59 assert m_log == null;
65 m_log = new FileInputStream(m_logFileName);
72 assert m_log != null;
76 if (m_log != null)
77 m_log.close();
81 m_log = null;
89 assert m_log != null;
95 final int numAvailable = m_log.available()
    [all...]
  /external/deqp/framework/platform/android/
tcuAndroidTestActivity.hpp 56 TestLog m_log; member in class:tcu::Android::TestThread
  /external/emma/core/java12/com/vladium/emma/
Processor.java 52 m_log = log;
58 if (m_log != null)
60 Logger.pop (m_log);
61 m_log = null;
112 protected Logger m_log; // not null only within run() field in class:Processor
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.hpp 228 tcu::TestLog& m_log; member in class:sglr::GLContext
  /external/deqp/framework/common/
tcuTestContext.hpp 55 TestLog& getLog (void) { return m_log; }
75 TestLog& m_log; //!< Test log. member in class:tcu::TestContext
110 TestLog* m_log; member in class:tcu::ResultCollector
tcuTestLog.hpp 175 qpTestLog* m_log; member in class:tcu::TestLog
181 explicit MessageBuilder (TestLog* log) : m_log(log) {}
195 TestLog* m_log; member in class:tcu::MessageBuilder
202 SampleBuilder (TestLog* log) : m_log(log) {}
228 TestLog* m_log; member in class:tcu::SampleBuilder
407 : m_log(log)
409 m_log << TestLog::Section(name, description);
414 m_log << TestLog::EndSection;
418 TestLog& m_log; member in class:tcu::ScopedLogSection
  /external/deqp/modules/glshared/
glsBufferTestUtil.hpp 204 tcu::TestLog& m_log; member in class:deqp::gls::BufferTestUtil::BufferVerifierBase
glsLifetimeTests.cpp 631 TestLog& m_log; member in class:deqp::gls::LifetimeTests::details::ResultCollector
638 , m_log (testCtx.getLog())
653 m_log << TestLog::Message << "// Fail: " << msg << TestLog::EndMessage;
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
AbstractReportGenerator.java 61 m_log = Logger.getLogger ();
62 m_verbose = m_log.atVERBOSE ();
79 m_log.warning ("not all instrumented classes were compiled with source file");
80 m_log.warning ("debug data: no sources will be embedded in the report.");
107 m_log.warning ("line coverage requested in a report of type [" + getType () + "] but");
108 m_log.warning ("not all instrumented classes were compiled with line number");
109 m_log.warning ("debug data: since this was the only requested column, no report will be generated.");
115 m_log.warning ("line coverage requested in a report of type [" + getType () + "] but");
116 m_log.warning ("not all instrumented classes were compiled with line number");
117 m_log.warning ("debug data: this column will be removed from the report.")
249 protected Logger m_log; \/\/ every report generator is used on a single thread but the logger needs to be run()-scoped field in class:AbstractReportGenerator
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 56 if (m_log.atINFO ())
58 m_log.info ("processing classpath ...");
71 if (m_log.atINFO ())
75 m_log.info ("[" + m_classCount + " class(es) processed in " + (end - start) + " ms]");
88 if (m_log.atTRACE2 ()) m_log.trace2 ("handleArchiveEntry", "[" + entry.getName () + "]");
186 if (m_log.atTRACE2 ()) m_log.trace2 ("handleFile", "[" + pathDir + "] [" + file + "]");
302 m_log = Logger.getLogger ();
384 private final Logger m_log; // this class is instantiated and used on a single threa field in class:ClassPathProcessorST
    [all...]
InstrClassLoader.java 68 m_log = Logger.getLogger ();
80 final boolean trace1 = m_log.atTRACE1 ();
82 if (trace1) m_log.trace1 ("loadClass", "(" + name + ", " + resolve + "): nest level " + m_nestLevel);
105 if (trace1) m_log.trace1 ("loadClass", "using parent's version for [" + name + "]");
140 if (trace1) m_log.trace1 ("loadClass", "[delegation filter] using parent's version for [" + name + "]");
161 final boolean trace1 = m_log.atTRACE1 ();
163 if (trace1) m_log.trace1 ("getResource", "(" + name + "): nest level " + m_nestLevel);
166 if (trace1 && (result != null)) m_log.trace1 ("loadClass", "[" + name + "] found in " + result);
177 final boolean trace1 = m_log.atTRACE1 ();
179 if (trace1) m_log.trace1 ("findClass", "(" + name + "): nest level " + m_nestLevel)
451 private final Logger m_log; \/\/ a loader instance is used concurrently but cached its log config at construction time field in class:InstrClassLoader
    [all...]
AppRunner.java 95 m_log = log;
101 if (m_log != null)
103 Logger.pop (m_log);
104 m_log = null;
267 final Logger log = m_log;
694 m_log.warning ("no metadata collected at runtime [no reports generated]");
701 m_log.warning ("no coverage data collected at runtime [all reports will be empty]");
714 final boolean info = m_log.atINFO ();
724 m_log.info ("raw session data " + (m_sdataOutMerge ? "merged into" : "written to") + " [" + m_sdataOutFile.getAbsolutePath () + "] {in " + (end - start) + " ms}");
787 m_log = log
812 private final Logger m_log; field in class:AppRunner.AppRunnerExitHook
    [all...]
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 99 TestLog& m_log; member in class:deqp::gles2::Performance::TextureUploadCase
115 , m_log (context.getTestContext().getLog())
181 m_log << *m_program;
241 m_log << TestLog::Section("Measurement details", "Measurement details");
242 m_log << TestLog::Message << "Uploading texture with " << (m_uploadFunction == UPLOAD_TEXIMAGE2D ? "glTexImage2D" : "glTexSubImage2D") << "." << TestLog::EndMessage; // \todo [arttu] Change enum to struct with name included
243 m_log << TestLog::Message << "Texture size = " << m_texSize << "x" << m_texSize << "." << TestLog::EndMessage;
244 m_log << TestLog::Message << "Viewport size = " << VIEWPORT_SIZE << "x" << VIEWPORT_SIZE << "." << TestLog::EndMessage;
245 m_log << TestLog::Message << measureState.numDrawCalls << " upload calls / iteration" << TestLog::EndMessage;
246 m_log << TestLog::EndSection;
255 // m_log << TestLog::Message << "Frame " << i+1 << " duration: \t" << m_calibrator.measureState.frameTimes[ (…)
    [all...]
  /external/emma/core/java12/com/vladium/util/
IPathEnumerator.java 94 if (m_verbose) m_log.verbose ("processing dir path entry [" + f.getAbsolutePath () + "] ...");
106 if (m_verbose) m_log.verbose ("processing archive path entry [" + f.getAbsolutePath () + "] ...");
149 m_log = Logger.getLogger (); // each path enumerator caches its logger at creation time
150 m_verbose = m_log.atVERBOSE ();
151 m_trace1 = m_log.atTRACE1 ();
176 if (trace1) m_log.trace1 ("enumeratePathDir", "recursing into [" + child.getName () + "] ...");
192 if (trace1) m_log.trace1 ("enumeratePathDir", "processing file [" + child.getName () + "] ...");
234 if (trace1) m_log.trace1 ("enumeratePathArchive", "processing archive entry [" + entry.getName () + "] ...");
269 if (m_verbose) m_log.verbose (" added manifest Class-Path entry [" + path + "]");
319 private final Logger m_log; field in class:IPathEnumerator.Factory.PathEnumerator
    [all...]
  /external/deqp/modules/egl/
teglResizeTests.cpp 102 , m_log (m_testCtx.getLog())
103 , m_status (m_log) {}
119 TestLog& m_log; member in class:deqp::egl::ResizeTest
170 m_log << TestLog::Message
197 m_log << TestLog::Message
396 m_log << TestLog::ImageSet("Corner comparison",
451 m_log << TestLog::Message
teglGLES2SharingTests.cpp 175 tcu::TestLog& m_log; member in class:deqp::egl::GLES2SharingTest
185 , m_log (eglTestCtx.getTestContext().getLog())
240 m_log << tcu::TestLog::Message << "Create context A" << tcu::TestLog::EndMessage;
242 m_log << tcu::TestLog::Message << "Create context B" << tcu::TestLog::EndMessage;
248 m_log << tcu::TestLog::Message << "Make current context A" << tcu::TestLog::EndMessage;
250 m_log << tcu::TestLog::Message << "Creating resource" << tcu::TestLog::EndMessage;
258 m_log << tcu::TestLog::Message << "Render resource" << tcu::TestLog::EndMessage;
276 m_log << tcu::TestLog::Message << "Make current context B" << tcu::TestLog::EndMessage;
278 m_log << tcu::TestLog::Message << "Render resource" << tcu::TestLog::EndMessage;
296 m_log << tcu::TestLog::Message << "Make current context B" << tcu::TestLog::EndMessage
    [all...]
teglMultiThreadTests.cpp 115 ThreadLog& getLog (void) { return m_log; }
130 ThreadLog m_log; member in class:deqp::egl::TestThread
    [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp 472 m_log = lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS);
477 if (m_log)
482 m_log->Printf("Compiler diagnostic: %s\n", diag_str.data());
491 Log * m_log; member in class:NullDiagnosticConsumer
    [all...]

Completed in 267 milliseconds

1 2