/frameworks/native/cmds/installd/ |
D | MatchExtensionGen.h | 23 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/ |
D | propLoader.gradle | 4 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 …]
|
D | supportBundle.gradle | 2 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/support/buildSrc/ |
D | init.gradle | 25 def supportRoot = ext.supportRootFolder 31 ext.init = init 32 ext.init.debugKeystore = file("${supportRoot}/development/keystore/debug.keystore") 34 ext.runningInBuildServer = System.env.DIST_DIR != null && System.env.OUT_DIR != null 37 ext.docs = [:] 38 ext.docs.offline = rootProject.getProperties().containsKey("offlineDocs") 39 ext.docs.dac = [ 60 apply from: "${ext.supportRootFolder}/buildSrc/diff_and_docs.gradle" 69 ext.buildToolsVersion = '26.0.0' 72 gradle.ext.currentSdk = 26 [all …]
|
D | release.gradle | 30 rootProject.ext.repoWithHistoryOut = new File(buildDir, 'support_repo_with_history') 34 from rootProject.ext.supportRepoOut 38 destinationDir project.ext.distDir 40 baseName = String.format("sdk-repo-linux-m2repository-%s", project.ext.buildNumber) 46 from rootProject.ext.supportRepoOut 47 destinationDir rootProject.ext.distDir 49 baseName = String.format("top-of-tree-m2repository-%s", project.ext.buildNumber) 61 rootProject.ext.supportRepoOut.deleteDir() 62 rootProject.ext.supportRepoOut.mkdirs() 78 <sdk:major>${project.ext.extraVersion}</sdk:major>\n\ [all …]
|
D | repos.gradle | 19 def supportRoot = ext.supportRootFolder 26 ext.repos = new Properties() 27 ext.repos.prebuiltsRoot = "${checkoutRoot}/prebuilts" 28 ext.repos.prebuiltsRootUri = "file://${repos.prebuiltsRoot}" 30 ext.repoNames = ["${repos.prebuiltsRoot}/gradle-plugin", 56 ext.repos.addMavenRepositories = this.&addMavenRepositories
|
D | versions.gradle | 17 ext['android.builder.sdkDownload'] = false 20 ext.supportVersion = "26.0.0-SNAPSHOT" 23 ext.extraVersion = 46 27 ext.usePrebuilts = "true"
|
/frameworks/av/services/audioflinger/ |
D | PatchPanel.cpp | 187 (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/av/services/radio/ |
D | HidlUtils.cpp | 65 halConfig->ext.fm.deemphasis = static_cast<Deemphasis>(config->fm.deemphasis); in convertBandConfigToHal() 66 halConfig->ext.fm.stereo = config->fm.stereo; in convertBandConfigToHal() 67 halConfig->ext.fm.rds = static_cast<Rds>(config->fm.rds); in convertBandConfigToHal() 68 halConfig->ext.fm.ta = config->fm.ta; in convertBandConfigToHal() 69 halConfig->ext.fm.af = config->fm.af; in convertBandConfigToHal() 70 halConfig->ext.fm.ea = config->fm.ea; in convertBandConfigToHal() 72 halConfig->ext.am.stereo = config->am.stereo; in convertBandConfigToHal() 111 config->fm.deemphasis = static_cast<radio_deemphasis_t>(halConfig->ext.fm.deemphasis); in convertBandConfigFromHal() 112 config->fm.stereo = halConfig->ext.fm.stereo; in convertBandConfigFromHal() 113 config->fm.rds = static_cast<radio_rds_t>(halConfig->ext.fm.rds); in convertBandConfigFromHal() [all …]
|
/frameworks/native/vulkan/libvulkan/ |
D | code-generator.tmpl | 415 {{$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}} 752 {{$ext := GetAnnotation $ "extension"}} 753 {{if $ext}} [all …]
|
/frameworks/base/core/java/android/os/ |
D | FileUtils.java | 611 private static File buildUniqueFileWithExtension(File parent, String name, String ext) in buildUniqueFileWithExtension() argument 613 File file = buildFile(parent, name, ext); in buildUniqueFileWithExtension() 621 file = buildFile(parent, name + " (" + n + ")", ext); in buildUniqueFileWithExtension() 651 final String ext; in buildUniqueFile() local 657 ext = displayName.substring(lastDot + 1); in buildUniqueFile() 660 ext = null; in buildUniqueFile() 663 return buildUniqueFileWithExtension(parent, name, ext); in buildUniqueFile() 674 String ext; in splitFileName() local 678 ext = null; in splitFileName() 686 ext = displayName.substring(lastDot + 1); in splitFileName() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | ExtensionControllerTest.java | 55 Extension ext = mExtensionController.newExtension(OverlayPlugin.class) in testPlugin() local 61 ext.destroy(); in testPlugin() 79 Extension ext = mExtensionController.newExtension(Object.class) in testTuner() local 84 ext.destroy(); in testTuner() 91 Extension ext = mExtensionController.newExtension(Object.class) in testDefault() local 94 assertEquals(o, ext.get()); in testDefault()
|
/frameworks/multidex/ |
D | build.gradle | 36 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')
|
/frameworks/data-binding/extensions/ |
D | build.gradle | 16 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}"
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_advsimd_Blur.S | 286 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/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/ |
D | build_vc.pl | 79 my $ext; 86 if(($base, $ext) = $f =~ /(.+)\.(\w)$/) 90 if($ext eq 'c') 97 elsif($ext eq 's')
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/ |
D | build_vc.pl | 79 my $ext; 86 if(($base, $ext) = $f =~ /(.+)\.(\w)$/) 90 if($ext eq 'c') 97 elsif($ext eq 's')
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/ |
D | build_vc.pl | 79 my $ext; 88 if(($base, $ext) = $f =~ /(.+)\.(\w)$/) 92 if($ext eq 'c') 99 elsif($ext eq 's')
|
/frameworks/native/opengl/libs/EGL/ |
D | getProcAddress.cpp | 55 [ext] "J"(__builtin_offsetof(gl_hooks_t, \ 56 ext.extensions[0])), \ 77 ext.extensions[_api])) \ 99 ext.extensions[_api])) \ 121 ext.extensions[_api])) \ 153 ext.extensions[_api])) \ 186 ext.extensions[_api])) \
|
/frameworks/native/opengl/tools/glgen/src/ |
D | Jsr239CodeEmitter.java | 69 public void setVersion(int version, boolean ext, boolean pack) { in setVersion() argument 71 mJavaInterfaceStream = ext ? mJava10ExtInterfaceStream : in setVersion() 74 mJavaInterfaceStream = ext ? in setVersion()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | AudioPatch.cpp | 59 deviceToString(mPatch.sources[i].ext.device.type, device); in dump() 65 mPatch.sources[i].id, mPatch.sources[i].ext.mix.handle); in dump() 74 deviceToString(mPatch.sinks[i].ext.device.type, device); in dump() 80 mPatch.sinks[i].id, mPatch.sinks[i].ext.mix.handle); in dump() 141 patch->mPatch.sources[srcIndex].ext.device.type == AUDIO_DEVICE_IN_STUB) { in listAudioPatches() 147 patch->mPatch.sinks[sinkIndex].ext.device.type == AUDIO_DEVICE_OUT_STUB) { in listAudioPatches()
|
D | AudioInputDescriptor.cpp | 87 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig() 88 dstConfig->ext.mix.handle = mIoHandle; in toAudioPortConfig() 89 dstConfig->ext.mix.usecase.source = inputSource(); in toAudioPortConfig() 99 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort() 100 port->ext.mix.handle = mIoHandle; in toAudioPort() 101 port->ext.mix.latency_class = AUDIO_LATENCY_NORMAL; in toAudioPort()
|
/frameworks/base/tools/aapt/ |
D | FileFinder.cpp | 86 String8 ext(path.getPathExtension()); in checkAndAddFile() local 87 ext.toLower(); in checkAndAddFile() 92 if (ext == ext2) { in checkAndAddFile()
|
/frameworks/data-binding/integration-tests/TestApp/ |
D | build.gradle | 2 ext.dataBindingRootFolder = new File(project.projectDir, "../..") 4 ext.addRepos(repositories)
|
/frameworks/data-binding/compilationTests/src/test/resources/ |
D | project_build.gradle | 2 ext.dataBindingRootFolder = new File(project.projectDir, "../../..") 4 ext.addRepos(repositories)
|