Home
last modified time | relevance | path

Searched refs:ext (Results 1 – 25 of 225) sorted by relevance

123456789

/frameworks/native/cmds/installd/
DMatchExtensionGen.h23 int MatchExtension(const char* ext) { in MatchExtension() argument
25 switch (ext[0]) { in MatchExtension()
27 switch (ext[1]) { in MatchExtension()
29 switch (ext[2]) { in MatchExtension()
31 switch (ext[3]) { in MatchExtension()
35 switch (ext[3]) { in MatchExtension()
38 switch (ext[4]) { in MatchExtension()
41 switch (ext[5]) { in MatchExtension()
49 switch (ext[1]) { in MatchExtension()
51 switch (ext[2]) { in MatchExtension()
[all …]
/frameworks/data-binding/
DpropLoader.gradle4 def root = ext.dataBindingRootFolder
11 databindingProperties.version = ext.buildVersion
18 databindingProperties.inReleaseBuild = project.hasProperty('release') && project.ext.release == "tr…
23 databindingProperties.androidPluginVersion=ext.buildVersion
29 ext.dataBindingConfig = databindingProperties
30 ext.dataBindingConfig.externalPrebuiltsBase = "${root}/../../prebuilts"
33 new File(ext.dataBindingConfig.mavenRepoDir).mkdir()
34 new File(ext.dataBindingConfig.prebuildFolder).mkdir()
37 ext.dataBindingConfig.addRemoteRepos = addRemoteRepos
38 ext.dataBindingConfig.sharedSupportRepoDir = "${ext.dataBindingConfig.externalPrebuiltsBase}/maven_…
[all …]
DsupportBundle.gradle2 ext.addRepos(repositories)
15 ext.extraVersion = 22
16 ext.supportRepoOut = ''
17 ext.buildToolsVersion = '22.1.0'
18 ext.buildNumber = Integer.toString(ext.extraVersion)
29 project.ext.distDir = new File(System.env.DIST_DIR).getCanonicalFile()
32 ext.buildNumber = project.ext.distDir.getName()
35 project.ext.distDir = file('../../out/dist')
37 project.ext.distDir.mkdirs()
38 ext.supportRepoOut = new File(buildDir, 'support_repo')
[all …]
/frameworks/av/services/audioflinger/
DPatchPanel.cpp187 (removedPatch->mAudioPatch.sources[0].ext.device.hw_module != in createAudioPatch()
188 patch->sources[0].ext.device.hw_module))) { in createAudioPatch()
189 hwModule = removedPatch->mAudioPatch.sources[0].ext.device.hw_module; in createAudioPatch()
193 (removedPatch->mAudioPatch.sinks[0].ext.device.hw_module != in createAudioPatch()
194 patch->sinks[0].ext.device.hw_module)))) { in createAudioPatch()
200 hwModule = removedPatch->mAudioPatch.sinks[0].ext.device.hw_module; in createAudioPatch()
222 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module; in createAudioPatch()
233 patch->sinks[i].ext.mix.hw_module != srcModule) && in createAudioPatch()
253 ((patch->sinks[0].ext.device.hw_module != srcModule) || in createAudioPatch()
257 (patch->num_sinks != 0 && patch->sinks[0].ext.device.hw_module != in createAudioPatch()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DExtensionControllerImplTest.java72 Extension ext = mExtensionController.newExtension(OverlayPlugin.class) in testPlugin() local
80 assertEquals(plugin, ext.get()); in testPlugin()
82 ext.destroy(); in testPlugin()
100 Extension ext = mExtensionController.newExtension(Object.class) in testTuner() local
105 ext.destroy(); in testTuner()
113 Extension ext = mExtensionController.newExtension(Object.class) in testUiMode() local
124 assertNull(ext.get()); in testUiMode()
129 assertEquals(o, ext.get()); in testUiMode()
131 ext.destroy(); in testUiMode()
138 Extension ext = mExtensionController.newExtension(Object.class) in testDefault() local
[all …]
/frameworks/native/vulkan/libvulkan/
Dcode-generator.tmpl415 {{$ext := GetAnnotation $ "extension"}}
416 {{if $ext}}
417 INIT_PROC_EXT({{Macro "BaseName" $ext}}, §
499 #define INIT_PROC_EXT(ext, required, obj, proc) do { \
500 if (extensions[driver::ProcHook::ext]) \
516 {{$ext := GetAnnotation $ "extension"}}
517 {{if and $ext (Macro "IsFunctionExported" $)}}
518 {{$ext_name := index $ext.Arguments 0}}
755 {{$ext := GetAnnotation $ "extension"}}
756 {{if $ext}}
[all …]
/frameworks/support/buildSrc/
Dinit.gradle28 def supportRoot = ext.supportRootFolder
34 ext.init = init
35 rootProject.ext.versionChecker = new GMavenVersionChecker(rootProject.logger)
36 ext.runningInBuildServer = System.env.DIST_DIR != null && System.env.OUT_DIR != null
63 if (isUnbundledBuild(ext.supportRootFolder)) {
115 project.ext.fullSdkPath = fullSdkPath
118 ext.usingFullSdk = true
127 ext.supportRepoOut = ''
128 ext.buildNumber = "0"
136 if (ext.runningInBuildServer) {
[all …]
Drelease.gradle22 from rootProject.ext.supportRepoOut
23 destinationDir rootProject.ext.distDir
25 baseName = String.format("top-of-tree-m2repository-%s", project.ext.buildNumber)
48 def localFolder = new File(rootProject.ext.supportRepoOut, subFolder)
55 if (rootProject.ext.versionChecker.isReleased(group, archiveName, version)) {
74 from rootProject.ext.supportRepoOut
75 destinationDir rootProject.ext.distDir
77 baseName = String.format("gmaven-diff-top-of-tree-m2repository-%s", project.ext.buildNumber)
86 rootProject.ext.supportRepoOut.deleteDir()
87 rootProject.ext.supportRepoOut.mkdirs()
Drepos.gradle25 def supportRoot = ext.supportRootFolder
33 def checkoutRoot = "${ext.supportRootFolder}/../.."
34 ext.repos = new Properties()
35 ext.repos.prebuiltsRoot = "${checkoutRoot}/prebuilts"
36 ext.repos.prebuiltsRootUri = "file://${repos.prebuiltsRoot}"
38 ext.repoNames = [// Android Gradle Plugin prebuilts updated manually
63 if (System.getenv("ALLOW_PUBLIC_REPOS") != null || (isUnbundledBuild(ext.supportRootFolder))) {
79 ext.repos.addMavenRepositories = this.&addMavenRepositories
/frameworks/multidex/
Dbuild.gradle36 gradle.ext.currentSdk = 26
37 ext.buildToolsVersion = '26.0.0'
38 …project.ext.androidJar = files("${fullSdkPath}/platforms/android-${gradle.currentSdk}/android.jar")
43 gradle.ext.currentSdk = 'current'
44 ext.buildToolsVersion = '26.0.0'
45 project.ext.androidJar = files("${project.rootDir}/../../prebuilts/sdk/current/android.jar")
59 project.ext.distDir = new File(System.env.DIST_DIR).getCanonicalFile()
62 project.ext.distDir = file('../../out/dist')
65 ext.supportRepoOut = new File(buildDir, 'support_repo')
73 from project.ext.supportRepoOut
[all …]
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/query/result/
DRxCallableQueryResultBinder.kt19 import androidx.room.ext.AndroidTypeNames
20 import androidx.room.ext.L
21 import androidx.room.ext.N
22 import androidx.room.ext.RoomRxJava2TypeNames
23 import androidx.room.ext.RxJava2TypeNames
24 import androidx.room.ext.S
25 import androidx.room.ext.T
26 import androidx.room.ext.typeName
DFlowableQueryResultBinder.kt19 import androidx.room.ext.L
20 import androidx.room.ext.N
21 import androidx.room.ext.RoomRxJava2TypeNames
22 import androidx.room.ext.T
23 import androidx.room.ext.arrayTypeName
24 import androidx.room.ext.typeName
DPositionalDataSourceQueryResultBinder.kt19 import androidx.room.ext.AndroidTypeNames
20 import androidx.room.ext.CommonTypeNames
21 import androidx.room.ext.L
22 import androidx.room.ext.N
23 import androidx.room.ext.RoomTypeNames
24 import androidx.room.ext.typeName
DGuavaListenableFutureQueryResultBinder.kt19 import androidx.room.ext.AndroidTypeNames
20 import androidx.room.ext.L
21 import androidx.room.ext.N
22 import androidx.room.ext.RoomGuavaTypeNames
23 import androidx.room.ext.T
24 import androidx.room.ext.typeName
DGuavaOptionalQueryResultAdapter.kt19 import androidx.room.ext.GuavaBaseTypeNames
20 import androidx.room.ext.L
21 import androidx.room.ext.T
22 import androidx.room.ext.typeName
DOptionalQueryResultAdapter.kt19 import androidx.room.ext.CommonTypeNames
20 import androidx.room.ext.L
21 import androidx.room.ext.T
22 import androidx.room.ext.typeName
DCursorQueryResultBinder.kt19 import androidx.room.ext.AndroidTypeNames
20 import androidx.room.ext.L
21 import androidx.room.ext.N
22 import androidx.room.ext.T
DLiveDataQueryResultBinder.kt20 import androidx.room.ext.L
21 import androidx.room.ext.LifecyclesTypeNames
22 import androidx.room.ext.N
23 import androidx.room.ext.RoomTypeNames
24 import androidx.room.ext.RoomTypeNames.INVALIDATION_OBSERVER
25 import androidx.room.ext.typeName
DInstantQueryResultBinder.kt18 import androidx.room.ext.AndroidTypeNames
19 import androidx.room.ext.L
20 import androidx.room.ext.N
21 import androidx.room.ext.T
DBaseObservableQueryResultBinder.kt19 import androidx.room.ext.AndroidTypeNames
20 import androidx.room.ext.L
21 import androidx.room.ext.N
22 import androidx.room.ext.T
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/writer/
DTableInfoValidationWriter.kt19 import androidx.room.ext.CommonTypeNames in <lambda>()
20 import androidx.room.ext.L in <lambda>()
21 import androidx.room.ext.N in <lambda>()
22 import androidx.room.ext.RoomTypeNames in <lambda>()
23 import androidx.room.ext.S in <lambda>()
24 import androidx.room.ext.T in <lambda>()
25 import androidx.room.ext.typeName in <lambda>()
DEntityCursorConverterWriter.kt19 import androidx.room.ext.AndroidTypeNames
20 import androidx.room.ext.L
21 import androidx.room.ext.N
22 import androidx.room.ext.S
23 import androidx.room.ext.T
DDatabaseWriter.kt19 import androidx.room.ext.AndroidTypeNames in <lambda>()
20 import androidx.room.ext.L in <lambda>()
21 import androidx.room.ext.N in <lambda>()
22 import androidx.room.ext.RoomTypeNames in <lambda>()
23 import androidx.room.ext.S in <lambda>()
24 import androidx.room.ext.SupportDbTypeNames in <lambda>()
25 import androidx.room.ext.T in <lambda>()
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_advsimd_Blur.S286 107: ext v12.16b, v8.16b, v9.16b, #1*2
287 ext v13.16b, v9.16b, v10.16b, #7*2
292 106: ext v12.16b, v8.16b, v9.16b, #2*2
293 ext v13.16b, v9.16b, v10.16b, #6*2
298 105: ext v12.16b, v8.16b, v9.16b, #3*2
299 ext v13.16b, v9.16b, v10.16b, #5*2
310 103: ext v12.16b, v8.16b, v9.16b, #5*2
311 ext v13.16b, v9.16b, v10.16b, #3*2
316 102: ext v12.16b, v8.16b, v9.16b, #6*2
317 ext v13.16b, v9.16b, v10.16b, #2*2
[all …]
/frameworks/data-binding/extensions/
Dbuild.gradle16 ext.dataBindingRootFolder = new File(project.projectDir, "..")
18 ext.dataBindingRootFolder = new File(project.projectDir, "..")
21 ext.addRepos(repositories)
42 println "changing ${deployer.url} to ${rootProject.ext.supportRepoOut}"
43 deployer.url = "file://${rootProject.ext.supportRepoOut}"

123456789