Home
last modified time | relevance | path

Searched refs:macros (Results 1 – 25 of 149) sorted by relevance

123456

/aosp12/bionic/libc/kernel/tools/
H A Dcpp.py719 if macros is None:
720 macros = {}
725 if name in macros:
742 if name in macros:
801 if macros is None:
802 macros = {}
839 if macros is None:
840 macros = {}
842 e.optimize(macros)
1244 def optimizeAll(self, macros): argument
[all …]
H A Dclean_header.py108 macros = kernel_known_macros.copy()
110 macros.update(kernel_default_arch_macros[arch])
116 blocks.optimizeMacros(macros)
H A Dkernel.py135 macros = kernel_known_macros.copy()
137 macros.update(self.config)
139 macros.update(kernel_default_arch_macros[arch])
140 list.optimizeMacros(macros)
/aosp12/art/libartbase/
H A DAndroid.bp78 // For common macros.
81 export_shared_lib_headers: ["libbase"], // ART's macros.h depends on libbase's macros.h.
97 // For common macros.
100 export_shared_lib_headers: ["libbase"], // ART's macros.h depends on libbase's macros.h.
112 // For common macros.
115 export_static_lib_headers: ["libbase"], // ART's macros.h depends on libbase's macros.h.
/aosp12/art/libprofile/
H A DAndroid.bp45 export_shared_lib_headers: ["libbase"], // ART's macros.h depends on libbase's macros.h.
54 export_shared_lib_headers: ["libbase"], // ART's macros.h depends on libbase's macros.h.
64 export_static_lib_headers: ["libbase"], // ART's macros.h depends on libbase's macros.h.
/aosp12/system/bt/gd/rust/linux/stack/
H A DCargo.toml17 … 'fs', 'io-util', 'libc', 'macros', 'memchr', 'mio', 'net', 'num_cpus', 'rt', 'rt-multi-thread', '…
/aosp12/system/bt/gd/rust/linux/service/
H A DCargo.toml18 … 'fs', 'io-util', 'libc', 'macros', 'memchr', 'mio', 'net', 'num_cpus', 'rt', 'rt-multi-thread', '…
/aosp12/system/bt/gd/rust/linux/adapter/
H A DCargo.toml28 … 'fs', 'io-util', 'libc', 'macros', 'memchr', 'mio', 'net', 'num_cpus', 'rt', 'rt-multi-thread', '…
/aosp12/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/
H A DREADME6 This sub-HAL implementation has two macros that can be used to configure support
10 light and proximity sensor. A build target is defined for each of these macros,
/aosp12/system/bt/gd/rust/topshim/
H A DCargo.toml35 … 'fs', 'io-util', 'libc', 'macros', 'memchr', 'mio', 'net', 'num_cpus', 'rt', 'rt-multi-thread', '…
/aosp12/system/bt/gd/rust/shim/
H A DCargo.toml51 … 'fs', 'io-util', 'libc', 'macros', 'memchr', 'mio', 'net', 'num_cpus', 'rt', 'rt-multi-thread', '…
/aosp12/bionic/docs/
H A Ddefines.md54 work around issues with some of them, use these macros to detect the versinon of
60 macros to conditionally compile. Note that the ABI usually called `arm64` uses
66 64-bit -- use these macros to conditionally compile.
/aosp12/system/libbase/
H A Dmacros_test.cpp23 TEST(macros, SIZEOF_MEMBER_macro) { in TEST() argument
/aosp12/packages/services/Car/cpp/telemetry/cartelemetryd/sepolicy/private/
H A Dcartelemetryd.te1 ### See //system/sepolicy/public/te_macros to learn about some SELinux macros.
/aosp12/system/bt/gd/rust/linux/mgmt/
H A DCargo.toml19 tokio = { version = "1.0", features = ["fs", "macros", "rt-multi-thread", "sync"] }
/aosp12/packages/modules/NeuralNetworks/tools/systrace_parser/
H A DREADME.txt3 This tool parses systrace output generated by the NNTRACE macros and produces
/aosp12/bionic/tests/
H A Dlimits_test.cpp21 TEST(limits, macros) { in TEST() argument
/aosp12/system/bt/gd/rust/gddi/
H A DAndroid.bp23 srcs: ["macros/lib.rs"],
/aosp12/system/sepolicy/prebuilts/api/27.0/public/
H A Dhwservicemanager.te5 # Note that we do not use the binder_* macros here.
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Dhwservicemanager.te5 # Note that we do not use the binder_* macros here.
/aosp12/system/sepolicy/prebuilts/api/26.0/public/
H A Dhwservicemanager.te5 # Note that we do not use the binder_* macros here.
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Dhwservicemanager.te5 # Note that we do not use the binder_* macros here.
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Dhwservicemanager.te5 # Note that we do not use the binder_* macros here.
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Dhwservicemanager.te5 # Note that we do not use the binder_* macros here.
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Dhwservicemanager.te5 # Note that we do not use the binder_* macros here.

123456