Home
last modified time | relevance | path

Searched refs:first_error (Results 1 – 18 of 18) sorted by relevance

/external/oprofile/libutil++/
Dchild_reader.cpp33 first_error(0), in child_reader()
62 first_error = errno; in exec_command()
69 first_error = errno; in exec_command()
217 return first_error == 0; in get_data()
232 first_error = WEXITSTATUS(ret) | WIFSIGNALED(ret); in terminate_process()
235 first_error = WTERMSIG(ret); in terminate_process()
240 first_error = -1; in terminate_process()
253 return first_error; in terminate_process()
262 << strerror(first_error); in error_str()
264 if (first_error) { in error_str()
[all …]
Dchild_reader.h71 int error() const { return first_error; } in error()
99 int first_error; variable
/external/chromium_org/third_party/mesa/src/src/glx/
Dglx_error.c56 error.errorCode = glx_dpy->codes->first_error + errorCode; in __glXSendError()
DXF86dri.c105 *error_basep = info->codes->first_error;
Ddri2.c212 *errorBase = info->codes->first_error; in DRI2QueryExtension()
/external/mesa3d/src/glx/
Dglx_error.c56 error.errorCode = glx_dpy->codes->first_error + errorCode; in __glXSendError()
DXF86dri.c105 *error_basep = info->codes->first_error;
Ddri2.c212 *errorBase = info->codes->first_error; in DRI2QueryExtension()
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Dextutil.h214 code -= codes->first_error; \
/external/chromium_org/google_apis/drive/
Dbase_requests.cc375 base::DictionaryValue* first_error = NULL; in OnURLFetchComplete() local
377 errors->GetDictionary(0, &first_error)) { in OnURLFetchComplete()
379 first_error->GetStringWithoutPathExpansion(kErrorReasonKey, &reason); in OnURLFetchComplete()
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xinerama/
DXinerama.c93 *error_basep = info->codes->first_error; in XEXT_GENERATE_CLOSE_DISPLAY()
/external/mesa3d/src/glx/apple/
Dappledri.c138 *error_basep = info->codes->first_error;
/external/chromium_org/third_party/mesa/src/src/glx/apple/
Dappledri.c138 *error_basep = info->codes->first_error;
/external/chromium_org/ui/base/x/
Dx11_util.cc1514 int ext_code, first_event, first_error; in LogErrorEventDescription() local
1515 XQueryExtension(dpy, ext_list[i], &ext_code, &first_event, &first_error); in LogErrorEventDescription()
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
DXF86DGA2.c158 *error_basep = info->codes->first_error; in SDL_NAME()
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
DXv.c134 *p_errorBase = info->codes->first_error; in XEXT_GENERATE_CLOSE_DISPLAY()
/external/chromium_org/third_party/libXNVCtrl/
DNVCtrl.c114 if (error_basep) *error_basep = info->codes->first_error; in XNVCTRLQueryExtension()
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86vm/
DXF86VMode.c113 *error_basep = info->codes->first_error;