Home
last modified time | relevance | path

Searched refs:VERIFY_NON_NEGATIVE (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/neuralnetworks/aidl/utils/src/
DConversions.cpp51 #define VERIFY_NON_NEGATIVE(value) \ macro
149 VERIFY_NON_NEGATIVE(underlyingType(operandType)) << "Negative operand types are not allowed."; in unvalidatedConvert()
158 VERIFY_NON_NEGATIVE(underlyingType(operationType)) in unvalidatedConvert()
219 VERIFY_NON_NEGATIVE(location.poolIndex) << "DataLocation: pool index must not be negative"; in unvalidatedConvert()
220 VERIFY_NON_NEGATIVE(location.offset) << "DataLocation: offset must not be negative"; in unvalidatedConvert()
221 VERIFY_NON_NEGATIVE(location.length) << "DataLocation: length must not be negative"; in unvalidatedConvert()
222 VERIFY_NON_NEGATIVE(location.padding) << "DataLocation: padding must not be negative"; in unvalidatedConvert()
285 VERIFY_NON_NEGATIVE(symmPerChannelQuantParams.channelDim) in unvalidatedConvert()
330 VERIFY_NON_NEGATIVE(operandTypeInformation.byteSize) in unvalidatedConvert()
355 VERIFY_NON_NEGATIVE(ashmem.size) << "Memory size must not be negative"; in unvalidatedConvert()
[all …]