/aosp_15_r20/external/testng/src/main/java/org/testng/xml/ |
H A D | XmlTest.java | 32 private int m_threadCount= -1; field in XmlTest 197 return m_threadCount > 0 ? m_threadCount : getSuite().getThreadCount(); in getThreadCount() 201 m_threadCount = threadCount; in setThreadCount() 476 if (m_threadCount != -1) { in toXml() 477 p.setProperty("thread-count", Integer.toString(m_threadCount)); in toXml() 758 result = prime * result + m_threadCount; in hashCode() 840 if (m_threadCount != other.m_threadCount) in equals()
|
H A D | XmlSuite.java | 90 private int m_threadCount = DEFAULT_THREAD_COUNT; field in XmlSuite 383 return m_threadCount; in getThreadCount() 391 m_threadCount = threadCount; in setThreadCount() 789 result = prime * result + m_threadCount; in hashCode() 915 if (m_threadCount != other.m_threadCount) in equals()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/ |
H A D | cm_kernel_rt.cpp | 308 m_threadCount( 0 ), in CmKernelRT() 896 if (m_threadCount) in SetThreadCount() 899 if (m_threadCount != count) in SetThreadCount() 902 m_threadCount = count; in SetThreadCount() 908 m_threadCount = count; in SetThreadCount() 916 count = m_threadCount; in GetThreadCount() 2044 arg.value = MOS_NewArray(uint8_t, (size * m_threadCount)); in SetArgsInternal() 2051 arg.unitCount = m_threadCount; in SetArgsInternal() 2071 arg.surfIndex = MOS_NewArray(uint16_t, (size / sizeof(uint32_t) * m_threadCount)); in SetArgsInternal() 2078 … CmSafeMemSet((void *)arg.surfIndex, 0, size/sizeof(uint32_t) * sizeof(uint16_t) * m_threadCount); in SetArgsInternal() [all …]
|
H A D | cm_kernel_ex.cpp | 841 if (m_threadCount) in GetThreadSpaceEx() 843 status = m_device->CreateThreadSpace(m_threadCount, 1, m_dummyThreadSpace); in GetThreadSpaceEx() 863 if (m_threadCount) in GetThreadGroupSpaceEx() 865 m_device->CreateThreadGroupSpace(1, 1, m_threadCount, 1, m_dummyThreadGroupSpace); in GetThreadGroupSpaceEx()
|
H A D | cm_kernel_rt.h | 450 uint32_t m_threadCount; variable
|
/aosp_15_r20/external/testng/src/main/java/org/testng/internal/thread/graph/ |
H A D | GraphThreadPoolExecutor.java | 32 private int m_threadCount; field in GraphThreadPoolExecutor 39 m_threadCount = maximumPoolSize; in GraphThreadPoolExecutor()
|
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglMultiThreadTests.cpp | 193 int m_threadCount; member in deqp::egl::MultiThreadedTest 290 , m_threadCount(threadCount) in MultiThreadedTest() 330 if (waiters == m_threadCount) in barrier() 373 m_threads.reserve(m_threadCount); in iterate() 375 for (int threadNdx = 0; threadNdx < m_threadCount; threadNdx++) in iterate() 394 if (readyCount == m_threadCount) in iterate()
|
/aosp_15_r20/external/testng/src/main/java/org/testng/ |
H A D | TestNGAntTask.java | 147 protected String m_threadCount; field in TestNGAntTask 175 m_threadCount= threadCount; in setThreadCount() 560 addStringIfNotNull(argv, CommandLineArgs.THREAD_COUNT, m_threadCount); in createArguments()
|
H A D | TestNG.java | 159 private int m_threadCount; field in TestNG 467 m_threadCount = threadCount; in setThreadCount() 855 s.setThreadCount(m_threadCount); in initializeCommandLineSuitesParams()
|
/aosp_15_r20/out/soong/.intermediates/external/testng/testng/linux_glibc_common/local-javac-header/ |
D | testng.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/beust/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/testng/testng/linux_glibc_common/javac/ |
D | testng.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/beust/
com/ ... |