/frameworks/native/opengl/tests/hwc/ |
D | Android.mk | 26 $(call include-path-for, opengl-tests-includes) \ 58 $(call include-path-for, opengl-tests-includes) \ 88 $(call include-path-for, opengl-tests-includes) \ 118 $(call include-path-for, opengl-tests-includes) \ 148 $(call include-path-for, opengl-tests-includes) \
|
/frameworks/multidex/ |
D | NOTICE | 10 This product includes software developed as part of 22 This product includes software developed at
|
/frameworks/base/core/java/android/app/backup/ |
D | FullBackup.java | 419 Map<String, Set<String>> includes) in parseBackupSchemeFromXmlLocked() argument 461 parser, excludes, includes, domainFromXml); in parseBackupSchemeFromXmlLocked() 507 if (includes.isEmpty()) { in parseBackupSchemeFromXmlLocked() 511 for (Map.Entry<String, Set<String>> entry : includes.entrySet()) { in parseBackupSchemeFromXmlLocked() 536 Map<String, Set<String>> includes, in parseCurrentTagForDomain() argument 541 Set<String> includeSet = includes.get(domainToken); in parseCurrentTagForDomain() 544 includes.put(domainToken, includeSet); in parseCurrentTagForDomain()
|
D | BackupAgent.java | 746 Map<String, Set<String>> includes = null; in isFileEligibleForRestore() local 750 includes = bs.maybeParseAndGetCanonicalIncludePaths(); in isFileEligibleForRestore() 772 if (includes != null && !includes.isEmpty()) { in isFileEligibleForRestore() 776 for (Set<String> domainIncludes : includes.values()) { in isFileEligibleForRestore()
|
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/ |
D | ViewDataBinding.java | 566 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/ |
D | NOTICE | 1 This product includes DNG technology under license by Adobe Systems
|
/frameworks/native/opengl/tests/linetex/ |
D | Android.mk | 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/tritex/ |
D | Android.mk | 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/fillrate/ |
D | Android.mk | 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/gl_basic/ |
D | Android.mk | 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/swapinterval/ |
D | Android.mk | 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/finish/ |
D | Android.mk | 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/angeles/ |
D | Android.mk | 8 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | Android.mk | 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | Android.mk | 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/filter/ |
D | Android.mk | 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/textures/ |
D | Android.mk | 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
D | Android.mk | 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
D | Android.mk | 18 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/gl_perf/ |
D | Android.mk | 19 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/lib/ |
D | Android.mk | 23 $(call include-path-for, opengl-tests-includes)
|
/frameworks/data-binding/internal-prebuilts/ |
D | README.md | 1 This maven repository includes prebuilts of data binding libs that
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | README | 4 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/emoji/core/ |
D | build.gradle | 39 includes = ["LICENSE_UNICODE", "LICENSE_OFL"]
|
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/ |
D | ResourceBundle.java | 173 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()
|