Home
last modified time | relevance | path

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

/art/tools/
Dbuildbot-sync.sh21 red='\033[0;31m'
48 echo -e "${red}This script only works when APEX packages are flattened, but the build" \
Dbuildbot-setup-device.sh22 red='\033[0;31m'
/art/test/044-proxy/
Dexpected.txt29 Invoke public abstract int Colors.red(float)
31 --- red 1.0
32 Success: method red res=0
58 …ROXY_CLASS_NAME0$.rectangle(int,int), public final int $PROXY_CLASS_NAME0$.red(float), public fina…
/art/test/044-proxy/src/
DBasicTest.java49 colors.red(1.0f); in main()
148 public int red(float howRed); in red() method
194 public int red(float howRed) { in red() method in Mix