Searched defs:has_error (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/
H A Dpreparse-data.h83 bool has_error() const { return has_error_; } function in class:v8::internal::SingletonLogger
/external/llvm/include/llvm/Support/
H A Draw_ostream.h417 bool has_error() const { function in class:llvm::raw_fd_ostream
421 /// Set the flag read by has_error() to false. If the error flag is set at the
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h329 inline bool has_error() const;
774 inline bool CodeGeneratorResponse::has_error() const { function in class:google::protobuf::compiler::CodeGeneratorResponse
/external/chromium-trace/trace-viewer/third_party/webapp2/
H A Dwebapp2.py455 def has_error(self): member in class:Response
/external/libdrm/intel/
H A Dintel_bufmgr_gem.c216 bool has_error; member in struct:_drm_intel_bo_gem
571 bo_gem->has_error = true;
779 bo_gem->has_error = false;
926 bo_gem->has_error = false;
1788 if (bo_gem->has_error)
1791 if (target_bo_gem->has_error) {
1792 bo_gem->has_error = true;
2330 if (bo_gem->has_error)
2692 bo_gem->has_error = false;

Completed in 1980 milliseconds