Home
last modified time | relevance | path

Searched refs:getSessionInfo (Results 1 – 10 of 10) sorted by relevance

/external/deqp/executor/
DxeBatchResult.hpp109 const SessionInfo& getSessionInfo (void) const { return m_sessionInfo; } in getSessionInfo() function in xe::BatchResult
110 SessionInfo& getSessionInfo (void) { return m_sessionInfo; } in getSessionInfo() function in xe::BatchResult
DxeBatchExecutor.cpp135 m_batchResult->getSessionInfo() = sessionInfo; in setSessionInfo()
DxeTestLogWriter.cpp113 writeSessionInfo(result.getSessionInfo(), stream); in writeTestLog()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowPackageInstallerTest.java49 PackageInstaller.SessionInfo sessionInfo = packageInstaller.getSessionInfo(sessionId); in packageInstallerCreateAndAbandonSession()
56 assertThat(packageInstaller.getSessionInfo(sessionId)).isNull(); in packageInstallerCreateAndAbandonSession()
DShadowPackageManagerTest.java136 PackageInstaller.SessionInfo sessionInfo = packageInstaller.getSessionInfo(sessionId); in packageInstallerCreateSession()
143 assertThat(packageInstaller.getSessionInfo(sessionId)).isNull(); in packageInstallerCreateSession()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
DRuntimeDataTest.java86 assertEquals("testsession", storage.getSessionInfo().getId()); in testCollectWithReset()
99 assertEquals("testsession", storage.getSessionInfo().getId()); in testCollectWithoutReset()
DTestStorage.java39 public SessionInfo getSessionInfo() { in getSessionInfo() method in TestStorage
/external/deqp/executor/tools/
DxeMergeTestLogs.cpp72 xe::SessionInfo& combinedInfo = m_batchResult->getSessionInfo(); in setSessionInfo()
DxeCommandLineExecutor.cpp363 m_batchResult->getSessionInfo() = sessionInfo; in setSessionInfo()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPackageInstaller.java56 protected PackageInstaller.SessionInfo getSessionInfo(int sessionId) { in getSessionInfo() method in ShadowPackageInstaller