Home
last modified time | relevance | path

Searched refs:mixed (Results 1 – 6 of 6) sorted by relevance

/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
Dgradlew115 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/frameworks/base/tests/TouchLatency/
Dgradlew115 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/frameworks/multidex/
Dgradlew115 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/frameworks/base/startop/apps/ColorChanging/
Dgradlew114 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
115 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/frameworks/base/wifi/tests/assets/hsr1/
DHSR1ProfileWithCACert.conf2 Content-Type: multipart/mixed; boundary={boundary}; charset=UTF-8
/frameworks/base/tests/net/common/java/android/net/
DLinkPropertiesTest.java734 LinkProperties mixed = new LinkProperties(); in testIsProvisioned() local
735 mixed.addLinkAddress(LINKADDRV6); in testIsProvisioned()
736 mixed.addDnsServer(DNS1); in testIsProvisioned()
737 mixed.addRoute(new RouteInfo(GATEWAY61)); in testIsProvisioned()
738 assertFalse("mixed:addr6+route6+dns4", mixed.isIpv4Provisioned()); in testIsProvisioned()
739 assertFalse("mixed:addr6+route6+dns4", mixed.isIpv6Provisioned()); in testIsProvisioned()
740 assertFalse("mixed:addr6+route6+dns4", mixed.isProvisioned()); in testIsProvisioned()