Home
last modified time | relevance | path

Searched defs:has_error (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/wasm/
Dwasm-result.h47 bool has_error() const { return !message_.empty(); } in has_error() function
/external/bcc/src/cc/api/
DBPFTable.cc390 bool has_error = false; in close_all_cpu() local
461 bool has_error = false; in close_all_cpu() local
DBPF.cc92 bool has_error = false; in detach_all() local
692 bool has_error = false; in detach_perf_event_all_cpu() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Draw_ostream.h446 bool has_error() const { return bool(EC); } in has_error() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Draw_ostream.h428 bool has_error() const { in has_error() function
/external/llvm/include/llvm/Support/
Draw_ostream.h415 bool has_error() const { in has_error() function
/external/lua/src/
Dlua.c453 #define has_error 1 /* bad option */ macro
/external/v8/src/parsing/
Dscanner.h292 bool has_error() const { return scanner_error_ != MessageTemplate::kNone; } in has_error() function
Dexpression-scope.h283 bool has_error() const { return parser_->has_error(); } in has_error() function
Dparser-base.h273 V8_INLINE bool has_error() const { return scanner()->has_parser_error(); } in has_error() function
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.h1291 inline bool CodeGeneratorResponse::has_error() const { in has_error() function
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observable.hpp181 bool has_error = false; in blocking_subscribe() local
/external/libchrome/ipc/
Dipc_channel_mojo_unittest.cc191 bool has_error() const { return has_error_; } in has_error() function in __anonc5269e260111::ListenerExpectingErrors
/external/libdrm/intel/
Dintel_bufmgr_gem.c247 bool has_error; member