/frameworks/av/media/codec2/components/base/ |
D | Android.bp | 44 // public dependency for software codec implementation 71 // public dependency for software codec implementation 85 // public dependency for software codec implementation
|
/frameworks/opt/setupwizard/library/ |
D | standalone-rules.gradle | 18 // dependencies from maven. To add a dependency, you want to specify something like this: 23 // And then in rules.gradle you can reference the dependency by
|
D | build.gradle | 23 // builds. To add a dependency, you want to specify something like this: 28 // And then in rules.gradle you can reference the dependency by
|
/frameworks/av/media/codec2/vndk/ |
D | Android.bp | 82 // public dependency for implementing Codec 2 components 97 // public dependency for implementing Codec 2 framework utilities
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | Android.bp | 107 // public dependency for Codec 2.0 HAL service implementations 118 // public dependency for Codec 2.0 HAL client
|
/frameworks/av/media/libaudioprocessing/tests/ |
D | README | 1 For libsonic dependency:
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | FilterGraph.java | 183 Filter dependency = port.getSourceFilter(); in readyForProcessing() local 184 if (dependency != null && !processed.contains(dependency)) { in readyForProcessing()
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | Android.bp | 26 // a dependency on it in the device makefile. There will be no build time
|
/frameworks/av/media/libaudiohal/ |
D | Android.bp | 65 // which is not in any library but has a dependency on headers from libbinder.
|
/frameworks/base/packages/SystemUI/ |
D | README.md | 10 on some custom dependency injection provided by Dependency. 48 If an instantiated dependency implements Dumpable it will be included in dumps 52 If an instantiated dependency implements ConfigurationChangeReceiver it will 77 Provides custom dependency injection.
|
/frameworks/base/core/java/android/app/ |
D | ApplicationLoaders.java | 172 for (SharedLibraryInfo dependency : dependencies) { in createAndCacheNonBootclasspathSystemClassLoader() 173 String dependencyPath = dependency.getPath(); in createAndCacheNonBootclasspathSystemClassLoader()
|
/frameworks/ex/framesequence/samples/FrameSequenceSamples/ |
D | Android.bp | 18 // java dependency
|
/frameworks/hardware/interfaces/bufferhub/1.0/vts/functional/ |
D | Android.bp | 23 // TODO(b/118893702): remove dependency once ui/BufferHubDefs.h moved
|
/frameworks/compile/slang/ |
D | RSCCOptions.td | 104 def MD : Flag<["-"], "MD">, HelpText<"Emit .d dependency files">; 105 def MP : Flag<["-"], "MP">, HelpText<"Also emit phony target for dependency files">;
|
/frameworks/av/media/tests/benchmark/src/native/common/ |
D | Android.bp | 105 // public dependency for native implementation
|
/frameworks/native/libs/android_runtime_lazy/ |
D | Android.bp | 26 // This library can be used to cut down the dependency between them.
|
/frameworks/base/core/proto/android/os/ |
D | header.proto | 42 // Only use bytes type here to avoid indirect dependency on atoms.proto
|
/frameworks/ml/nn/runtime/ |
D | Android.bp | 24 "test_com.android.neuralnetworks", // Due to the dependency from libneuralnetworks_common
|
/frameworks/base/packages/SystemUI/docs/ |
D | dagger.md | 2 *Dagger 2 is a dependency injection framework that compiles annotations to code 109 DependencyProvider. The type of the return value tells dagger which dependency it's providing.
|
D | plugins.md | 98 … version of the plugin should tagged with an annotation to declare its dependency on each of the p… 183 …ainst, you need to include it in your android studio project as a file dependency. Once it is inc…
|
/frameworks/base/core/java/android/widget/ |
D | RelativeLayout.java | 1996 final Node dependency = keyNodes.get(rule); in findRoots() local 1998 if (dependency == null || dependency == node) { in findRoots() 2002 dependency.dependents.put(node, this); in findRoots() 2004 node.dependencies.put(rule, dependency); in findRoots()
|
/frameworks/ml/nn/runtime/test/ |
D | Android.bp | 250 // Declare explicit library dependency for continuous builds
|
/frameworks/base/ |
D | Android.bp | 422 // framework_srcs. These have no or very limited dependency to the framework. 554 // If MimeMap ever becomes its own APEX, then this dependency would need to be removed 555 // in favor of an API stubs dependency in java_library "framework" below.
|
/frameworks/base/core/java/android/preference/ |
D | Preference.java | 1483 public void onDependencyChanged(Preference dependency, boolean disableDependent) { in onDependencyChanged() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | Dependency.java | 620 void createSystemUI(Dependency dependency); in createSystemUI() argument
|