Home
last modified time | relevance | path

Searched defs:color (Results 1 – 9 of 9) sorted by relevance

/tools/repohooks/rh/
Dterminal.py57 def start(self, color): argument
82 def color(self, color, text): argument
/tools/netsim/ui/ts/
Dpyramid-sprite.ts6 @property({type: css, attribute: 'color'}) color; property in PyramidSprite
Dcube-sprite.ts35 @property({type: css, attribute: 'color'}) color = css`red`; property in CubeSprite
/tools/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/test/
DPerformanceTestTest.java36 private InputStream createImage(int color) throws IOException { in createImage()
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/tracks/
DSliceTrack.kt55 var color = colorFor(it) in paintComponent() variable
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/
Dbokeh_figure.py146 color=None, argument
198 color=None, argument
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/test/
DPerformanceTest.java238 int color = img.getRGB(i, j); in isImageBlack() local
/tools/asuite/atest/
Datest_utils.py434 def colorize(text, color, bp_color=None): argument
466 def colorful_print(text, color, bp_color=None, auto_wrap=True): argument
/tools/metalava/src/main/java/com/android/tools/metalava/
DOptions.kt426 …var color = System.getenv("TERM")?.startsWith("xterm") ?: System.getenv("COLORTERM") != null ?: fa… in <lambda>() variable