Home
last modified time | relevance | path

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

12

/external/perfetto/src/trace_processor/sqlite/
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
/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
/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
Dkernel_fallback_execute.cc44 void SetError(const tfrt::ExecutionContext& exec_ctx, in SetError() function
/external/tensorflow/tensorflow/compiler/xla/runtime/
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
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h59 void SetError(SMLoc errLoc, const std::string &err) { in SetError() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upbc/
Dplugin.h129 void SetError(absl::string_view error) { in SetError() function
/external/webrtc/rtc_base/
Dasync_udp_socket.cc108 void AsyncUDPSocket::SetError(int error) { in SetError() function in rtc::AsyncUDPSocket
Dasync_socket.cc81 void AsyncSocketAdapter::SetError(int error) { in SetError() function in rtc::AsyncSocketAdapter
Dasync_tcp_socket.cc118 void AsyncTCPSocketBase::SetError(int error) { in SetError() function in rtc::AsyncTCPSocketBase
/external/webrtc/p2p/base/
Dfake_packet_transport.h89 void SetError(int error) { error_ = error; } in SetError() function
/external/cronet/stable/net/base/fuchsia/
Dnetwork_interface_cache.cc214 void NetworkInterfaceCache::SetError() { in SetError() function in net::internal::NetworkInterfaceCache
/external/cronet/stable/net/base/
Dparse_number.cc37 bool SetError(ParseIntError error, ParseIntError* optional_error) { in SetError() function
/external/cronet/tot/net/base/fuchsia/
Dnetwork_interface_cache.cc214 void NetworkInterfaceCache::SetError() { in SetError() function in net::internal::NetworkInterfaceCache
/external/cronet/tot/net/base/
Dparse_number.cc37 bool SetError(ParseIntError error, ParseIntError* optional_error) { in SetError() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h65 void SetError(SMLoc errLoc, const std::string &err) { in SetError() function
/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
/external/openthread/tests/unit/
Dtest_lowpan.hpp199 void SetError(Error aError) { mError = aError; } in SetError() function in ot::TestIphcVector
/external/grpc-grpc/src/core/lib/event_engine/windows/
Dwin_socket.cc131 void WinSocket::OpState::SetError(int wsa_error) { in SetError() function in grpc_event_engine::experimental::WinSocket::OpState
/external/webrtc/test/network/
Demulated_turn_server.cc66 void SetError(int error) override {} in SetError() function in __anon203c81880111::AsyncPacketSocketWrapper
Dfake_network_socket_server.cc246 void FakeNetworkSocket::SetError(int error) { in SetError() function in webrtc::test::FakeNetworkSocket
/external/libchrome/components/policy/core/common/
Dpolicy_map.cc104 void PolicyMap::SetError(const std::string& policy, const std::string& error) { in SetError() function in policy::PolicyMap
/external/grpc-grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_certificate_distributor.cc152 void grpc_tls_certificate_distributor::SetError(grpc_error_handle error) { in SetError() function in grpc_tls_certificate_distributor
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_certificate_distributor.cc154 void grpc_tls_certificate_distributor::SetError(grpc_error_handle error) { in SetError() function in grpc_tls_certificate_distributor
/external/webrtc/logging/rtc_event_log/events/
Drtc_event_field_encoding_parser.h157 void SetError() { error_ = true; } in SetError() function
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h144 void SetError(SMLoc errLoc, const std::string &err) { in SetError() function

12