/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/ |
H A D | async_runtime.cc | 150 bool IsError() const { return num_errors_.load() != 0; } in IsError() function in mlir::runtime::AsyncGroup 276 bool AsyncRuntime::IsError(AsyncRuntime::Token* token) { in IsError() function in xla::runtime::AsyncRuntime 309 bool AsyncRuntime::IsError(AsyncRuntime::Value* value) { in IsError() function in xla::runtime::AsyncRuntime 326 bool AsyncRuntime::IsError(AsyncRuntime::Group* group) { in IsError() function in xla::runtime::AsyncRuntime
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | Error.h | 179 inline bool IsError(angle::Result result) in IsError() function 185 inline bool IsError(const egl::Error &err) in IsError() function 191 inline bool IsError(bool value) in IsError() function
|
/aosp_15_r20/external/lzma/CPP/Common/ |
H A D | DynLimBuf.h | 30 bool IsError() const { return _error; } in IsError() function
|
/aosp_15_r20/external/image_io/includes/image_io/base/ |
H A D | message.h | 73 bool IsError() const { in IsError() function
|
/aosp_15_r20/external/libultrahdr/third_party/image_io/includes/image_io/base/ |
H A D | message.h | 73 bool IsError() const { in IsError() function
|
/aosp_15_r20/art/cmdline/ |
H A D | cmdline_result.h | 45 bool IsError() const { return status_ != kSuccess; } in IsError() function
|
/aosp_15_r20/external/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 427 bool IsError = false; in parseDeclareSimdClauses() local 511 bool IsError = in ParseOMPDeclareSimdClauses() local
|
/aosp_15_r20/art/runtime/mirror/ |
H A D | throwable.cc | 79 bool Throwable::IsError() { in IsError() function in art::mirror::Throwable
|
/aosp_15_r20/external/armnn/src/armnn/ |
H A D | Network.hpp | 266 bool IsError() const in IsError() function
|
/aosp_15_r20/external/pigweed/pw_status/ |
H A D | status_test.cc | 96 TEST(Status, IsError) { in TEST() argument
|
H A D | status_with_size_test.cc | 192 TEST(StatusWithSize, IsError) { in TEST() argument
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | host_resolver_mdns_task.cc | 77 bool IsError() const { in IsError() function in net::HostResolverMdnsTask::Transaction
|
/aosp_15_r20/external/openthread/src/core/net/ |
H A D | icmp6.hpp | 120 bool IsError(void) const { return mType < OT_ICMP6_TYPE_ECHO_REQUEST; } in IsError() function in ot::Ip6::Icmp::Header
|
/aosp_15_r20/external/libbrillo/brillo/files/ |
H A D | safe_fd.cc | 172 bool SafeFD::IsError(SafeFD::Error err) { in IsError() function in brillo::SafeFD
|
/aosp_15_r20/external/federated-compute/fcp/base/ |
H A D | result_test.cc | 42 constexpr bool IsError(Result<T> r) { in IsError() function
|
/aosp_15_r20/external/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 307 bool IsError = (!Features.CPlusPlus11 || !in_char_string_literal); in ProcessUCNEscape() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | Error.h | 1072 bool IsError = static_cast<bool>(Err); in errorToBool() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | Error.h | 1072 bool IsError = static_cast<bool>(Err); in errorToBool() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Error.h | 1025 bool IsError = static_cast<bool>(Err); in errorToBool() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | Error.h | 1072 bool IsError = static_cast<bool>(Err); in errorToBool() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | Error.h | 1072 bool IsError = static_cast<bool>(Err); in errorToBool() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | Error.h | 1074 bool IsError = static_cast<bool>(Err); in errorToBool() local
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 1599 bool IsError = false; in CheckMessageArgumentTypes() local
|
H A D | SemaExpr.cpp | 8773 bool IsError) { in diagnoseDistinctPointerComparison() 8830 bool IsError) { in diagnoseFunctionPointerToVoidComparison()
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 3322 bool IsError = parseSysAlias(Head, NameLoc, Operands); in ParseInstruction() local
|