Searched refs:TYPES_INT (Results 1 – 3 of 3) sorted by relevance
/external/srec/shared/include/ |
D | ESR_VariableTypes.h | 29 TYPES_INT, enumerator
|
/external/srec/shared/src/ |
D | SessionTypeImpl.c | 129 if ( ( pair->type != type) && ( ( ( pair->type != TYPES_INT ) && ( type != TYPES_SIZE_T ) ) || in ESR_SessionTypeGetPropertyImpl() 130 ( ( type != TYPES_INT ) && ( pair->type != TYPES_SIZE_T ) ) ) ) in ESR_SessionTypeGetPropertyImpl() 150 if ( ( pair->type != TYPES_INT ) && ( pair->type != TYPES_SIZE_T ) ) in ESR_SessionTypeGetIntImpl() 152 PLogError(L("ESR_INVALID_RESULT_TYPE: [got=%d, expected=%d]"), TYPES_INT, pair->type); in ESR_SessionTypeGetIntImpl() 191 if ( ( pair->type != TYPES_INT ) && ( pair->type != TYPES_SIZE_T ) ) in ESR_SessionTypeGetSize_tImpl() 357 return self->setProperty(self, name, clone, TYPES_INT); in ESR_SessionTypeSetIntImpl() 709 CHKLOG(rc, self->setProperty(self, key, newValue, TYPES_INT)); in ESR_SessionTypeConvertToIntImpl() 1092 case TYPES_INT: in addParMapping() 1160 VariableTypes Int = TYPES_INT; in ESR_SessionTypeImportParFileImpl()
|
/external/srec/srec/EventLog/src/ |
D | EventLogImpl.c | 109 case TYPES_INT: in propertyChanged() 757 case TYPES_INT: in SR_EventLogEventSessionImpl()
|