/external/testng/src/test/java/test/configuration/ |
D | ConfigurationGroups7SampleTest.java | 13 private List<String> m_log = new ArrayList<>(); field in ConfigurationGroups7SampleTest 37 Assert.assertEquals(Arrays.asList(new String[] { "1", "2", "2", "3"}), m_log); in verify() local
|
D | ConfigurationGroups8SampleTest.java | 20 private List<String> m_log = new ArrayList<>(); field in ConfigurationGroups8SampleTest 50 m_log); in verify() local
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_futures.py | 379 def test_tb_logger_abandoned(self, m_log): argument 385 def test_tb_logger_not_called_after_cancel(self, m_log): argument 393 def test_tb_logger_result_unretrieved(self, m_log): argument 400 def test_tb_logger_result_retrieved(self, m_log): argument 408 def test_tb_logger_exception_unretrieved(self, m_log): argument 417 def test_tb_logger_exception_retrieved(self, m_log): argument 425 def test_tb_logger_exception_result_retrieved(self, m_log): argument 491 def check_future_exception_never_retrieved(self, debug, m_log): argument
|
/external/testng/src/test/java/test/ |
D | BaseLogTest.java | 14 private static List<String> m_log; field in BaseLogTest
|
/external/testng/src/test/java/test/dependent/ |
D | SD2.java | 9 public static List<String> m_log = new ArrayList<>(); field in SD2
|
D | DepBugSampleTest.java | 12 private static List<String> m_log = new ArrayList<>(); field in DepBugSampleTest
|
D | GroupByInstancesSampleTest.java | 12 public static List<String> m_log = Lists.newArrayList(); field in GroupByInstancesSampleTest
|
D | DependentWithDataProviderSampleTest.java | 14 public static List<String> m_log = Lists.newArrayList(); field in DependentWithDataProviderSampleTest
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapper.hpp | 51 tcu::TestLog& m_log; member in eglu::CallLogWrapper
|
/external/deqp/modules/gles2/functional/ |
D | es2fApiCase.hpp | 55 tcu::TestLog& m_log; member in deqp::gles2::Functional::ApiCase
|
/external/deqp/modules/gles3/functional/ |
D | es3fApiCase.hpp | 55 tcu::TestLog& m_log; member in deqp::gles3::Functional::ApiCase
|
/external/deqp/framework/common/ |
D | tcuResultCollector.hpp | 61 TestLog* const m_log; member in tcu::ResultCollector
|
D | tcuTestContext.hpp | 79 TestLog& m_log; //!< Test log. member in tcu::TestContext
|
D | tcuTestLog.hpp | 182 qpTestLog* m_log; member in tcu::TestLog 202 TestLog* m_log; member in tcu::MessageBuilder 235 TestLog* m_log; member in tcu::SampleBuilder 431 TestLog& m_log; member in tcu::ScopedLogSection
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.hpp | 53 tcu::TestLog& m_log; member in glu::CallLogWrapper
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidTestActivity.hpp | 56 TestLog m_log; member in tcu::Android::TestThread
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSApp.mm | 303 tcu::TestLog* m_log; field 314 , m_log (DE_NULL) function
|
/external/emma/core/java12/com/vladium/emma/ |
D | Processor.java | 112 protected Logger m_log; // not null only within run() field in Processor
|
/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.hpp | 140 tcu::TestLog& m_log; member in deqp::gls::TextureTestUtil::ProgramLibrary 162 tcu::TestLog& m_log; member in deqp::gls::TextureTestUtil::TextureRenderer
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrGLContext.hpp | 228 tcu::TestLog& m_log; member in sglr::GLContext
|
/external/deqp/android/package/src/com/drawelements/deqp/testercore/ |
D | TestLogParser.java | 38 private FileInputStream m_log; field in TestLogParser
|
/external/emma/core/java12/com/vladium/emma/report/ |
D | AbstractReportGenerator.java | 249 …protected Logger m_log; // every report generator is used on a single thread but the logger needs … field in AbstractReportGenerator
|
/external/emma/core/java12/com/vladium/emma/rt/ |
D | ClassPathProcessorST.java | 384 private final Logger m_log; // this class is instantiated and used on a single thread field in ClassPathProcessorST
|
D | InstrClassLoader.java | 451 …private final Logger m_log; // a loader instance is used concurrently but cached its log config at… field in InstrClassLoader
|
/external/emma/core/java12/com/vladium/util/ |
D | IPathEnumerator.java | 319 private final Logger m_log; field in IPathEnumerator.Factory.PathEnumerator
|