Home
last modified time | relevance | path

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

/frameworks/support/buildSrc/src/main/kotlin/androidx/build/
DSupportKotlinLibraryPlugin.kt34 val convention = project.convention.getPlugin(JavaPluginConvention::class.java) in <lambda>() constant
36 convention.sourceCompatibility = JavaVersion.VERSION_1_8 in <lambda>()
37 convention.targetCompatibility = JavaVersion.VERSION_1_8 in <lambda>()
39 convention.sourceCompatibility = JavaVersion.VERSION_1_7 in <lambda>()
40 convention.targetCompatibility = JavaVersion.VERSION_1_7 in <lambda>()
DSupportJavaLibraryPlugin.kt42 val convention = project.convention.getPlugin(JavaPluginConvention::class.java) in <lambda>() constant
44 convention.sourceCompatibility = JavaVersion.VERSION_1_8 in <lambda>()
45 convention.targetCompatibility = JavaVersion.VERSION_1_8 in <lambda>()
47 convention.sourceCompatibility = JavaVersion.VERSION_1_7 in <lambda>()
48 convention.targetCompatibility = JavaVersion.VERSION_1_7 in <lambda>()
DSourceJarTaskHelper.kt51 val convention = project.convention.getPlugin(JavaPluginConvention::class.java) in setUpSourceJarTaskForJavaProject() constant
52 sourceJar.from(convention.sourceSets.findByName("main")!!.allSource.srcDirs) in setUpSourceJarTaskForJavaProject()
/frameworks/base/services/
DAndroid.bp15 // The convention is to name each service module 'services.$(module_name)'
/frameworks/wilhelm/doc/
DDoxyfile271 # be useful for C code in case the coding convention dictates that all compound
/frameworks/native/docs/
DDoxyfile337 # be useful for C code in case the coding convention dictates that all compound
/frameworks/av/media/libaaudio/
DDoxyfile370 # useful for C code in case the coding convention dictates that all compound
DDoxyfile.orig370 # useful for C code in case the coding convention dictates that all compound