/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_futures.py | 422 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
|
D | test_proactor_events.py | 172 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
|
D | test_selector_events.py | 745 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 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
|
H A D | ConfigurationGroups8SampleTest.java | 20 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 D | tcuTestLog.hpp | 214 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 D | tcuResultCollector.hpp | 64 TestLog *const m_log; member in tcu::ResultCollector
|
H A D | tcuTestContext.hpp | 119 TestLog &m_log; //!< Test log. member in tcu::TestContext
|
/aosp_15_r20/external/deqp/framework/platform/ios/ |
H A D | tcuIOSApp.mm | 299 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 D | glsTextureTestUtil.hpp | 142 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 D | BaseLogTest.java | 14 private static List<String> m_log; field in BaseLogTest
|
/aosp_15_r20/external/testng/src/test/java/test/dependent/ |
H A D | SD2.java | 9 public static List<String> m_log = new ArrayList<>(); field in SD2
|
H A D | DepBugSampleTest.java | 12 private static List<String> m_log = new ArrayList<>(); field in DepBugSampleTest
|
H A D | GroupByInstancesSampleTest.java | 12 public static List<String> m_log = Lists.newArrayList(); field in GroupByInstancesSampleTest
|
H A D | DependentWithDataProviderSampleTest.java | 14 public static List<String> m_log = Lists.newArrayList(); field in DependentWithDataProviderSampleTest
|
/aosp_15_r20/external/deqp/framework/egl/ |
H A D | egluCallLogWrapper.hpp | 54 tcu::TestLog &m_log; member in eglu::CallLogWrapper
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fApiCase.hpp | 55 tcu::TestLog &m_log; member in deqp::gles3::Functional::ApiCase
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fApiCase.hpp | 55 tcu::TestLog &m_log; member in deqp::gles2::Functional::ApiCase
|
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluCallLogWrapper.hpp | 62 tcu::TestLog &m_log; member in glu::CallLogWrapper
|
/aosp_15_r20/external/deqp/framework/platform/android/ |
H A D | tcuAndroidTestActivity.hpp | 56 TestLog m_log; member in tcu::Android::TestThread
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/ |
H A D | run_build_test.h | 48 std::string m_log; variable
|
/aosp_15_r20/external/emma/core/java12/com/vladium/emma/ |
H A D | Processor.java | 112 protected Logger m_log; // not null only within run() field in Processor
|
/aosp_15_r20/external/deqp/framework/opengl/simplereference/ |
H A D | sglrGLContext.hpp | 248 tcu::TestLog &m_log; member in sglr::GLContext
|
/aosp_15_r20/external/deqp/android/openglcts/src/org/khronos/cts/testercore/ |
H A D | KhronosCTSTestLogParser.java | 27 private FileInputStream m_log; field in KhronosCTSTestLogParser
|
/aosp_15_r20/external/deqp/android/package/src/com/drawelements/deqp/testercore/ |
H A D | TestLogParser.java | 35 private FileInputStream m_log; field in TestLogParser
|