/external/grpc-grpc/test/core/util/ |
D | subprocess_windows.cc | 92 goto getExitCode; in gpr_subprocess_join() 96 goto getExitCode; in gpr_subprocess_join() 102 getExitCode: in gpr_subprocess_join()
|
/external/angle/util/ |
D | test_utils_unittest.cpp | 168 EXPECT_EQ(EXIT_SUCCESS, process->getExitCode()); in TEST() 183 EXPECT_EQ(EXIT_SUCCESS, process->getExitCode()); in TEST() 218 EXPECT_EQ(EXIT_SUCCESS, process->getExitCode()); in TEST() 251 EXPECT_EQ(EXIT_SUCCESS, process->getExitCode()); in TEST()
|
D | test_utils.h | 73 virtual int getExitCode() = 0;
|
/external/toolchain-utils/compiler_wrapper/ |
D | errors.go | 44 if exitCode, ok := getExitCode(subprocessErr); ok { 65 func getExitCode(err error) (exitCode int, ok bool) { func
|
D | env.go | 115 if exitCode, ok := getExitCode(err); ok {
|
/external/icu/tools/testing/test_harness/src/com/android/icu/tradefed/testtype/ |
D | ICU4CTest.java | 237 return commandResult.getExitCode() == 0; in isDeviceFileExecutable() 261 fullPath, commandResult.getExitCode(), commandResult.getStatus().name()); in doRunTest() 263 if (commandResult.getExitCode() != 0) { in doRunTest() 268 "%s non-zero exit code %d", fullPath, commandResult.getExitCode())); in doRunTest()
|
/external/deqp/execserver/ |
D | xsWin32TestProcess.hpp | 146 int getExitCode (void) const { return m_exitCode; } in getExitCode() function in xs::win32::Process 190 virtual int getExitCode (void) const;
|
D | xsTestProcess.hpp | 49 virtual int getExitCode (void) const = DE_NULL;
|
D | xsPosixTestProcess.cpp | 306 int PosixTestProcess::getExitCode (void) const in getExitCode() function in xs::PosixTestProcess 309 return m_process->getExitCode(); in getExitCode()
|
D | xsPosixTestProcess.hpp | 87 virtual int getExitCode (void) const;
|
D | xsTestDriver.cpp | 128 m_lastExitCode = m_process->getExitCode(); in poll()
|
D | xsWin32TestProcess.cpp | 784 int Win32TestProcess::getExitCode (void) const in getExitCode() function in xs::Win32TestProcess 787 return m_process->getExitCode(); in getExitCode()
|
/external/llvm-project/libc/utils/testutils/ |
D | ExecuteFunction.h | 39 int getExitCode() const;
|
D | ExecuteFunctionUnix.cpp | 27 int ProcessStatus::getExitCode() const { in getExitCode() function in __llvm_libc::testutils::ProcessStatus
|
/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/dagger2/javatests/dagger/hilt/android/processor/internal/androidentrypoint/ |
D | KotlinAndroidEntryPointProcessorTest.java | 59 Truth.assertThat(result.getExitCode()).isEqualTo(ExitCode.COMPILATION_ERROR); in checkBaseClassConstructorHasNotDefaultParameters()
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidExecService.hpp | 55 virtual int getExitCode (void) const;
|
D | tcuAndroidExecService.cpp | 277 int TestProcess::getExitCode (void) const in getExitCode() function in tcu::Android::TestProcess
|
/external/angle/src/tests/perf_tests/ |
D | glmark2Benchmark.cpp | 163 ASSERT_EQ(EXIT_SUCCESS, process->getExitCode()); in run()
|
/external/angle/util/posix/ |
D | test_utils_posix.cpp | 285 int getExitCode() override { return mExitCode; } in getExitCode() function in angle::__anon5f3305900111::PosixProcess
|
/external/angle/util/windows/ |
D | test_utils_win.cpp | 327 int getExitCode() override in getExitCode() function in angle::__anon29c9fda30111::WindowsProcess
|
/external/llvm-project/libc/utils/UnitTest/ |
D | Test.cpp | 334 int ActualExit = Result.getExitCode(); in testProcessExits()
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSApp.mm | 132 int getExitCode (void) const { return 0; /* not available */ }
|