Home
last modified time | relevance | path

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

/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/tracks/
DSliceTrack.kt85 return colors[Math.abs(slice.name.hashCode()) % colors.size] in colorFor()
97 private val colors = listOf( constant
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
Dcoex_test_utils.py1087 colors = [
1104 color = colors[index_now % len(colors)]
1149 colors = [
1185 color=colors[j])
1190 fill_color=colors[j])
1215 color=colors[j])
1220 fill_color=colors[j])
1226 color=colors[j])
1231 fill_color=colors[j])
1267 color=colors[j])
[all …]
/tools/acloud/internal/lib/
Dutils.py471 def PrintColorString(message, colors=TextColors.OKBLUE, **kwargs): argument
489 print(colors + message + TextColors.ENDC, **kwargs)
493 def InteractWithQuestion(question, colors=TextColors.WARNING): argument
503 return str(six.moves.input(colors + question + TextColors.ENDC).strip())
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DWlanWmmTest.py483 colors = Category10[GRAPH_COLOR_LEN]
506 color=colors[color_ind])
512 color=colors[color_ind])