Home
last modified time | relevance | path

Searched defs:m_log (Results 1 – 25 of 60) sorted by relevance

123

/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_futures.py422 def test_tb_logger_abandoned(self, m_log): argument
428 def test_tb_logger_not_called_after_cancel(self, m_log): argument
436 def test_tb_logger_result_unretrieved(self, m_log): argument
443 def test_tb_logger_result_retrieved(self, m_log): argument
451 def test_tb_logger_exception_unretrieved(self, m_log): argument
460 def test_tb_logger_exception_retrieved(self, m_log): argument
468 def test_tb_logger_exception_result_retrieved(self, m_log): argument
555 def check_future_exception_never_retrieved(self, debug, m_log): argument
Dtest_proactor_events.py172 def test_loop_writing_err(self, m_log): argument
629 def test_sendto_exception(self, m_log): argument
825 def test_create_server(self, m_log): argument
Dtest_selector_events.py745 def test_write_exception(self, m_log): argument
883 def test_transport_close_remove_writer(self, m_log): argument
1205 def test_sendto_exception(self, m_log): argument
/aosp_15_r20/external/testng/src/test/java/test/configuration/
H A DConfigurationGroups7SampleTest.java13 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
H A DConfigurationGroups8SampleTest.java20 private List<String> m_log = new ArrayList<>(); field in ConfigurationGroups8SampleTest
50 m_log); in verify() local
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTestLog.hpp214 qpTestLog *m_log; member in tcu::TestLog
243 TestLog *m_log; member in tcu::MessageBuilder
308 TestLog *m_log; member in tcu::SampleBuilder
496 TestLog &m_log; member in tcu::ScopedLogSection
H A DtcuResultCollector.hpp64 TestLog *const m_log; member in tcu::ResultCollector
H A DtcuTestContext.hpp119 TestLog &m_log; //!< Test log. member in tcu::TestContext
/aosp_15_r20/external/deqp/framework/platform/ios/
H A DtcuIOSApp.mm299 tcu::TestLog *m_log; field
310 m_log(DE_NULL), m_cmdLine(DE_NULL), m_app(DE_NULL) function
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsTextureTestUtil.hpp142 tcu::TestLog &m_log; member in deqp::gls::TextureTestUtil::ProgramLibrary
166 tcu::TestLog &m_log; member in deqp::gls::TextureTestUtil::TextureRenderer
/aosp_15_r20/external/testng/src/test/java/test/
H A DBaseLogTest.java14 private static List<String> m_log; field in BaseLogTest
/aosp_15_r20/external/testng/src/test/java/test/dependent/
H A DSD2.java9 public static List<String> m_log = new ArrayList<>(); field in SD2
H A DDepBugSampleTest.java12 private static List<String> m_log = new ArrayList<>(); field in DepBugSampleTest
H A DGroupByInstancesSampleTest.java12 public static List<String> m_log = Lists.newArrayList(); field in GroupByInstancesSampleTest
H A DDependentWithDataProviderSampleTest.java14 public static List<String> m_log = Lists.newArrayList(); field in DependentWithDataProviderSampleTest
/aosp_15_r20/external/deqp/framework/egl/
H A DegluCallLogWrapper.hpp54 tcu::TestLog &m_log; member in eglu::CallLogWrapper
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fApiCase.hpp55 tcu::TestLog &m_log; member in deqp::gles3::Functional::ApiCase
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fApiCase.hpp55 tcu::TestLog &m_log; member in deqp::gles2::Functional::ApiCase
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluCallLogWrapper.hpp62 tcu::TestLog &m_log; member in glu::CallLogWrapper
/aosp_15_r20/external/deqp/framework/platform/android/
H A DtcuAndroidTestActivity.hpp56 TestLog m_log; member in tcu::Android::TestThread
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/
H A Drun_build_test.h48 std::string m_log; variable
/aosp_15_r20/external/emma/core/java12/com/vladium/emma/
H A DProcessor.java112 protected Logger m_log; // not null only within run() field in Processor
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.hpp248 tcu::TestLog &m_log; member in sglr::GLContext
/aosp_15_r20/external/deqp/android/openglcts/src/org/khronos/cts/testercore/
H A DKhronosCTSTestLogParser.java27 private FileInputStream m_log; field in KhronosCTSTestLogParser
/aosp_15_r20/external/deqp/android/package/src/com/drawelements/deqp/testercore/
H A DTestLogParser.java35 private FileInputStream m_log; field in TestLogParser

123