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

  /external/srec/portable/include/
ESR_ReturnCode.h 155 ESR_INVALID_RESULT_TYPE,
  /external/srec/portable/src/
ESR_ReturnCode.c 48 case ESR_INVALID_RESULT_TYPE: return L("ESR_INVALID_RESULT_TYPE");
  /external/srec/shared/src/
SessionTypeImpl.c 132 PLogError(L("ESR_INVALID_RESULT_TYPE: [got=%d, expected=%d]"), type, pair->type);
133 return ESR_INVALID_RESULT_TYPE;
152 PLogError(L("ESR_INVALID_RESULT_TYPE: [got=%d, expected=%d]"), TYPES_INT, pair->type);
153 return ESR_INVALID_RESULT_TYPE;
172 PLogError(L("ESR_INVALID_RESULT_TYPE: [got=%d, expected=%d]"), TYPES_UINT16_T, pair->type);
173 return ESR_INVALID_RESULT_TYPE;
193 PLogError(L("ESR_INVALID_RESULT_TYPE: [got=%d, expected=%d]"), TYPES_SIZE_T, pair->type);
194 return ESR_INVALID_RESULT_TYPE;
213 PLogError(L("ESR_INVALID_RESULT_TYPE: [got=%d, expected=%d]"), TYPES_FLOAT, pair->type);
214 return ESR_INVALID_RESULT_TYPE;
    [all...]
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c     [all...]

Completed in 41 milliseconds