Home
last modified time | relevance | path

Searched defs:exit_success (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/
Dcstdlib.hpp33 const int exit_success = EXIT_SUCCESS; // implementation-defined value variable
/third_party/flutter/skia/third_party/externals/sdl/visualtest/include/
DSDL_visualtest_process.h47 int exit_success; /*!< Zero if the process exited successfully */ member
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.h112 static void DebugTerminate(bool val, bool exit_success) { in DebugTerminate()
/third_party/wayland_standard/tests/
Dsanity-test.c44 TEST(exit_success) in TEST() argument
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.cc1089 void Debugger::Exit(bool exit_success) { in Exit()