/aosp12/build/make/core/ |
H A D | node_fns.mk | 128 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 D | product_config.rbc | 168 # 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 D | crash_dump.te | 20 # Use inherited file descriptors 23 # Write to the IPC pipe inherited from crashing processes.
|
H A D | idmap.te | 5 # Use open file to /data/resource-cache file inherited from installd.
|
/aosp12/system/sepolicy/prebuilts/api/27.0/public/ |
H A D | crash_dump.te | 23 # Use inherited file descriptors 26 # Write to the IPC pipe inherited from crashing processes.
|
H A D | idmap.te | 5 # Use open file to /data/resource-cache file inherited from installd.
|
/aosp12/system/sepolicy/prebuilts/api/28.0/public/ |
H A D | crash_dump.te | 15 # Use inherited file descriptors 18 # Read/write IPC pipes inherited from crashing processes.
|
H A D | idmap.te | 5 # Use open file to /data/resource-cache file inherited from installd.
|
/aosp12/build/soong/android/ |
H A D | hooks.go | 97 inherited := []interface{}{&l.Module().base().commonProperties} 98 module := l.bp.CreateModule(ModuleFactoryAdaptor(factory), append(inherited, props...)...).(Module)
|
H A D | licenses_test.go | 556 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 D | crash_dump.te | 15 # Use inherited file descriptors 18 # Read/write IPC pipes inherited from crashing processes.
|
/aosp12/system/sepolicy/prebuilts/api/30.0/public/ |
H A D | crash_dump.te | 15 # Use inherited file descriptors 18 # Read/write IPC pipes inherited from crashing processes.
|
/aosp12/system/sepolicy/prebuilts/api/31.0/public/ |
H A D | crash_dump.te | 15 # Use inherited file descriptors 18 # Read/write IPC pipes inherited from crashing processes.
|
/aosp12/system/sepolicy/prebuilts/api/32.0/public/ |
H A D | crash_dump.te | 15 # Use inherited file descriptors 18 # Read/write IPC pipes inherited from crashing processes.
|
/aosp12/system/sepolicy/public/ |
H A D | crash_dump.te | 15 # Use inherited file descriptors 18 # Read/write IPC pipes inherited from crashing processes.
|
/aosp12/art/test/2037-thread-name-inherit/ |
H A D | info.txt | 1 Test that thread's names are correctly inherited.
|
/aosp12/system/tools/hidl/metadata/include/hidl/ |
H A D | metadata.h | 28 std::vector<std::string> inherited; member
|
/aosp12/art/test/1910-transform-with-default/ |
H A D | info.txt | 3 Tests that we we can redefine classes that have default methods inherited from
|
/aosp12/system/tools/hidl/metadata/ |
H A D | test.cpp | 36 EXPECT_THAT(info->inherited, ElementsAre("android.hardware.tests.foo@1.0::IFoo")); in TEST()
|
/aosp12/system/tools/hidl/ |
H A D | Android.bp | 48 // 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 D | README.txt | 5 The modules are currently inherited as such:
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | gki_apex_prepostinstall.te | 22 # /dev/zero is inherited although it is not used. See b/126787589.
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | gki_apex_prepostinstall.te | 22 # /dev/zero is inherited although it is not used. See b/126787589.
|
/aosp12/system/sepolicy/private/ |
H A D | gki_apex_prepostinstall.te | 22 # /dev/zero is inherited although it is not used. See b/126787589.
|
/aosp12/build/make/tests/ |
H A D | include1.rbc | 16 # Included file (not inherited)
|