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

  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
start_manager.c 89 inv_error_t result,first_error; local
92 first_error = INV_SUCCESS;
96 if (result && (first_error == INV_SUCCESS)) {
97 first_error = result;
100 return first_error;
data_builder.c 1008 inv_error_t result, first_error; local
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
start_manager.c 89 inv_error_t result,first_error; local
92 first_error = INV_SUCCESS;
96 if (result && (first_error == INV_SUCCESS)) {
97 first_error = result;
100 return first_error;
data_builder.c 1358 inv_error_t result, first_error; local
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
start_manager.c 89 inv_error_t result,first_error; local
92 first_error = INV_SUCCESS;
96 if (result && (first_error == INV_SUCCESS)) {
97 first_error = result;
100 return first_error;
data_builder.c 1130 inv_error_t result, first_error; local
    [all...]
  /external/oprofile/libutil++/
child_reader.h 71 int error() const { return first_error; }
99 int first_error; member in class:child_reader
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...]
  /external/fio/
stat.h 175 uint32_t first_error; member in struct:thread_stat
fio.h 330 int first_error; member in struct:thread_data
358 if (!(td)->first_error) \
  /external/chromium_org/google_apis/drive/
base_requests.cc 378 base::DictionaryValue* first_error = NULL; local
380 errors->GetDictionary(0, &first_error)) {
382 first_error->GetStringWithoutPathExpansion(kErrorReasonKey, &reason);
  /external/chromium_org/ui/base/x/
x11_util.cc 1450 int ext_code, first_event, first_error; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
lbxproto.h 719 CARD8 first_error; member in struct:_LbxQueryExtensionReply
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
lbxproto.h 719 CARD8 first_error; member in struct:_LbxQueryExtensionReply
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlib.h 175 int first_error; /* first error number for the extension */ member in struct:__anon24796
    [all...]
Xproto.h 834 CARD8 first_error;
832 CARD8 first_error; member in struct:__anon24941
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 175 int first_error; /* first error number for the extension */ member in struct:__anon26532
    [all...]
Xproto.h 834 CARD8 first_error;
832 CARD8 first_error; member in struct:__anon26677
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/xcb/
xproto.h 3821 uint8_t first_error; \/**< *\/ member in struct:xcb_query_extension_reply_t
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xcb/
xproto.h 3821 uint8_t first_error; \/**< *\/ member in struct:xcb_query_extension_reply_t
    [all...]

Completed in 659 milliseconds