Home
last modified time | relevance | path

Searched defs:ProgramResult (Results 1 – 10 of 10) sorted by relevance

/dports/emulators/citra/citra-ac98458e0/src/video_core/renderer_opengl/
H A Dgl_shader_decompiler.h18 struct ProgramResult { struct
24 std::optional<ProgramResult> DecompileProgram(const Pica::Shader::ProgramCode& program_code, argument
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/renderer_opengl/
H A Dgl_shader_decompiler.h18 struct ProgramResult { struct
24 std::optional<ProgramResult> DecompileProgram(const Pica::Shader::ProgramCode& program_code, argument
/dports/devel/binaryen/binaryen-version_98/src/tools/
H A Dwasm-reduce.cpp77 struct ProgramResult { struct
82 ProgramResult() = default; argument
83 ProgramResult(std::string command) { getFromExecution(command); } in ProgramResult() argument
86 void getFromExecution(std::string command) { in getFromExecution()
196 bool operator==(ProgramResult& other) { in operator ==() argument
199 bool operator!=(ProgramResult& other) { return !(*this == other); } in operator !=() argument
204 o << "[ProgramResult] code: " << code << " stdout: \n" in dump() argument
/dports/games/widelands/widelands-build21/src/logic/map_objects/tribes/
H A Dprogram_result.h27 enum class ProgramResult { kNone = 0, kFailed = 1, kCompleted = 2, kSkipped = 3 }; enum
/dports/www/firefox-esr/firefox-91.8.0/testing/geckodriver/src/
H A Dmain.rs122 type ProgramResult<T> = result::Result<T, FatalError>; typedef
199 fn inner_main(app: &mut App) -> ProgramResult<()> { in inner_main()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/src/
H A Dmain.rs124 type ProgramResult<T> = result::Result<T, FatalError>; typedef
195 fn inner_main(app: &mut App) -> ProgramResult<()> { in inner_main()
/dports/mail/thunderbird/thunderbird-91.8.0/testing/geckodriver/src/
H A Dmain.rs122 type ProgramResult<T> = result::Result<T, FatalError>; typedef
199 fn inner_main(app: &mut App) -> ProgramResult<()> { in inner_main()
/dports/lang/spidermonkey78/firefox-78.9.0/testing/geckodriver/src/
H A Dmain.rs124 type ProgramResult<T> = result::Result<T, FatalError>; typedef
195 fn inner_main(app: &mut App) -> ProgramResult<()> { in inner_main()
/dports/www/firefox/firefox-99.0/testing/geckodriver/src/
H A Dmain.rs124 type ProgramResult<T> = result::Result<T, FatalError>; typedef
327 fn inner_main(app: &mut App) -> ProgramResult<()> { in inner_main()
/dports/lang/spidermonkey60/firefox-60.9.0/testing/geckodriver/src/
H A Dmain.rs45 type ProgramResult = std::result::Result<(), (ExitCode, String)>; typedef