Home
last modified time | relevance | path

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

1234

/frameworks/data-binding/
DpropLoader.gradle4 def root = ext.rootFolder
15 ext.config = databindingProperties
16 ext.config.externalPrebuiltsBase = "${root}/../../prebuilts"
19 println "local maven repo is ${ext.config.mavenRepoDir}."
20 println "local pre-build folder is ${ext.config.prebuildFolder}."
21 println "mega-repo folder is ${ext.config.megaRepoDir}."
23 new File(ext.config.mavenRepoDir).mkdir()
24 new File(ext.config.prebuildFolder).mkdir()
27 ext.config.addRemoteRepos = addRemoteRepos
28 def config = ext.config
[all …]
/frameworks/support/
Dbuild.gradle12 ext.supportVersion = '23.0.1'
13 ext.extraVersion = 19
14 ext.supportRepoOut = ''
15 ext.buildToolsVersion = '22.1.0'
16 ext.buildNumber = Integer.toString(ext.extraVersion)
27 project.ext.distDir = new File(System.env.DIST_DIR).getCanonicalFile()
30 ext.buildNumber = project.ext.distDir.getName()
33 project.ext.distDir = file('../../out/dist')
36 ext.supportRepoOut = new File(buildDir, 'support_repo')
50 from project.ext.supportRepoOut
[all …]
/frameworks/multidex/
Dbuild.gradle12 ext.supportVersion = '1.0.1'
13 ext.extraVersion = 10
14 ext.supportRepoOut = ''
15 ext.buildToolsVersion = '19.0.3'
26 project.ext.distDir = new File(System.env.DIST_DIR).getCanonicalFile()
29 project.ext.distDir = file('../../out/dist')
32 ext.supportRepoOut = new File(buildDir, 'support_repo')
45 from project.ext.supportRepoOut
46 destinationDir project.ext.distDir
48 baseName = String.format("android_m2repository_r%02d", project.ext.extraVersion)
[all …]
/frameworks/av/services/audioflinger/
DPatchPanel.cpp181 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module; in createAudioPatch()
192 patch->sinks[i].ext.mix.hw_module != srcModule) && in createAudioPatch()
211 ((patch->sinks[0].ext.device.hw_module != srcModule) || in createAudioPatch()
216 patch->sinks[0].ext.device.hw_module != in createAudioPatch()
217 patch->sources[1].ext.mix.hw_module) { in createAudioPatch()
224 audioflinger->checkPlaybackThread_l(patch->sources[1].ext.mix.handle); in createAudioPatch()
233 audio_devices_t device = patch->sinks[0].ext.device.type; in createAudioPatch()
234 String8 address = String8(patch->sinks[0].ext.device.address); in createAudioPatch()
237 patch->sinks[0].ext.device.hw_module, in createAudioPatch()
251 audio_devices_t device = patch->sources[0].ext.device.type; in createAudioPatch()
[all …]
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_advsimd_Blur.S182 107: ext v12.16b, v8.16b, v9.16b, #1*2
183 ext v13.16b, v9.16b, v10.16b, #7*2
188 106: ext v12.16b, v8.16b, v9.16b, #2*2
189 ext v13.16b, v9.16b, v10.16b, #6*2
194 105: ext v12.16b, v8.16b, v9.16b, #3*2
195 ext v13.16b, v9.16b, v10.16b, #5*2
206 103: ext v12.16b, v8.16b, v9.16b, #5*2
207 ext v13.16b, v9.16b, v10.16b, #3*2
212 102: ext v12.16b, v8.16b, v9.16b, #6*2
213 ext v13.16b, v9.16b, v10.16b, #2*2
[all …]
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/ext/
Dlist_ext.kt17 package android.databinding.tool.ext
19 import android.databinding.tool.ext.toCamelCase
20 import android.databinding.tool.ext.toCamelCaseAsVar
Dext.kt14 package android.databinding.tool.ext
19 import android.databinding.tool.ext.joinToCamelCase
20 import android.databinding.tool.ext.joinToCamelCaseAsVar
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
Dbuild_vc.pl79 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/
Dbuild_vc.pl79 my $ext;
88 if(($base, $ext) = $f =~ /(.+)\.(\w)$/)
92 if($ext eq 'c')
99 elsif($ext eq 's')
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
Dbuild_vc.pl79 my $ext;
86 if(($base, $ext) = $f =~ /(.+)\.(\w)$/)
90 if($ext eq 'c')
97 elsif($ext eq 's')
/frameworks/base/core/java/android/os/
DFileUtils.java583 String ext; in buildUniqueFile() local
587 ext = null; in buildUniqueFile()
595 ext = displayName.substring(lastDot + 1); in buildUniqueFile()
597 ext.toLowerCase()); in buildUniqueFile()
600 ext = null; in buildUniqueFile()
610 if (Objects.equals(mimeType, mimeTypeFromExt) || Objects.equals(ext, extFromMimeType)) { in buildUniqueFile()
615 ext = extFromMimeType; in buildUniqueFile()
619 File file = buildFile(parent, name, ext); in buildUniqueFile()
627 file = buildFile(parent, name + " (" + n + ")", ext); in buildUniqueFile()
633 private static File buildFile(File parent, String name, String ext) { in buildFile() argument
[all …]
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp79 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()
80 dstConfig->ext.mix.handle = mIoHandle; in toAudioPortConfig()
81 dstConfig->ext.mix.usecase.source = mInputSource; in toAudioPortConfig()
91 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
92 port->ext.mix.handle = mIoHandle; in toAudioPort()
93 port->ext.mix.latency_class = AUDIO_LATENCY_NORMAL; in toAudioPort()
DAudioPatch.cpp59 mPatch.sources[i].ext.device.type)); in dump()
62 mPatch.sources[i].id, mPatch.sources[i].ext.mix.handle); in dump()
73 mPatch.sinks[i].ext.device.type)); in dump()
76 mPatch.sinks[i].id, mPatch.sinks[i].ext.mix.handle); in dump()
DDeviceDescriptor.cpp283 dstConfig->ext.device.type = mDeviceType; in toAudioPortConfig()
289 dstConfig->ext.device.hw_module = mModule != 0 ? mModule->mHandle : AUDIO_IO_HANDLE_NONE; in toAudioPortConfig()
290 strncpy(dstConfig->ext.device.address, mAddress.string(), AUDIO_DEVICE_MAX_ADDRESS_LEN); in toAudioPortConfig()
299 port->ext.device.type = mDeviceType; in toAudioPort()
300 port->ext.device.hw_module = mModule->mHandle; in toAudioPort()
301 strncpy(port->ext.device.address, mAddress.string(), AUDIO_DEVICE_MAX_ADDRESS_LEN); in toAudioPort()
DAudioOutputDescriptor.cpp176 dstConfig->ext.mix.hw_module = getModuleHandle(); in toAudioPortConfig()
177 dstConfig->ext.mix.usecase.stream = AUDIO_STREAM_DEFAULT; in toAudioPortConfig()
185 port->ext.mix.hw_module = getModuleHandle(); in toAudioPort()
354 dstConfig->ext.mix.handle = mIoHandle; in toAudioPortConfig()
365 port->ext.mix.handle = mIoHandle; in toAudioPort()
366 port->ext.mix.latency_class = in toAudioPort()
/frameworks/native/opengl/tools/glgen/src/
DJsr239CodeEmitter.java69 public void setVersion(int version, boolean ext, boolean pack) { in setVersion() argument
71 mJavaInterfaceStream = ext ? mJava10ExtInterfaceStream : in setVersion()
74 mJavaInterfaceStream = ext ? in setVersion()
/frameworks/base/tools/aapt/
DFileFinder.cpp86 String8 ext(path.getPathExtension()); in checkAndAddFile() local
87 ext.toLower(); in checkAndAddFile()
92 if (ext == ext2) { in checkAndAddFile()
/frameworks/native/opengl/libs/EGL/
DgetProcAddress.cpp55 ext.extensions[_api])) \
75 ext.extensions[_api])) \
97 ext.extensions[_api])) \
119 ext.extensions[_api])) \
151 ext.extensions[_api])) \
184 ext.extensions[_api])) \
/frameworks/data-binding/integration-tests/TestApp/
Dbuild.gradle2 ext.rootFolder = new File(project.projectDir, "../..")
4 ext.addRepos(repositories)
/frameworks/data-binding/extensions/
Dbuild.gradle16 ext.rootFolder = new File(project.projectDir, "..")
18 ext.rootFolder = new File(project.projectDir, "..")
20 ext.addRepos(repositories)
/frameworks/base/tools/layoutlib/
DAndroid.mk36 built_ext_dep := $(call java-lib-deps,ext)
37 built_ext_classes := $(call java-lib-files,ext)
39 JAVA_LIBRARIES,ext,,COMMON)/javalib.jar
/frameworks/data-binding/compilationTests/src/test/resources/
Dproject_build.gradle2 ext.rootFolder = new File(project.projectDir, "../../..")
4 ext.addRepos(repositories)
/frameworks/support/v13/
Dbuild.gradle10 ext.allSS = []
26 ext.allSS.add(sourceSet)
40 ext.allSS.each { ss ->
110 project.ext.allSS.each { ss ->
123 repository(url: uri(rootProject.ext.supportRepoOut)) {
/frameworks/data-binding/integration-tests/IndependentLibrary/
Dbuild.gradle17 ext.rootFolder = new File(project.projectDir, "../..")
19 ext.addRepos(repositories)
/frameworks/data-binding/integration-tests/App With Spaces/
Dbuild.gradle17 ext.rootFolder = new File(project.projectDir, "../..")
19 ext.addRepos(repositories)

1234