Searched refs:dependencies (Results 26 - 50 of 77) sorted by relevance

1234

/frameworks/support/frameworks/support/samples/SupportWearDemos/
H A Dbuild.gradle19 dependencies {
/frameworks/support/samples/SupportEmojiDemos/
H A Dbuild.gradle23 dependencies {
/frameworks/support/samples/SupportVectorDrawableDemos/
H A Dbuild.gradle19 dependencies {
/frameworks/support/samples/SupportWearDemos/
H A Dbuild.gradle19 dependencies {
/frameworks/support/v7/preference/
H A Dbuild.gradle20 dependencies {
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DListenerExpr.java72 final List<Dependency> dependencies = new ArrayList<Dependency>();
75 dependencies.add(dependency);
76 return dependencies;
H A DMethodBaseExpr.java130 final List<Dependency> dependencies = constructDynamicChildrenDependencies();
131 for (Dependency dependency : dependencies) {
136 return dependencies;
H A DBracketExpr.java84 final List<Dependency> dependencies = constructDynamicChildrenDependencies();
85 for (Dependency dependency : dependencies) {
90 return dependencies;
H A DMethodCallExpr.java172 final List<Dependency> dependencies = constructDynamicChildrenDependencies();
173 for (Dependency dependency : dependencies) {
178 return dependencies;
/frameworks/data-binding/extensions/baseAdapters/
H A Dbuild.gradle17 dependencies {
19 // NOTE: Do not place your application dependencies here; they belong
55 dependencies {
/frameworks/support/design/src/android/support/design/widget/
H A DHeaderScrollingViewBehavior.java61 final List<View> dependencies = parent.getDependencies(child);
62 final View header = findFirstDependency(dependencies);
103 final List<View> dependencies = parent.getDependencies(child);
104 final View header = findFirstDependency(dependencies);
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
H A DVersionInfo.java67 Dependencies dependencies = cls.getDeclaredAnnotation(Dependencies.class);
68 if (dependencies != null) {
69 for (DependsOn d : dependencies.value()) {
/frameworks/base/core/java/android/content/pm/split/
H A DSplitAssetDependencyLoader.java33 * Loads AssetManagers for splits and their dependencies. This SplitAssetLoader implementation
47 SparseArray<int[]> dependencies, int flags) {
48 super(dependencies);
46 SplitAssetDependencyLoader(PackageParser.PackageLite pkg, SparseArray<int[]> dependencies, int flags) argument
H A DSplitDependencyLoader.java47 * @param dependencies The dependency tree of splits.
49 protected SplitDependencyLoader(@NonNull SparseArray<int[]> dependencies) { argument
50 mDependencies = dependencies;
67 // Special case the base, since it has no dependencies.
78 // Collect all the dependencies that need to be constructed.
154 // The data structure that holds the dependencies. In PackageParser, splits are stored
162 // First write out the <uses-split> dependencies. These must appear first in the
166 // Non-feature splits don't have dependencies.
187 // Write out the configForSplit reverse-dependencies. These appear after the <uses-split>
188 // dependencies an
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageDexOptimizer.java154 // Get the dependencies of each split in the package. For each code path in the package,
165 // Append shared libraries with split dependencies for this split.
453 * Walks dependency tree and gathers the dependencies for each split in a split apk.
474 // If there are no other dependencies, fill in the implicit dependency on the base apk.
475 SparseArray<int[]> dependencies = pkg.applicationInfo.splitDependencies;
476 if (dependencies == null) {
483 // Fill in the dependencies, skipping the base apk which has no dependencies.
484 for (int i = 1; i < dependencies.size(); i++) {
485 getParentDependencies(dependencies
495 getParentDependencies(int index, List<String> paths, SparseArray<int[]> dependencies, String[] splitDependencies) argument
[all...]
/frameworks/data-binding/compilerCommon/
H A Dbuild.gradle35 dependencies {
/frameworks/minikin/app/
H A DAndroid.mk26 # Shared libraries which are dependencies of minikin; these are not automatically
/frameworks/multidex/
H A Dbuild.gradle25 dependencies {
/frameworks/data-binding/extensions/library/
H A Dbuild.gradle29 dependencies {
31 // NOTE: Do not place your application dependencies here; they belong
70 dependencies {
/frameworks/minikin/tests/stresstest/
H A DAndroid.mk29 # Shared libraries which are dependencies of minikin; these are not automatically
/frameworks/support/compat/
H A DAndroid.mk23 # in their makefiles to include the resources and their dependencies in their package.
/frameworks/support/core-ui/
H A DAndroid.mk24 # in their makefiles to include the resources and their dependencies in their package.
/frameworks/support/core-utils/
H A DAndroid.mk24 # in their makefiles to include the resources and their dependencies in their package.
/frameworks/support/customtabs/
H A DAndroid.mk24 # in their makefiles to include the resources and their dependencies in their package.
/frameworks/support/design/
H A DAndroid.mk27 # in their makefiles to include the resources and their dependencies in their package.

Completed in 645 milliseconds

1234