Searched refs:conditional (Results 1 – 25 of 27) sorted by relevance
12
/system/libvintf/include/vintf/ |
D | MapValueIterator.h | 38 typename std::conditional<is_const, const V *, V *>::type /* Pointer */, 39 typename std::conditional<is_const, const V &, V &>::type /* Reference */ 47 using map_iter = typename std::conditional<is_const, 84 using map_ref = typename std::conditional<is_const, const Map &, Map &>::type; 103 using iter_type = typename std::conditional<is_const, typename Map::const_iterator,
|
/system/chre/external/flatbuffers/include/flatbuffers/ |
D | stl_emulation.h | 149 using conditional = std::conditional<B, T, F>; variable 172 using conditional = std::tr1::conditional<B, T, F>; 186 struct conditional : public std::conditional<B, T, F> {};
|
D | flatbuffers.h | 449 typename flatbuffers::conditional<scalar_tag::value, T, const T *>::type 492 typename flatbuffers::conditional<scalar_tag::value, void, T *>::type
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | vendor_init.te | 2 # Sometimes we have to write to non-existent files to avoid conditional
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | vendor_init.te | 2 # Sometimes we have to write to non-existent files to avoid conditional
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | vendor_init.te | 2 # Sometimes we have to write to non-existent files to avoid conditional
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | vendor_init.te | 2 # Sometimes we have to write to non-existent files to avoid conditional
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | vendor_init.te | 2 # Sometimes we have to write to non-existent files to avoid conditional
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | vendor_init.te | 2 # Sometimes we have to write to non-existent files to avoid conditional
|
/system/sepolicy/private/ |
D | vendor_init.te | 2 # Sometimes we have to write to non-existent files to avoid conditional
|
/system/sepolicy/vendor/ |
D | hal_wifi_supplicant_default.te | 30 # policy. This is dontaudited here to avoid conditional
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | README | 11 rules via attributes and default-enabled conditional rules 12 (i.e. default boolean values yield a true conditional expression). 18 conditional rules, audit-related rules (auditallow or dontaudit),
|
/system/libfmq/include/fmq/ |
D | AidlMQDescriptorShim.h | 41 T, typename std::conditional<flavor == hardware::kSynchronizedReadWrite, 86 const MQDescriptor<T, typename std::conditional<flavor == hardware::kSynchronizedReadWrite, in AidlMQDescriptorShim()
|
/system/netd/ |
D | Android.bp | 55 "-Werror=conditional-uninitialized",
|
/system/sepolicy/ |
D | README.md | 53 policies, policy generation, conditional file paths, etc. It is supported in
|
/system/libhidl/base/include/hidl/ |
D | HidlSupport.h | 539 typename std::conditional<is_const, const T *, T *>::type /* Pointer */, 540 typename std::conditional<is_const, const T &, T &>::type /* Reference */>
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | te_macros | 246 # TODO(b/34170079): Make the inclusion of the rules below conditional also on
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | te_macros | 256 # TODO(b/34170079): Make the inclusion of the rules below conditional also on
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | te_macros | 257 # TODO(b/34170079): Make the inclusion of the rules below conditional also on
|
/system/sepolicy/microdroid/system/public/ |
D | te_macros | 273 # TODO(b/34170079): Make the inclusion of the rules below conditional also on
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | te_macros | 273 # TODO(b/34170079): Make the inclusion of the rules below conditional also on
|
/system/sepolicy/prebuilts/api/32.0/public/ |
D | te_macros | 273 # TODO(b/34170079): Make the inclusion of the rules below conditional also on
|
/system/sepolicy/public/ |
D | te_macros | 299 # TODO(b/34170079): Make the inclusion of the rules below conditional also on
|
/system/sepolicy/prebuilts/api/33.0/public/ |
D | te_macros | 299 # TODO(b/34170079): Make the inclusion of the rules below conditional also on
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 628 # The ENABLED_SECTIONS tag can be used to enable conditional documentation 1975 # in the source code. If set to NO, only conditional compilation will be
|
12