OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_error
(Results
1 - 6
of
6
) sorted by null
/external/qemu/
buffered_file.c
30
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
) {
savevm.c
180
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) {
[
all
...]
/external/llvm/include/llvm/Support/
raw_ostream.h
384
///
has_error
- Return the value of the flag in this raw_fd_ostream indicating
388
bool
has_error
() const {
function in class:llvm::raw_fd_ostream
392
/// clear_error - Set the flag read by
has_error
() to false. If the error
/external/v8/src/
preparse-data.h
138
if (--pause_count_ == 0) is_recording_ = !
has_error
();
142
bool
has_error
() {
function in class:v8::internal::FunctionLoggingParserRecorder
parser.h
133
bool
has_error
() { return store_[PreparseDataConstants::kHasErrorOffset]; }
function in class:v8::internal::ScriptDataImpl
/external/protobuf/src/google/protobuf/compiler/
plugin.pb.h
341
inline bool
has_error
() const;
643
inline bool CodeGeneratorResponse::
has_error
() const {
function in class:google::protobuf::compiler::CodeGeneratorResponse
Completed in 841 milliseconds