Home
last modified time | relevance | path

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

/frameworks/base/tools/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/support/
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/core/tests/coretests/src/android/net/
DLinkPropertiesTest.java495 LinkProperties mixed = new LinkProperties(); in testIsProvisioned() local
496 mixed.addLinkAddress(LINKADDRV6); in testIsProvisioned()
497 mixed.addDnsServer(DNS1); in testIsProvisioned()
498 mixed.addRoute(new RouteInfo(GATEWAY6)); in testIsProvisioned()
499 assertFalse("mixed:addr6+route6+dns4", mixed.isProvisioned()); in testIsProvisioned()
/frameworks/base/docs/html/about/versions/
Dandroid-5.0-changes.jd276 class="external-link">mixed content</a> and third party cookies by default. To allow mixed
289 allows mixed content and third party cookies, and always renders the whole
Dandroid-4.3.jd927 but sometimes don't properly handle mixed-direction text. So Android 4.3 adds the {@link
/frameworks/base/docs/html/design/patterns/
Dnew.jd62 might not have mixed well with your brand's color(s).
/frameworks/base/docs/html/guide/topics/resources/
Dmore-resources.jd616 is not required to be homogeneous, so you can create an array of mixed resource types, but