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

  /hardware/invensense/mlsdk/mllite/
ml_mputest.c 100 inv_error_t firstError = INV_SUCCESS;
114 ERROR_CHECK_FIRST(firstError, result);
118 ERROR_CHECK_FIRST(firstError, result);
122 ERROR_CHECK_FIRST(firstError, result);
125 return firstError;
mldmp.c 259 inv_error_t firstError = INV_SUCCESS;
265 ERROR_CHECK_FIRST(firstError, result);
268 ERROR_CHECK_FIRST(firstError, result);
271 ERROR_CHECK_FIRST(firstError, result);
274 ERROR_CHECK_FIRST(firstError, result);
277 ERROR_CHECK_FIRST(firstError, result);
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]

Completed in 427 milliseconds