Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dterminal.py50 def start(self, color): argument
75 def color(self, color, text): argument
/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/asuite/atest-py2/
Datest_utils.py297 def colorize(text, color, highlight=False): argument
323 def colorful_print(text, color, highlight=False, auto_wrap=True): argument
/tools/asuite/atest/
Datest_utils.py396 def colorize(text, color, highlight=False): argument
422 def colorful_print(text, color, highlight=False, auto_wrap=True): 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/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_performance_test_utils.py244 color=None, argument
296 color=None, argument
/tools/metalava/src/main/java/com/android/tools/metalava/
DOptions.kt484 …var color = System.getenv("TERM")?.startsWith("xterm") ?: System.getenv("COLORTERM") != null ?: fa… in <lambda>() variable in com.android.tools.metalava.Options