Searched refs:includes (Results 1 - 16 of 16) sorted by relevance

/frameworks/support/app-toolkit/buildSrc/src/main/kotlin/androidx/build/
H A DVersionFileWriterTask.kt78 if (!resources.includes.isEmpty()) {
79 val includes = resources.includes
80 includes.add("META-INF/*.version")
81 resources.setIncludes(includes)
/frameworks/support/buildSrc/src/main/kotlin/androidx/build/
H A DVersionFileWriterTask.kt78 if (!resources.includes.isEmpty()) {
79 val includes = resources.includes
80 includes.add("META-INF/*.version")
81 resources.setIncludes(includes)
/frameworks/native/opengl/tests/linetex/
H A DAndroid.mk19 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/swapinterval/
H A DAndroid.mk19 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/textures/
H A DAndroid.mk17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/tritex/
H A DAndroid.mk19 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/minikin/doc/
H A Dminikin_style.md8 dir2/foo2.h, order your includes as follows:
/frameworks/support/navigation/integration-tests/safeargs-testapp/buildSrc/
H A Dbuild.gradle27 includes: ['**/*.java', '**/*.kt'], exclude: 'integration-tests/*'))
/frameworks/base/media/mca/filterfw/native/
H A DAndroid.mk36 # add local includes
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DViewDataBinding.java551 * Walks the view hierarchy under root and pulls out tagged Views, includes, and views with
557 * @param numBindings The total number of ID'd views, views with expressions, and includes
558 * @param includes The include layout information, indexed by their container's index.
566 int numBindings, IncludedLayouts includes, SparseIntArray viewsWithIds) {
568 mapBindings(bindingComponent, root, bindings, includes, viewsWithIds, true);
961 * Walks the view hierarchy under roots and pulls out tagged Views, includes, and views with
967 * @param numBindings The total number of ID'd views, views with expressions, and includes
968 * @param includes The include layout information, indexed by their container's index.
976 int numBindings, IncludedLayouts includes, SparseIntArray viewsWithIds) {
979 mapBindings(bindingComponent, roots[i], bindings, includes, viewsWithId
565 mapBindings(DataBindingComponent bindingComponent, View root, int numBindings, IncludedLayouts includes, SparseIntArray viewsWithIds) argument
975 mapBindings(DataBindingComponent bindingComponent, View[] roots, int numBindings, IncludedLayouts includes, SparseIntArray viewsWithIds) argument
984 mapBindings(DataBindingComponent bindingComponent, View view, Object[] bindings, IncludedLayouts includes, SparseIntArray viewsWithIds, boolean isRoot) argument
[all...]
/frameworks/base/core/java/android/app/backup/
H A DFullBackup.java459 Map<String, Set<PathWithRequiredFlags>> includes)
509 parser, excludes, includes, domainFromXml);
560 if (includes.isEmpty()) {
565 : includes.entrySet()) {
616 Map<String, Set<PathWithRequiredFlags>> includes, String domain)
620 Set<PathWithRequiredFlags> includeSet = includes.get(domainToken);
623 includes.put(domainToken, includeSet);
457 parseBackupSchemeFromXmlLocked(XmlPullParser parser, Set<PathWithRequiredFlags> excludes, Map<String, Set<PathWithRequiredFlags>> includes) argument
614 parseCurrentTagForDomain(XmlPullParser parser, Set<PathWithRequiredFlags> excludes, Map<String, Set<PathWithRequiredFlags>> includes, String domain) argument
H A DBackupAgent.java394 // going places we don't expect, and so the manifest includes can't take precedence over
820 Map<String, Set<PathWithRequiredFlags>> includes = null;
824 includes = bs.maybeParseAndGetCanonicalIncludePaths();
846 if (includes != null && !includes.isEmpty()) {
850 for (Set<PathWithRequiredFlags> domainIncludes : includes.values()) {
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DResourceBundle.java173 Map<String, String> includes = new HashMap<String, String>();
206 includes.put(target.mId, target.getIncludedLayout());
213 includes.put(target.mId, target.getIncludedLayout());
249 String include = includes.get(viewType.getKey());
258 .setIncludedLayout(includes.get(viewType.getKey()));
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1528 // Add in all includes.
1529 const Vector<String8>& includes = bundle->getPackageIncludes(); local
1530 const size_t packageIncludeCount = includes.size();
1533 printf("Including resources from package: %s\n", includes[i].string());
1536 if (!mIncludedAssets.addAssetPath(includes[i], NULL)) {
1538 includes[i].string());
/frameworks/av/media/extractors/mp4/
H A DItemTable.cpp1342 if (!std::includes(
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 290 milliseconds