Home
last modified time | relevance | path

Searched refs:ReturnError (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_utils.cc86 tensorflow::Status ReturnError(const std::vector<string>& pieces, int idx) { in ReturnError() function
133 return ReturnError(pieces, i); in ParseCmdLine()
139 return ReturnError(pieces, i); in ParseCmdLine()
145 return ReturnError(pieces, i); in ParseCmdLine()
151 return ReturnError(pieces, i); in ParseCmdLine()
157 return ReturnError(pieces, i); in ParseCmdLine()
163 return ReturnError(pieces, i); in ParseCmdLine()
169 return ReturnError(pieces, i); in ParseCmdLine()
175 return ReturnError(pieces, i); in ParseCmdLine()
181 return ReturnError(pieces, i); in ParseCmdLine()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGLexer.cpp69 tgtok::TokKind TGLexer::ReturnError(SMLoc Loc, const Twine &Msg) { in ReturnError() function in TGLexer
74 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) { in ReturnError() function in TGLexer
75 return ReturnError(SMLoc::getFromPointer(Loc), Msg); in ReturnError()
148 return ReturnError(TokStart, "Unexpected character"); in LexToken()
204 return ReturnError(TokStart, "Unexpected character"); in LexToken()
262 return ReturnError(StrStart, "End of file in string literal"); in LexString()
265 return ReturnError(StrStart, "End of line in string literal"); in LexString()
290 return ReturnError(CurPtr, "escaped newlines not supported in tblgen"); in LexString()
295 return ReturnError(StrStart, "End of file in string literal"); in LexString()
298 return ReturnError(CurPtr, "invalid escape in string literal"); in LexString()
[all …]
DTGLexer.h132 tgtok::TokKind ReturnError(SMLoc Loc, const Twine &Msg);
133 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);
/external/llvm/lib/TableGen/
DTGLexer.cpp42 tgtok::TokKind TGLexer::ReturnError(const char *Loc, const Twine &Msg) { in ReturnError() function in TGLexer
100 return ReturnError(TokStart, "Unexpected character"); in LexToken()
133 return ReturnError(TokStart, "Unexpected character"); in LexToken()
191 return ReturnError(StrStart, "End of file in string literal"); in LexString()
194 return ReturnError(StrStart, "End of line in string literal"); in LexString()
219 return ReturnError(CurPtr, "escaped newlines not supported in tblgen"); in LexString()
224 return ReturnError(StrStart, "End of file in string literal"); in LexString()
227 return ReturnError(CurPtr, "invalid escape in string literal"); in LexString()
237 return ReturnError(TokStart, "Invalid variable name"); in LexVarName()
389 return ReturnError(TokStart, "Invalid hexadecimal number"); in LexNumber()
[all …]
DTGLexer.h123 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp47 AsmToken AsmLexer::ReturnError(const char *Loc, const std::string &Msg) { in ReturnError() function in AsmLexer
107 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: " in LexHexFloatLiteral()
112 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: " in LexHexFloatLiteral()
125 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: " in LexHexFloatLiteral()
185 return ReturnError(TokStart, "unterminated comment"); in LexSlash()
272 return ReturnError(TokStart, !isHex ? "invalid decimal number" : in LexDigit()
300 return ReturnError(TokStart, "invalid binary number"); in LexDigit()
306 return ReturnError(TokStart, "invalid binary number"); in LexDigit()
328 return ReturnError(CurPtr-2, "invalid hexadecimal number"); in LexDigit()
332 return ReturnError(TokStart, "invalid hexadecimal number"); in LexDigit()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmLexer.cpp52 AsmToken AsmLexer::ReturnError(const char *Loc, const std::string &Msg) { in ReturnError() function in AsmLexer
73 return ReturnError(CurPtr, "Invalid sign in float literal"); in LexFloatLiteral()
113 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: " in LexHexFloatLiteral()
118 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: " in LexHexFloatLiteral()
131 return ReturnError(TokStart, "invalid hexadecimal floating-point constant: " in LexHexFloatLiteral()
200 return ReturnError(TokStart, "unterminated comment"); in LexSlash()
313 return ReturnError(TokStart, Radix == 2 ? "invalid binary number" : in LexDigit()
341 return ReturnError(TokStart, !isHex ? "invalid decimal number" : in LexDigit()
369 return ReturnError(TokStart, "invalid binary number"); in LexDigit()
375 return ReturnError(TokStart, "invalid binary number"); in LexDigit()
[all …]
/external/tensorflow/tensorflow/compiler/xla/runtime/
Dresults.h60 virtual void ReturnError(const llvm::Error& error) const = 0;
75 void ReturnError(const llvm::Error&) const final {} in ReturnError() function
Dexecutable.cc295 return (results.ReturnError(err), std::move(err)); in Execute()
331 return (results.ReturnError(err), std::move(err)); in ReturnResults()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dresolver.h84 virtual void ReturnError(grpc_error_handle error) = 0;
Dclient_channel.cc423 void ReturnError(grpc_error_handle error) override in ReturnError() function in grpc_core::ClientChannel::ResolverResultHandler
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
DAsmLexer.h57 AsmToken ReturnError(const char *Loc, const std::string &Msg);
/external/llvm/include/llvm/MC/MCParser/
DAsmLexer.h59 AsmToken ReturnError(const char *Loc, const std::string &Msg);
/external/cronet/net/base/
Dmock_file_stream.h65 int ReturnError(int function_error) { in ReturnError() function
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/native/
Ddns_resolver.cc201 result_handler_->ReturnError(grpc_error_set_int( in OnResolvedLocked()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/fake/
Dfake_resolver.cc146 result_handler_->ReturnError(grpc_error_set_int( in MaybeSendResultLocked()
/external/armnn/src/armnn/
DNetwork.cpp821 auto ReturnError = [&](const Layer* layer) in AttemptBackendAssignment() local
944 return ReturnError(convertLayer); in AttemptBackendAssignment()
952 return ReturnError(convertLayer); in AttemptBackendAssignment()
995 auto ReturnError = [&](const Layer* layer) in AssignBackendsIConnectable() local
1092 result = ReturnError(layer); in AssignBackendsIConnectable()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Ddns_resolver_ares.cc360 result_handler_->ReturnError(grpc_error_set_int( in OnResolvedLocked()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_resolver.cc253 void ReturnError(grpc_error_handle error) override;
545 ReturnError(grpc_error_handle error) { in ReturnError() function in grpc_core::__anon0187cdfa0111::XdsClusterResolverLb::LogicalDNSDiscoveryMechanism::ResolverResultHandler
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/xds/
Dxds_resolver.cc727 result_handler_->ReturnError(error); in StartLocked()