Home
last modified time | relevance | path

Searched refs:includes (Results 1 – 25 of 174) sorted by relevance

1234567

/frameworks/support/buildSrc/src/main/kotlin/androidx/build/
DVersionFileWriterTask.kt78 if (!resources.includes.isEmpty()) { in setUpAndroidLibrary()
79 val includes = resources.includes in setUpAndroidLibrary() constant
80 includes.add("META-INF/*.version") in setUpAndroidLibrary()
81 resources.setIncludes(includes) in setUpAndroidLibrary()
/frameworks/multidex/
DNOTICE10 This product includes software developed as part of
22 This product includes software developed at
/frameworks/rs/cpp/
DAndroid.bp59 // RenderScript.h includes rsCppStructs.h, which includes rs/rsDefines.h.
/frameworks/base/core/java/android/app/backup/
DFullBackup.java459 Map<String, Set<PathWithRequiredFlags>> includes) in parseBackupSchemeFromXmlLocked() argument
509 parser, excludes, includes, domainFromXml); in parseBackupSchemeFromXmlLocked()
560 if (includes.isEmpty()) { in parseBackupSchemeFromXmlLocked()
565 : includes.entrySet()) { in parseBackupSchemeFromXmlLocked()
616 Map<String, Set<PathWithRequiredFlags>> includes, String domain) in parseCurrentTagForDomain() argument
620 Set<PathWithRequiredFlags> includeSet = includes.get(domainToken); in parseCurrentTagForDomain()
623 includes.put(domainToken, includeSet); in parseCurrentTagForDomain()
DBackupAgent.java820 Map<String, Set<PathWithRequiredFlags>> includes = null; in isFileEligibleForRestore() local
824 includes = bs.maybeParseAndGetCanonicalIncludePaths(); in isFileEligibleForRestore()
846 if (includes != null && !includes.isEmpty()) { in isFileEligibleForRestore()
850 for (Set<PathWithRequiredFlags> domainIncludes : includes.values()) { in isFileEligibleForRestore()
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
DViewDataBinding.java566 int numBindings, IncludedLayouts includes, SparseIntArray viewsWithIds) { in mapBindings() argument
568 mapBindings(bindingComponent, root, bindings, includes, viewsWithIds, true); in mapBindings()
976 int numBindings, IncludedLayouts includes, SparseIntArray viewsWithIds) { in mapBindings() argument
979 mapBindings(bindingComponent, roots[i], bindings, includes, viewsWithIds, true); in mapBindings()
985 Object[] bindings, IncludedLayouts includes, SparseIntArray viewsWithIds, in mapBindings() argument
1002 indexInIncludes = includes == null ? -1 : index; in mapBindings()
1013 indexInIncludes = includes == null ? -1 : tagIndex; in mapBindings()
1042 includes, indexInIncludes); in mapBindings()
1046 final int index = includes.indexes[indexInIncludes][includeIndex]; in mapBindings()
1047 final int layoutId = includes.layoutIds[indexInIncludes][includeIndex]; in mapBindings()
[all …]
/frameworks/av/media/img_utils/src/
DNOTICE1 This product includes DNG technology under license by Adobe Systems
/frameworks/native/opengl/tests/linetex/
DAndroid.mk19 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/swapinterval/
DAndroid.mk19 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/tritex/
DAndroid.mk19 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/textures/
DAndroid.mk17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/data-binding/internal-prebuilts/
DREADME.md1 This maven repository includes prebuilts of data binding libs that
/frameworks/hardware/interfaces/sensorservice/1.0/
DREADME4 NDK (sensor.h). It includes a subset of these APIs and introduces a few
10 ISensorMangaer includes member functions that adapts the ASensorManager_*
69 IEventQueue includes member functions that adapts some of the
/frameworks/support/wear/
Dbuild.gradle28 includes = ["wear_stubs/LICENSE"]
/frameworks/support/buildSrc/
Drelease.gradle20 description "Creates a maven repository that includes just the libraries compiled in this" +
30 description "Creates a maven repository that includes just the libraries compiled in this" +
/frameworks/av/media/libaaudio/
DAndroid.bp26 // deliberately includes symbols from AAudioTesting.h
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
DResourceBundle.java173 Map<String, String> includes = new HashMap<String, String>(); in validateMultiResLayouts() local
206 includes.put(target.mId, target.getIncludedLayout()); in validateMultiResLayouts()
213 includes.put(target.mId, target.getIncludedLayout()); in validateMultiResLayouts()
249 String include = includes.get(viewType.getKey()); in validateMultiResLayouts()
258 .setIncludedLayout(includes.get(viewType.getKey())); in validateMultiResLayouts()
/frameworks/minikin/doc/
Dminikin_style.md8 dir2/foo2.h, order your includes as follows:
/frameworks/support/navigation/integration-tests/safeargs-testapp/buildSrc/
Dbuild.gradle27 includes: ['**/*.java', '**/*.kt'], exclude: 'integration-tests/*'))
/frameworks/support/emoji/core/
Dbuild.gradle42 includes = ["LICENSE_UNICODE", "LICENSE_OFL"]
/frameworks/av/media/ndk/
DNOTICE10 This product includes software developed as part of
22 This product includes software developed at
34 This product includes software developed at
202 (d) If the Work includes a "NOTICE" text file as part of its
280 and http://www.unicode.org/cldr/data/ . Unicode Software includes any
/frameworks/native/
DNOTICE10 This product includes software developed as part of
22 This product includes software developed at
34 This product includes software developed at
202 (d) If the Work includes a "NOTICE" text file as part of its
280 and http://www.unicode.org/cldr/data/ . Unicode Software includes any
/frameworks/base/
DNOTICE10 This product includes software developed as part of
22 This product includes software developed at
34 This product includes software developed at
213 (d) If the Work includes a "NOTICE" text file as part of its
291 and http://www.unicode.org/cldr/data/ . Unicode Software includes any
/frameworks/av/
DNOTICE10 This product includes software developed as part of
22 This product includes software developed at
34 This product includes software developed at
202 (d) If the Work includes a "NOTICE" text file as part of its
280 and http://www.unicode.org/cldr/data/ . Unicode Software includes any
/frameworks/av/camera/ndk/
DNOTICE10 This product includes software developed as part of
22 This product includes software developed at
34 This product includes software developed at
202 (d) If the Work includes a "NOTICE" text file as part of its
280 and http://www.unicode.org/cldr/data/ . Unicode Software includes any

1234567