Home
last modified time | relevance | path

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

1234567

/frameworks/native/opengl/tests/hwc/
DAndroid.mk26 $(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/
DNOTICE10 This product includes software developed as part of
22 This product includes software developed at
/frameworks/base/core/java/android/app/backup/
DFullBackup.java419 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()
DBackupAgent.java746 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/
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.mk17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/tritex/
DAndroid.mk17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/fillrate/
DAndroid.mk17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/gl_basic/
DAndroid.mk17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/swapinterval/
DAndroid.mk17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/finish/
DAndroid.mk17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/angeles/
DAndroid.mk8 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/gl2_basic/
DAndroid.mk17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/gl2_copyTexImage/
DAndroid.mk17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/filter/
DAndroid.mk17 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/native/opengl/tests/gl_yuvtex/
DAndroid.mk17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/gl2_yuvtex/
DAndroid.mk18 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/gl_perf/
DAndroid.mk19 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/lib/
DAndroid.mk23 $(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/emoji/core/
Dbuild.gradle39 includes = ["LICENSE_UNICODE", "LICENSE_OFL"]
/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()

1234567