Searched refs:ExitCode (Results 1 - 12 of 12) sorted by relevance
/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerDriver.cpp | 212 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 D | FuzzerMerge.cpp | 239 auto ExitCode = in CrashResistantMerge() local 241 if (!ExitCode) { in CrashResistantMerge()
|
/third_party/node/deps/v8/tools/v8windbg/test/ |
H A D | debug-callbacks.cc | 56 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 D | debug-callbacks.h | 64 HRESULT __stdcall ExitThread(ULONG ExitCode) override; 65 HRESULT __stdcall ExitProcess(ULONG ExitCode) override;
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | RefStructCompatibilityTest.cs | 115 Assert.AreEqual(0, process.ExitCode); in RunOldCsharpCompilerAndCheckSuccess()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/shell/ |
H A D | shell_unix.go | 80 os.Exit(cmd.ProcessState.ExitCode())
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/ |
H A D | deqp.go | 378 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.h | 478 "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 D | Error.h | 973 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 D | Error.h | 1336 int ExitCode = GetExitCode(Err); in checkError() local 1338 exit(ExitCode); in checkError()
|
/third_party/python/Modules/ |
H A D | _winapi.c | 1222 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 D | xmlwf.c | 66 enum ExitCode { enum
|
Completed in 14 milliseconds