Home
last modified time | relevance | path

Searched defs:GetExitCode (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/Support/
H A DError.h909 void setExitCodeMapper(std::function<int(const Error &)> GetExitCode) { in setExitCodeMapper()
940 std::function<int(const Error &)> GetExitCode; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DError.h949 void setExitCodeMapper(std::function<int(const Error &)> GetExitCode) { in setExitCodeMapper()
980 std::function<int(const Error &)> GetExitCode; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DError.h1364 void setExitCodeMapper(std::function<int(const Error &)> GetExitCode) { in setExitCodeMapper()
1395 std::function<int(const Error &)> GetExitCode; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DError.h1378 void setExitCodeMapper(std::function<int(const Error &)> GetExitCode) { in setExitCodeMapper()
1409 std::function<int(const Error &)> GetExitCode; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DError.h1312 void setExitCodeMapper(std::function<int(const Error &)> GetExitCode) { in setExitCodeMapper()
1343 std::function<int(const Error &)> GetExitCode; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DError.h1378 void setExitCodeMapper(std::function<int(const Error &)> GetExitCode) { in setExitCodeMapper()
1409 std::function<int(const Error &)> GetExitCode; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DError.h1378 void setExitCodeMapper(std::function<int(const Error &)> GetExitCode) { in setExitCodeMapper()
1409 std::function<int(const Error &)> GetExitCode; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DError.h1366 void setExitCodeMapper(std::function<int(const Error &)> GetExitCode) { in setExitCodeMapper()
1397 std::function<int(const Error &)> GetExitCode; variable
/aosp_15_r20/external/armnn/shim/sl/canonical/
H A DDriverOptions.hpp40 int GetExitCode() const { return m_ExitCode; } in GetExitCode() function in armnn_driver::DriverOptions
/aosp_15_r20/external/android-nn-driver/
H A DDriverOptions.hpp39 int GetExitCode() const { return m_ExitCode; } in GetExitCode() function in armnn_driver::DriverOptions
/aosp_15_r20/external/vixl/benchmarks/aarch64/
H A Dbench-utils.h145 int GetExitCode() const { in GetExitCode() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/gofmt/
Dgofmt.go170 func (s *sequencer) GetExitCode() int { func
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddbgeng.h233 STDMETHOD(GetExitCode)(THIS_ PULONG Code) PURE; in DECLARE_INTERFACE_() local
304 STDMETHOD(GetExitCode)(THIS_ PULONG Code) PURE; in DECLARE_INTERFACE_() local
366 STDMETHOD(GetExitCode)(THIS_ PULONG Code) PURE; in DECLARE_INTERFACE_() local
431 STDMETHOD(GetExitCode)(THIS_ PULONG Code) PURE; in DECLARE_INTERFACE_() local
/aosp_15_r20/external/cronet/base/test/launcher/
H A Dtest_launcher.cc199 int ProcessResultWatcher::GetExitCode() { in GetExitCode() function in base::ProcessResultWatcher
/aosp_15_r20/external/bazelbuild-remote-apis/build/bazel/remote/execution/v2/
H A Dremote_execution.pb.go1894 func (x *ActionResult) GetExitCode() int32 { func