Home
last modified time | relevance | path

Searched refs:exit_string (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp433 const std::string& exit_string, in ConstructErrorString() argument
442 exit_string; in ConstructErrorString()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_cfg.cpp433 const std::string& exit_string, in ConstructErrorString() argument
442 exit_string; in ConstructErrorString()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp433 const std::string& exit_string, in ConstructErrorString() argument
442 exit_string; in ConstructErrorString()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp2538 std::string exit_string; in DoDestroy() local
2579 exit_string.assign("got unexpected response to k packet: "); in DoDestroy()
2580 exit_string.append(std::string(response.GetStringRef())); in DoDestroy()
2584 exit_string.assign("failed to send the k packet"); in DoDestroy()
2590 exit_string.assign("killed or interrupted while attaching."); in DoDestroy()
2596 exit_string.assign("destroying when not connected to debugserver"); in DoDestroy()
2599 SetExitStatus(exit_status, exit_string.c_str()); in DoDestroy()