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

/external/qemu/
H A Dbuffered_file.c30 int has_error; member in struct:QEMUFileBuffered
76 if (s->has_error) {
96 s->has_error = 1;
117 if (s->has_error) {
142 s->has_error = 1;
176 while (!s->has_error && s->buffer_size) {
196 if (s->has_error)
211 if (s->has_error)
235 if (s->has_error) {
H A Dsavevm.c180 int has_error; member in struct:QEMUFile
434 return f->has_error;
439 f->has_error = 1;
454 f->has_error = 1;
475 f->has_error = 1;
497 if (!f->has_error && f->is_write == 0 && f->buf_index > 0) {
503 while (!f->has_error && size > 0) {
519 if (!f->has_error && f->is_write == 0 && f->buf_index > 0) {
/external/v8/src/
H A Dpreparse-data.h120 if (--pause_count_ == 0) is_recording_ = !has_error();
124 bool has_error() { function in class:v8::internal::FunctionLoggingParserRecorder
H A Dparser.h136 bool has_error() { return store_[PreparseDataConstants::kHasErrorOffset]; } function in class:v8::internal::ScriptDataImpl
H A Dparser.cc317 if (has_error()) {
4335 bool has_error() { return has_error_; } function in class:v8::internal::SingletonLogger
4532 if (logger.has_error()) {
5844 return has_error();
6005 if (pre_data != NULL && pre_data->has_error()) {
/external/llvm/include/llvm/Support/
H A Draw_ostream.h397 /// has_error - Return the value of the flag in this raw_fd_ostream indicating
401 bool has_error() const { function in class:llvm::raw_fd_ostream
405 /// clear_error - Set the flag read by has_error() to false. If the error
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h341 inline bool has_error() const;
643 inline bool CodeGeneratorResponse::has_error() const { function in class:google::protobuf::compiler::CodeGeneratorResponse

Completed in 188 milliseconds