HomeSort by relevance Sort by last modified time
    Searched refs:first_error (Results 1 - 12 of 12) sorted by null

  /external/oprofile/libutil++/
child_reader.cpp 33 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...]
child_reader.h 71 int error() const { return first_error; }
99 int first_error; member in class:child_reader
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
extutil.h 214 code -= codes->first_error; \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
extutil.h 180 code -= codes->first_error; \
lbxstr.h 672 CARD8 first_error; member in struct:_LbxQueryExtensionReply
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xinerama/
Xinerama.c 88 *error_basep = info->codes->first_error;
  /external/dbus/dbus/
dbus-connection.c 1808 DBusError first_error = DBUS_ERROR_INIT; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
Xv.c 134 *p_errorBase = info->codes->first_error;
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA2.c 153 *error_basep = info->codes->first_error;
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86vm/
XF86VMode.c 110 *error_basep = info->codes->first_error;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 196 int first_error; /* first error number for the extension */ member in struct:__anon20068
    [all...]
Xproto.h 838 CARD8 first_error;
836 CARD8 first_error; member in struct:__anon20211
    [all...]

Completed in 275 milliseconds