Home
last modified time | relevance | path

Searched refs:dependencies (Results 1 – 25 of 78) sorted by relevance

1234

/frameworks/opt/setupwizard/library/
Dbuild.gradle7 * Build the file with local dependencies. The difference between this and standalone.gradle is that
8 * this will build the dependencies like support libraries from source, whereas standalone.gradle
15 * And then you can include the :setup-wizard-lib project as one of your dependencies
16 * dependencies {
22 // For builds in the Android tree we want to build the dependencies from source for reproducible
29 // dependencies {
Drules.gradle5 * This allows the dependencies to be configured so that for builds in the Android tree, the
6 * dependencies like support library is built directly from source, while for standalone builds they
53 dependencies {
54 // Read the dependencies from the "deps" map in the extra properties.
56 // For builds in the Android tree we want to build the dependencies from source
64 // fetch the dependencies from maven. For example in standalone.gradle define
Dstandalone-rules.gradle10 * And then you can include the :setup-wizard-lib project as one of your dependencies
11 * dependencies {
18 // dependencies from maven. To add a dependency, you want to specify something like this:
24 // dependencies {
Dself.gradle15 dependencies {
27 dependencies {
53 dependencies {
Dstandalone.gradle11 * And then you can include the :setup-wizard-lib project as one of your dependencies
12 * dependencies {
/frameworks/opt/chips/
Dbuild.gradle13 dependencies {
19 return dependencies.project(path: projectName)
22 return dependencies.create(moduleName)
/frameworks/opt/photoviewer/
Dbuild.gradle13 dependencies {
20 return dependencies.project(path: projectName)
23 return dependencies.create(moduleName)
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
Dbuild.gradle6 dependencies {
9 // NOTE: Do not place your application dependencies here; they belong
47 dependencies {
/frameworks/base/tests/TouchLatency/
Dbuild.gradle8 dependencies {
11 // NOTE: Do not place your application dependencies here; they belong
/frameworks/base/startop/apps/ColorChanging/
Dbuild.gradle8 dependencies {
10 // NOTE: Do not place your application dependencies here; they belong
/frameworks/base/tests/UiBench/
Dbuild.gradle5 dependencies {
32 dependencies {
/frameworks/base/startop/iorap/tests/
DAndroid.bp20 // Non-test dependencies
26 // test android dependencies
29 // test framework dependencies
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DVersionInfo.java69 Dependencies dependencies = cls.getDeclaredAnnotation(Dependencies.class); in addClass() local
70 if (dependencies != null) { in addClass()
71 for (DependsOn d : dependencies.value()) { in addClass()
/frameworks/base/core/java/android/app/
DApplicationLoaders.java166 List<SharedLibraryInfo> dependencies = lib.getDependencies(); in createAndCacheNonBootclasspathSystemClassLoader() local
170 if (dependencies != null) { in createAndCacheNonBootclasspathSystemClassLoader()
171 sharedLibraries = new ArrayList<ClassLoader>(dependencies.size()); in createAndCacheNonBootclasspathSystemClassLoader()
172 for (SharedLibraryInfo dependency : dependencies) { in createAndCacheNonBootclasspathSystemClassLoader()
/frameworks/base/tests/net/smoketest/
DAndroid.bp3 // fails to load that library unless *all* the dependencies of that library are explicitly
4 // listed in jni_libs. This means that whenever any of the dependencies changes the test
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceHelper.cpp610 std::map<size_t, std::pair<C2Param::Index, bool>> dependencies; in config() local
662 (void)dependencies.insert({ paramDepIx, { paramIx, false /* dirty */ }}); in config()
663 auto it = dependencies.find(paramDepIx); in config()
669 if (dependencies.empty()) { in config()
676 while (dependencies.size() && dependencies.begin()->first <= paramDepIx) { in config()
677 auto min = dependencies.begin(); in config()
680 dependencies.erase(min); in config()
726 auto insert_res = dependencies.insert( in config()
732 auto it = dependencies.find(getDependencyIndex_l(ix)); in config()
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/
Dbuild.gradle22 dependencies {
70 dependencies {
/frameworks/base/core/java/android/content/pm/split/
DSplitAssetDependencyLoader.java49 SparseArray<int[]> dependencies, @ParseFlags int flags) { in SplitAssetDependencyLoader() argument
50 super(dependencies); in SplitAssetDependencyLoader()
DSplitDependencyLoader.java49 protected SplitDependencyLoader(@NonNull SparseArray<int[]> dependencies) { in SplitDependencyLoader() argument
50 mDependencies = dependencies; in SplitDependencyLoader()
/frameworks/opt/vcard/
Dbuild.gradle9 dependencies {
/frameworks/base/tests/HierarchyViewerTest/
Dbuild.gradle5 dependencies {
/frameworks/av/media/libcpustats/include/cpustats/
DREADME.txt6 * should be portable to host; avoid Android OS dependencies without a conditional
/frameworks/base/core/java/android/content/pm/
DSharedLibraryInfo.java119 List<SharedLibraryInfo> dependencies) { in SharedLibraryInfo() argument
128 mDependencies = dependencies; in SharedLibraryInfo()
/frameworks/base/startop/apps/ColorChanging/app/
Dbuild.gradle22 dependencies {
/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapper.h466 Result startComputeWithDependencies(const std::vector<const Event*>& dependencies, in startComputeWithDependencies() argument
468 std::vector<const ANeuralNetworksEvent*> deps(dependencies.size()); in startComputeWithDependencies()
469 std::transform(dependencies.begin(), dependencies.end(), deps.begin(), in startComputeWithDependencies()

1234