Home
last modified time | relevance | path

Searched defs:SetError (Results 1 – 25 of 56) sorted by relevance

123

/aosp_15_r20/external/perfetto/src/trace_processor/sqlite/
H A Dsqlite_utils.h156 inline int SetError(sqlite3_vtab* tab, const char* status) { in SetError() function
162 inline void SetError(sqlite3_context* ctx, const char* status) { in SetError() function
166 inline int SetError(sqlite3_vtab* tab, base::Status s) { in SetError() function
170 inline void SetError(sqlite3_context* ctx, const base::Status& status) { in SetError() function
175 inline void SetError(sqlite3_context* ctx, in SetError() function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/
Donce_cell.rs471 pub enum SetError<T> { enum
481 impl<T> fmt::Display for SetError<T> { implementation
490 impl<T: fmt::Debug> Error for SetError<T> {} implementation
492 impl<T> SetError<T> { implementation
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Dasync_runtime.cc267 void AsyncRuntime::SetError(AsyncRuntime::Token* token) { in SetError() function in xla::runtime::AsyncRuntime
300 void AsyncRuntime::SetError(AsyncRuntime::Value* value) { in SetError() function in xla::runtime::AsyncRuntime
/aosp_15_r20/system/librustutils/system_properties/
H A Derror.rs63 SetError(PropertyWatcherError), enumerator
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
H A Dkernel_fallback_execute.cc44 void SetError(const tfrt::ExecutionContext& exec_ctx, in SetError() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h59 void SetError(SMLoc errLoc, const std::string &err) { in SetError() function
/aosp_15_r20/system/libprocinfo/
H A Dprocess.cpp34 bool SetError(std::string* error, int errno_value, const char* fmt, ...) { in SetError() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dparser.h56 DWORD SetError (DWORD dw) { m_dwError = dw; return m_dwError; } in SetError() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upbc/
Dplugin.h129 void SetError(absl::string_view error) { in SetError() function
/aosp_15_r20/external/webrtc/rtc_base/
H A Dasync_udp_socket.cc108 void AsyncUDPSocket::SetError(int error) { in SetError() function in rtc::AsyncUDPSocket
H A Dasync_socket.cc81 void AsyncSocketAdapter::SetError(int error) { in SetError() function in rtc::AsyncSocketAdapter
/aosp_15_r20/external/webrtc/p2p/base/
H A Dfake_packet_transport.h89 void SetError(int error) { error_ = error; } in SetError() function
/aosp_15_r20/external/cronet/net/base/
H A Dparse_number.cc37 bool SetError(ParseIntError error, ParseIntError* optional_error) { in SetError() function
/aosp_15_r20/external/cronet/net/base/fuchsia/
H A Dnetwork_interface_cache.cc214 void NetworkInterfaceCache::SetError() { in SetError() function in net::internal::NetworkInterfaceCache
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/windows/
Dwin_socket.cc129 void WinSocket::OpState::SetError(int wsa_error) { in SetError() function in grpc_event_engine::experimental::WinSocket::OpState
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/MCParser/
DMCAsmLexer.h65 void SetError(SMLoc errLoc, const std::string &err) { in SetError() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/MCParser/
DMCAsmLexer.h65 void SetError(SMLoc errLoc, const std::string &err) { in SetError() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/MCParser/
DMCAsmLexer.h65 void SetError(SMLoc errLoc, const std::string &err) { in SetError() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h65 void SetError(SMLoc errLoc, const std::string &err) { in SetError() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/MCParser/
DMCAsmLexer.h65 void SetError(SMLoc errLoc, const std::string &err) { in SetError() function
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_lowpan.hpp211 void SetError(Error aError) { mError = aError; } in SetError() function in ot::TestIphcVector
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/windows/
H A Dwin_socket.cc131 void WinSocket::OpState::SetError(int wsa_error) { in SetError() function in grpc_event_engine::experimental::WinSocket::OpState
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/cryptobyte/
Dbuilder.go55 func (b *Builder) SetError(err error) { func
/aosp_15_r20/external/webrtc/test/network/
H A Demulated_turn_server.cc66 void SetError(int error) override {} in SetError() function in __anond47927080111::AsyncPacketSocketWrapper
H A Dfake_network_socket_server.cc246 void FakeNetworkSocket::SetError(int error) { in SetError() function in webrtc::test::FakeNetworkSocket

123