Searched defs:getExitCode (Results 1 – 5 of 5) sorted by relevance
/external/deqp/framework/delibs/decpp/ | ||
D | deProcess.hpp | 54 int getExitCode (void) const { return deProcess_getExitCode(m_process); } in getExitCode() function in de::Process |
/external/deqp/execserver/ | ||
D | xsPosixTestProcess.cpp | 306 int PosixTestProcess::getExitCode (void) const in getExitCode() function in xs::PosixTestProcess |
D | xsWin32TestProcess.hpp | 146 int getExitCode (void) const { return m_exitCode; } in getExitCode() function in xs::win32::Process |
D | xsWin32TestProcess.cpp | 784 int Win32TestProcess::getExitCode (void) const in getExitCode() function in xs::Win32TestProcess |
/external/deqp/framework/platform/android/ | ||
D | tcuAndroidExecService.cpp | 277 int TestProcess::getExitCode (void) const in getExitCode() function in tcu::Android::TestProcess |