Lines Matching +defs:file +defs:style

187 void UnityPrintNumberByStyle(const UNITY_INT number, const UNITY_DISPLAY_STYLE_T style)
189 if ((style & UNITY_DISPLAY_RANGE_INT) == UNITY_DISPLAY_RANGE_INT)
191 if (style == UNITY_DISPLAY_STYLE_CHAR)
225 else if ((style & UNITY_DISPLAY_RANGE_UINT) == UNITY_DISPLAY_RANGE_UINT)
233 UnityPrintNumberHex((UNITY_UINT)number, (char)((style & 0xF) * 2));
494 static void UnityTestResultsBegin(const char* file, const UNITY_LINE_TYPE line)
498 UnityPrint(file);
509 UnityPrint(" file=\"");
510 UnityPrint(file);
517 UnityPrint("file://");
518 UnityPrint(file);
525 UnityPrint(file);
715 const UNITY_DISPLAY_STYLE_T style)
723 UnityPrintNumberByStyle(expected, style);
725 UnityPrintNumberByStyle(actual, style);
737 const UNITY_DISPLAY_STYLE_T style)
745 if ((style & UNITY_DISPLAY_RANGE_INT) == UNITY_DISPLAY_RANGE_INT)
760 UnityPrintNumberByStyle(actual, style);
765 UnityPrintNumberByStyle(threshold, style);
785 const UNITY_DISPLAY_STYLE_T style,
789 unsigned int length = style & 0xF;
823 if (style & (UNITY_DISPLAY_RANGE_UINT | UNITY_DISPLAY_RANGE_HEX))
834 if (style & (UNITY_DISPLAY_RANGE_UINT | UNITY_DISPLAY_RANGE_HEX))
855 if (style & (UNITY_DISPLAY_RANGE_UINT | UNITY_DISPLAY_RANGE_HEX))
868 if ((style & UNITY_DISPLAY_RANGE_UINT) && (length < (UNITY_INT_WIDTH / 8)))
879 UnityPrintNumberByStyle(expect_val, style);
881 UnityPrintNumberByStyle(actual_val, style);
1088 const UNITY_FLOAT_TRAIT_T style)
1091 UNITY_INT should_be_trait = ((UNITY_INT)style & 1);
1093 UNITY_INT trait_index = (UNITY_INT)(style >> 1);
1097 switch (style)
1315 const UNITY_FLOAT_TRAIT_T style)
1318 UNITY_INT should_be_trait = ((UNITY_INT)style & 1);
1320 UNITY_INT trait_index = (UNITY_INT)(style >> 1);
1324 switch (style)
1384 const UNITY_DISPLAY_STYLE_T style)
1388 if ((style & UNITY_DISPLAY_RANGE_INT) == UNITY_DISPLAY_RANGE_INT)
1415 UnityPrintNumberByStyle((UNITY_INT)delta, style);
1417 UnityPrintNumberByStyle(expected, style);
1419 UnityPrintNumberByStyle(actual, style);
1432 const UNITY_DISPLAY_STYLE_T style,
1436 unsigned int length = style & 0xF;
1469 if ((style & UNITY_DISPLAY_RANGE_INT) == UNITY_DISPLAY_RANGE_INT)
1485 if ((style & UNITY_DISPLAY_RANGE_INT) == UNITY_DISPLAY_RANGE_INT)
1502 if ((style & UNITY_DISPLAY_RANGE_INT) == UNITY_DISPLAY_RANGE_INT)
1520 if ((style & UNITY_DISPLAY_RANGE_INT) == UNITY_DISPLAY_RANGE_INT)
1536 if ((style & UNITY_DISPLAY_RANGE_INT) == UNITY_DISPLAY_RANGE_INT)
1561 if ((style & UNITY_DISPLAY_RANGE_UINT) && (length < (UNITY_INT_WIDTH / 8)))
1570 UnityPrintNumberByStyle((UNITY_INT)delta, style);
1574 UnityPrintNumberByStyle(expect_val, style);
1576 UnityPrintNumberByStyle(actual_val, style);