Home | History | Annotate | Download | only in utils

Lines Matching full:each

49  * Therefore, each file has a report flag which indicate if reporting for that file is enabled, \n
50 * and each severity has a severity flag which indicate if reporting for that severity is enabled. \n
268 TI_UINT8 aSeverityTable[REPORT_SEVERITY_MAX]; /**< Severities Table: Table which holds for each severity level a flag which indicates whether the severity is enabled for reporting */
269 char aSeverityDesc[REPORT_SEVERITY_MAX][MAX_STRING_LEN]; /**< Severities Descriptors Table: Table which holds for each severity a string of its name, which is used in severity's reported messages */
300 * This flag indicates for each severity - whether it is enabled for Logging or not.
304 * This flag indicates for each file - whether it is enabled for Logging or not.
323 TI_UINT8 aSeverityTable[(REPORT_SEVERITY_MAX + 3) & ~3]; /**< Table in the size of all available LOG severity levels which indicates for each severity - whether it is enabled for Logging or not. */
324 TI_UINT8 aFileEnable [(REPORT_FILES_NUM + 3) & ~3]; /**< Table in the size of all available LOG files which indicates for each file - whether it is enabled for Logging or not */
335 Each file has a report flag. Each severity has a severity flag.
555 Each file has a report flag. Each severity has a severity flag.