/aosp12/build/make/core/ |
H A D | soong_java_prebuilt.mk | 35 $(eval $(call add-dependency,$(LOCAL_BUILT_MODULE),$(full_classes_jar))) 51 $(call add-dependency,$(common_javalib.jar),\ 62 $(call add-dependency,$(common_javalib.jar),\ 64 $(call add-dependency,$(common_javalib.jar),\ 66 $(call add-dependency,$(common_javalib.jar),\ 73 $(call add-dependency,$(common_javalib.jar),\ 85 $(call add-dependency,$(LOCAL_BUILT_MODULE),$(my_res_package)) 97 $(call add-dependency,$(LOCAL_BUILT_MODULE),$(my_proguard_flags)) 101 $(call add-dependency,$(LOCAL_BUILT_MODULE),$(my_static_library_extra_packages)) 130 $(eval $(call add-dependency,$(LOCAL_BUILT_MODULE),$(common_javalib.jar))) [all …]
|
H A D | soong_app_prebuilt.mk | 38 $(eval $(call add-dependency,$(LOCAL_BUILT_MODULE),$(full_classes_jar))) 87 $(call add-dependency,$(LOCAL_BUILT_MODULE),\ 98 $(call add-dependency,$(LOCAL_BUILT_MODULE),\ 100 $(call add-dependency,$(LOCAL_BUILT_MODULE),\ 102 $(call add-dependency,$(LOCAL_BUILT_MODULE),\ 109 $(call add-dependency,$(LOCAL_BUILT_MODULE),\ 123 $(call add-dependency,$(LOCAL_BUILT_MODULE),$(resource_export_package))
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/widget/toast/ |
H A D | SnackbarSlidingBehavior.kt | 40 dependency: View 42 return dependency is Snackbar.SnackbarLayout 48 dependency: View 54 override fun onDependentViewRemoved(parent: CoordinatorLayout, child: View, dependency: View) { 69 for (dependency in parent.getDependencies(child)) { 70 translationY = min(translationY, dependency.y - child.bottom)
|
/aosp12/packages/services/Car/service/src/com/android/car/vms/ |
H A D | VmsLayerAvailability.java | 68 for (VmsLayerDependency dependency : offering.getDependencies()) { in setPublishersOffering() 69 VmsLayer layer = dependency.getLayer(); in setPublishersOffering() 77 .add(dependency.getDependencies()); in setPublishersOffering() 154 for (VmsLayer dependency : dependencies) { in addLayerToAvailabilityCalculationLocked() 155 addLayerToAvailabilityCalculationLocked(dependency, in addLayerToAvailabilityCalculationLocked() 159 if (!currentAvailableLayers.contains(dependency)) { in addLayerToAvailabilityCalculationLocked()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/ui/ |
H A D | SearchBarScrollingViewBehavior.java | 41 public boolean onDependentViewChanged(CoordinatorLayout parent, View child, View dependency) { in onDependentViewChanged() argument 42 final boolean changed = super.onDependentViewChanged(parent, child, dependency); in onDependentViewChanged() 43 if (!mInitialized && dependency instanceof AppBarLayout) { in onDependentViewChanged() 45 final AppBarLayout appBarLayout = (AppBarLayout) dependency; in onDependentViewChanged()
|
/aosp12/packages/apps/Settings/src/com/android/settings/widget/ |
H A D | HomepageAppBarScrollingViewBehavior.java | 41 public boolean onDependentViewChanged(CoordinatorLayout parent, View child, View dependency) { in onDependentViewChanged() argument 42 boolean changed = super.onDependentViewChanged(parent, child, dependency); in onDependentViewChanged() 43 if (!mInitialized && dependency instanceof AppBarLayout) { in onDependentViewChanged() 45 AppBarLayout appBarLayout = (AppBarLayout) dependency; in onDependentViewChanged()
|
H A D | FloatingAppBarScrollingViewBehavior.java | 41 public boolean onDependentViewChanged(CoordinatorLayout parent, View child, View dependency) { in onDependentViewChanged() argument 42 boolean changed = super.onDependentViewChanged(parent, child, dependency); in onDependentViewChanged() 43 if (!initialized && dependency instanceof AppBarLayout) { in onDependentViewChanged() 45 AppBarLayout appBarLayout = (AppBarLayout) dependency; in onDependentViewChanged()
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | update.sh | 24 dependency:copy-dependencies \ 31 dependency:copy-dependencies \
|
/aosp12/art/compiler/optimizing/ |
H A D | scheduler.h | 359 void AddDependency(SchedulingNode* node, SchedulingNode* dependency, bool is_data_dependency); 360 void AddDataDependency(SchedulingNode* node, SchedulingNode* dependency) { in AddDataDependency() argument 361 AddDependency(node, dependency, /*is_data_dependency*/true); in AddDataDependency() 363 void AddOtherDependency(SchedulingNode* node, SchedulingNode* dependency) { in AddOtherDependency() argument 364 AddDependency(node, dependency, /*is_data_dependency*/false); in AddOtherDependency()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
H A D | DependencyTest.java | 49 Dependency dependency = in testInitDependency() local 51 dependency.start(); in testInitDependency()
|
/aosp12/frameworks/av/media/codec2/components/base/ |
H A D | Android.bp | 53 // public dependency for software codec implementation 80 // public dependency for software codec implementation 94 // public dependency for software codec implementation
|
/aosp12/build/make/tools/ |
H A D | filter-product-graph.py | 26 def dependency(m): function 32 (dependency, re.compile(r'"(.*)"\s*->\s*"(.*)"')),
|
H A D | build-license-metadata.sh | 83 lcurr_flag=dependency 115 dependency)
|
/aosp12/build/soong/cc/ |
H A D | fuzz.go | 181 func isValidSharedDependency(dependency android.Module) bool { 185 linkable, ok := dependency.(LinkableInterface) 201 …if lib := moduleLibraryInterface(dependency); lib != nil && lib.buildStubs() && linkable.CcLibrary… 210 if ccLibrary, isCcLibrary := dependency.(*Module); isCcLibrary { 224 …if prebuilt := android.GetEmbeddedPrebuilt(dependency); prebuilt != nil && prebuilt.SourceExists()… 230 if sdkMember, ok := dependency.(android.SdkAware); ok && !sdkMember.ContainingSdk().Unversioned() {
|
/aosp12/packages/apps/Camera2/src/com/android/camera/async/ |
H A D | ObservableCombiner.java | 68 for (Observable<? extends I> dependency : inputs) { in transform() 69 deps.add(dependency.get()); in transform()
|
/aosp12/frameworks/opt/setupwizard/library/ |
H A 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
|
H A 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
|
/aosp12/frameworks/av/media/codec2/vndk/ |
H A D | Android.bp | 95 // public dependency for implementing Codec 2 components 110 // public dependency for implementing Codec 2 framework utilities
|
/aosp12/packages/apps/Car/Dialer/framework/ |
H A D | Android.bp | 17 // Choose only one dependency to depend on. 45 // Link against this dependency will allow Dialer app to run without a paired phone.
|
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/ |
H A D | Android.bp | 134 // public dependency for Codec 2.0 HAL service implementations 145 // public dependency for Codec 2.0 HAL client
|
/aosp12/build/blueprint/ |
H A D | name_interface.go | 170 …) MissingDependencyError(depender string, dependerNamespace Namespace, dependency string) (err err… 171 return fmt.Errorf("%q depends on undefined module %q", depender, dependency)
|
/aosp12/bionic/tools/versioner/src/ |
H A D | versioner.cpp | 122 std::string dependency = dir_path + "/" + dent->d_name; in collectRequirements() local 125 if (stat(dependency.c_str(), &st) != 0) { in collectRequirements() 126 err(1, "failed to stat dependency '%s'", dependency.c_str()); in collectRequirements() 130 errx(1, "'%s' is not a directory", dependency.c_str()); in collectRequirements() 133 dependencies.push_back(dependency); in collectRequirements()
|
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | FilterGraph.java | 183 Filter dependency = port.getSourceFilter(); in readyForProcessing() local 184 if (dependency != null && !processed.contains(dependency)) { in readyForProcessing()
|
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/ |
H A D | Android.bp | 148 // public dependency for Codec 2.0 HAL service implementations 163 // public dependency for Codec 2.0 HAL client
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
H A D | VmsUtils.cpp | 101 for (const auto& dependency : offer.dependencies) { in createOfferingMessage() local 102 std::vector<int32_t> dependency_layer = {dependency.type, dependency.subtype, in createOfferingMessage() 103 dependency.version}; in createOfferingMessage()
|