Home
last modified time | relevance | path

Searched refs:inherited (Results 1 – 25 of 130) sorted by relevance

123456

/aosp12/build/make/core/
H A Dnode_fns.mk128 define get-inherited-nodes
148 define _expand-inherited-values
209 $(eval $(1).$(2).inherited := \
210 $(call get-inherited-nodes,$(1).$(2),$(3)))
211 $(call _import-nodes-inner,$(1),$($(1).$(2).inherited),$(3))
213 $(call _expand-inherited-values,$(1),$(2),$(3),$(4))
215 $(eval $(1).$(2).inherited :=)
H A Dproduct_config.rbc168 # Traverse the tree from the bottom, evaluating inherited values
192 """Substitutes inherited values in all the attributes.
195 references to a value of a same attribute in an inherited product,
218 """Expands references to inherited values in a given list."""
267 """Returns configuration item for the inherited module."""
305 # inherited modules dict (maps module name to PCM)
312 """Returns PCM's inherited modules dict."""
339 a module is inherited.
341 cfg, inherited, default_lv = handle
342 inherited[pcm_name] = pcm
[all …]
/aosp12/system/sepolicy/prebuilts/api/26.0/public/
H A Dcrash_dump.te20 # Use inherited file descriptors
23 # Write to the IPC pipe inherited from crashing processes.
H A Didmap.te5 # Use open file to /data/resource-cache file inherited from installd.
/aosp12/system/sepolicy/prebuilts/api/27.0/public/
H A Dcrash_dump.te23 # Use inherited file descriptors
26 # Write to the IPC pipe inherited from crashing processes.
H A Didmap.te5 # Use open file to /data/resource-cache file inherited from installd.
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Dcrash_dump.te15 # Use inherited file descriptors
18 # Read/write IPC pipes inherited from crashing processes.
H A Didmap.te5 # Use open file to /data/resource-cache file inherited from installd.
/aosp12/build/soong/android/
H A Dhooks.go97 inherited := []interface{}{&l.Module().base().commonProperties}
98 module := l.bp.CreateModule(ModuleFactoryAdaptor(factory), append(inherited, props...)...).(Module)
H A Dlicenses_test.go556 inherited := make(map[string]bool)
558 inherited[l] = true
580 inherited[l] = true
584 for l := range inherited {
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Dcrash_dump.te15 # Use inherited file descriptors
18 # Read/write IPC pipes inherited from crashing processes.
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Dcrash_dump.te15 # Use inherited file descriptors
18 # Read/write IPC pipes inherited from crashing processes.
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Dcrash_dump.te15 # Use inherited file descriptors
18 # Read/write IPC pipes inherited from crashing processes.
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Dcrash_dump.te15 # Use inherited file descriptors
18 # Read/write IPC pipes inherited from crashing processes.
/aosp12/system/sepolicy/public/
H A Dcrash_dump.te15 # Use inherited file descriptors
18 # Read/write IPC pipes inherited from crashing processes.
/aosp12/art/test/2037-thread-name-inherit/
H A Dinfo.txt1 Test that thread's names are correctly inherited.
/aosp12/system/tools/hidl/metadata/include/hidl/
H A Dmetadata.h28 std::vector<std::string> inherited; member
/aosp12/art/test/1910-transform-with-default/
H A Dinfo.txt3 Tests that we we can redefine classes that have default methods inherited from
/aosp12/system/tools/hidl/metadata/
H A Dtest.cpp36 EXPECT_THAT(info->inherited, ElementsAre("android.hardware.tests.foo@1.0::IFoo")); in TEST()
/aosp12/system/tools/hidl/
H A DAndroid.bp48 // This configuration is inherited by all hidl-gen-generated modules.
67 // This configuration is inherited by all hidl-gen-java modules
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
H A DREADME.txt5 The modules are currently inherited as such:
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dgki_apex_prepostinstall.te22 # /dev/zero is inherited although it is not used. See b/126787589.
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dgki_apex_prepostinstall.te22 # /dev/zero is inherited although it is not used. See b/126787589.
/aosp12/system/sepolicy/private/
H A Dgki_apex_prepostinstall.te22 # /dev/zero is inherited although it is not used. See b/126787589.
/aosp12/build/make/tests/
H A Dinclude1.rbc16 # Included file (not inherited)

123456