Home
last modified time | relevance | path

Searched refs:ant (Results 1 – 18 of 18) sorted by relevance

/frameworks/ex/framesequence/samples/FrameSequenceSamples/
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/frameworks/ex/framesequence/
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/frameworks/opt/photoviewer/
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/frameworks/opt/colorpicker/
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/frameworks/opt/chips/
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/frameworks/opt/timezonepicker/
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/frameworks/opt/calendar/
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/frameworks/opt/datetimepicker/
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/frameworks/support/buildSrc/
Dbuild_dependencies.gradle39 build_libs.jacoco_ant = 'org.jacoco:org.jacoco.ant:0.7.8'
/frameworks/compile/libbcc/tests/debuginfo/
Dbuild_test_apk.sh238 run ant clean debug install
DREADME16 Target tests are similar, but instead of using clang, they use ant and
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
DExportLicensesTask.groovy91 libraries: ["ant", "ant-launcher"],
/frameworks/data-binding/
Dbuild.gradle236 ant.taskdef(name: "jarjarIt",
240 ant.jarjarIt(jarfile: outputLibrary) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java753 assertEquals(NetworkDetail.Ant.Private, interworking.ant); in getInterworkingElementNoVenueIE()
782 assertEquals(NetworkDetail.Ant.Private, interworking.ant); in getInterworkingElementWithVenueIE()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java225 public NetworkDetail.Ant ant = null; field in InformationElementUtil.Interworking
235 ant = NetworkDetail.Ant.values()[anOptions & 0x0f]; in from()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java251 mAnt = interworking.ant; in NetworkDetail()