Searched defs:first_error (Results 1 - 6 of 6) sorted by last modified time

/external/oprofile/libutil++/
H A Dchild_reader.cpp33 first_error(0),
62 first_error = errno;
69 first_error = errno;
96 // first_error in the child is a non-sense
217 return first_error == 0;
232 first_error = WEXITSTATUS(ret) | WIFSIGNALED(ret);
235 first_error = WTERMSIG(ret);
240 first_error = -1;
253 return first_error;
262 << strerror(first_error);
267 << first_error; local
270 << first_error; local
[all...]
H A Dchild_reader.h71 int error() const { return first_error; }
99 int first_error; member in class:child_reader
/external/fio/
H A Dfio.h330 int first_error; member in struct:thread_data
358 if (!(td)->first_error) \
H A Dstat.h175 uint32_t first_error; member in struct:thread_stat
/external/chromium_org/ui/base/x/
H A Dx11_util.cc1450 int ext_code, first_event, first_error; local
1451 XQueryExtension(dpy, ext_list[i], &ext_code, &first_event, &first_error);
/external/chromium_org/google_apis/drive/
H A Dbase_requests.cc378 base::DictionaryValue* first_error = NULL; local
380 errors->GetDictionary(0, &first_error)) {
382 first_error->GetStringWithoutPathExpansion(kErrorReasonKey, &reason);

Completed in 452 milliseconds