Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dterminal.py53 def start(self, color): argument
78 def color(self, color, text): member in Color
/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/tradefederation/core/atest/
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.py309 def colorize(text, color, highlight=False): argument
335 def colorful_print(text, color, highlight=False, auto_wrap=True): argument
/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLoopbackImageAnalyzer.java396 final int color = img.getRGB(x, y); in projectPixelsToXAxis() local
423 final int color = img.getRGB(x, y); in projectPixelsToYAxis() local
/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/framework/acts/test_utils/wifi/
Dwifi_performance_test_utils.py317 color=None, argument
369 color=None, argument
/tools/metalava/src/main/java/com/android/tools/metalava/
DOptions.kt468 …var color = System.getenv("TERM")?.startsWith("xterm") ?: System.getenv("COLORTERM") != null ?: fa… in <lambda>() variable in com.android.tools.metalava.Options