/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_utils.cc | 86 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/ |
D | TGLexer.cpp | 69 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 …]
|
D | TGLexer.h | 132 tgtok::TokKind ReturnError(SMLoc Loc, const Twine &Msg); 133 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);
|
/external/llvm/lib/TableGen/ |
D | TGLexer.cpp | 42 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 …]
|
D | TGLexer.h | 123 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);
|
/external/llvm/lib/MC/MCParser/ |
D | AsmLexer.cpp | 47 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/ |
D | AsmLexer.cpp | 52 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/ |
D | results.h | 60 virtual void ReturnError(const llvm::Error& error) const = 0; 75 void ReturnError(const llvm::Error&) const final {} in ReturnError() function
|
D | executable.cc | 295 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/ |
D | resolver.h | 84 virtual void ReturnError(grpc_error_handle error) = 0;
|
D | client_channel.cc | 423 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/ |
D | AsmLexer.h | 57 AsmToken ReturnError(const char *Loc, const std::string &Msg);
|
/external/llvm/include/llvm/MC/MCParser/ |
D | AsmLexer.h | 59 AsmToken ReturnError(const char *Loc, const std::string &Msg);
|
/external/cronet/net/base/ |
D | mock_file_stream.h | 65 int ReturnError(int function_error) { in ReturnError() function
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/native/ |
D | dns_resolver.cc | 201 result_handler_->ReturnError(grpc_error_set_int( in OnResolvedLocked()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/fake/ |
D | fake_resolver.cc | 146 result_handler_->ReturnError(grpc_error_set_int( in MaybeSendResultLocked()
|
/external/armnn/src/armnn/ |
D | Network.cpp | 821 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/ |
D | dns_resolver_ares.cc | 360 result_handler_->ReturnError(grpc_error_set_int( in OnResolvedLocked()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/ |
D | xds_cluster_resolver.cc | 253 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/ |
D | xds_resolver.cc | 727 result_handler_->ReturnError(error); in StartLocked()
|