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

1 2

  /external/deqp/modules/gles2/functional/
es2fApiCase.hpp 55 tcu::TestLog& m_log; member in class:deqp::gles2::Functional::ApiCase
  /external/deqp/modules/gles3/functional/
es3fApiCase.hpp 55 tcu::TestLog& m_log; member in class:deqp::gles3::Functional::ApiCase
  /external/testng/src/test/java/test/
BaseLogTest.java 14 private static List<String> m_log; field in class:BaseLogTest
18 m_log = Lists.newArrayList();
22 m_log.add(s);
26 return m_log;
  /external/deqp/framework/common/
tcuResultCollector.hpp 61 TestLog* const m_log; member in class:tcu::ResultCollector
tcuTestContext.hpp 55 TestLog& getLog (void) { return m_log; }
79 TestLog& m_log; //!< Test log. member in class:tcu::TestContext
tcuTestLog.hpp 178 qpTestLog* m_log; member in class:tcu::TestLog
184 explicit MessageBuilder (TestLog* log) : m_log(log) {}
198 TestLog* m_log; member in class:tcu::MessageBuilder
205 SampleBuilder (TestLog* log) : m_log(log) {}
231 TestLog* m_log; member in class:tcu::SampleBuilder
416 : m_log(log)
418 m_log << TestLog::Section(name, description);
423 m_log << TestLog::EndSection;
427 TestLog& m_log; member in class:tcu::ScopedLogSection
  /external/deqp/framework/egl/
egluCallLogWrapper.hpp 51 tcu::TestLog& m_log; member in class:eglu::CallLogWrapper
  /external/testng/src/test/java/test/dependent/
GroupByInstancesSampleTest.java 12 public static List<String> m_log = Lists.newArrayList(); field in class:GroupByInstancesSampleTest
16 m_log.add(method + "#" + country);
SD2.java 9 public static List<String> m_log = new ArrayList<>(); field in class:SD2
13 m_log.add("oneA");
18 m_log.add("canBeRunAnytime");
23 m_log.add("secondA");
28 m_log.add("thirdA");
33 m_log.add("oneB");
SampleDependentTest.java 14 SD2.m_log.clear();
21 for (String s : SD2.m_log) {
DepBugSampleTest.java 12 private static List<String> m_log = new ArrayList<>(); field in class:DepBugSampleTest
16 m_log.add(s);
24 return m_log;
DependentWithDataProviderSampleTest.java 14 public static List<String> m_log = Lists.newArrayList(); field in class:DependentWithDataProviderSampleTest
34 m_log.add(s + "#" + param);
  /external/deqp/android/package/src/com/drawelements/deqp/testercore/
TestLogParser.java 38 private FileInputStream m_log; field in class:TestLogParser
47 m_log = null;
57 assert m_log == null;
63 m_log = new FileInputStream(m_logFileName);
70 assert m_log != null;
74 if (m_log != null)
75 m_log.close();
79 m_log = null;
87 assert m_log != null;
93 final int numAvailable = m_log.available()
    [all...]
  /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/framework/platform/android/
tcuAndroidTestActivity.hpp 56 TestLog m_log; member in class:tcu::Android::TestThread
  /external/testng/src/test/java/test/configuration/
ConfigurationGroups7SampleTest.java 13 private List<String> m_log = new ArrayList<>(); field in class:ConfigurationGroups7SampleTest
17 m_log.add("1");
22 m_log.add("2");
27 m_log.add("2");
32 m_log.add("3");
37 Assert.assertEquals(Arrays.asList(new String[] { "1", "2", "2", "3"}), m_log); local
ConfigurationGroups8SampleTest.java 20 private List<String> m_log = new ArrayList<>(); field in class:ConfigurationGroups8SampleTest
24 m_log.add("should not be invoked");
29 m_log.add("1");
34 m_log.add("1");
39 m_log.add("should not be invoked");
44 m_log.add("a");
50 m_log); local
  /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/modules/glshared/
glsBufferTestUtil.hpp 204 tcu::TestLog& m_log; member in class:deqp::gls::BufferTestUtil::BufferVerifierBase
glsTextureTestUtil.hpp 140 tcu::TestLog& m_log; member in class:deqp::gls::TextureTestUtil::ProgramLibrary
162 tcu::TestLog& m_log; member in class:deqp::gls::TextureTestUtil::TextureRenderer
  /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...]
  /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...]

Completed in 528 milliseconds

1 2