Home
last modified time | relevance | path

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

/Zephyr-latest/lib/utils/
Drb.c47 static enum rb_color get_color(struct rbnode *n) in get_color() function
55 return get_color(n) == BLACK; in is_black()
60 return get_color(n) == RED; in is_red()
360 set_color(sib, get_color(parent)); in fix_missing_black()
447 enum rb_color ctmp = get_color(node); in rb_remove()
449 set_color(node, get_color(node2)); in rb_remove()
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dstatuses.py26 def get_color(status: TwisterStatus) -> str: member in TwisterStatus
Dreports.py651 TwisterStatus.get_color(TwisterStatus.FAIL)
653 else TwisterStatus.get_color(TwisterStatus.PASS)
Drunner.py1554 color = TwisterStatus.get_color(tc.status)
1578 TwisterStatus.get_color(TwisterStatus.SKIP)
1586 TwisterStatus.get_color(TwisterStatus.FAIL) if results.failed > 0 else Fore.RESET
1592 TwisterStatus.get_color(TwisterStatus.ERROR) if results.error > 0 else Fore.RESET