Home
last modified time | relevance | path

Searched refs:ExitCode (Results 1 - 12 of 12) sorted by relevance

/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerDriver.cpp212 int ExitCode = ExecuteCommand(ToRun); in WorkerThread() local
213 if (ExitCode != 0) in WorkerThread()
217 C, ExitCode); in WorkerThread()
312 int ExitCode = ExecuteCommand(Cmd); in MinimizeCrashInput() local
313 if (ExitCode == 0) { in MinimizeCrashInput()
325 ExitCode = ExecuteCommand(Cmd); in MinimizeCrashInput()
326 if (ExitCode == 0) { in MinimizeCrashInput()
H A DFuzzerMerge.cpp239 auto ExitCode = in CrashResistantMerge() local
241 if (!ExitCode) { in CrashResistantMerge()
/third_party/node/deps/v8/tools/v8windbg/test/
H A Ddebug-callbacks.cc56 HRESULT __stdcall MyCallback::ExitThread(ULONG ExitCode) { return E_NOTIMPL; } in ExitThread() argument
57 HRESULT __stdcall MyCallback::ExitProcess(ULONG ExitCode) { return E_NOTIMPL; } in ExitProcess() argument
H A Ddebug-callbacks.h64 HRESULT __stdcall ExitThread(ULONG ExitCode) override;
65 HRESULT __stdcall ExitProcess(ULONG ExitCode) override;
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DRefStructCompatibilityTest.cs115 Assert.AreEqual(0, process.ExitCode); in RunOldCsharpCompilerAndCheckSuccess()
/third_party/skia/third_party/externals/swiftshader/tests/regres/shell/
H A Dshell_unix.go80 os.Exit(cmd.ProcessState.ExitCode())
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/
H A Ddeqp.go378 if exitErr.ExitCode() != 255 {
379 out += fmt.Sprintf("\nProcess terminated with code %d", exitErr.ExitCode())
/third_party/python/Modules/clinic/
H A D_winapi.c.h478 "ExitProcess($module, ExitCode, /)\n"
486 _winapi_ExitProcess_impl(PyObject *module, UINT ExitCode);
492 UINT ExitCode; in _winapi_ExitProcess() local
494 if (!PyArg_Parse(arg, "I:ExitProcess", &ExitCode)) { in _winapi_ExitProcess()
497 return_value = _winapi_ExitProcess_impl(module, ExitCode); in _winapi_ExitProcess()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DError.h973 int ExitCode = GetExitCode(Err); in checkError() local
975 exit(ExitCode); in checkError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DError.h1336 int ExitCode = GetExitCode(Err); in checkError() local
1338 exit(ExitCode); in checkError()
/third_party/python/Modules/
H A D_winapi.c1222 ExitCode: UINT
1228 _winapi_ExitProcess_impl(PyObject *module, UINT ExitCode) in _winapi_ExitProcess_impl() argument
1237 ExitProcess(ExitCode); in _winapi_ExitProcess_impl()
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dxmlwf.c66 enum ExitCode { enum

Completed in 14 milliseconds