Home
last modified time | relevance | path

Searched refs:conditional (Results 1 – 25 of 27) sorted by relevance

12

/system/libvintf/include/vintf/
DMapValueIterator.h38 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/
Dstl_emulation.h149 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> {};
Dflatbuffers.h449 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/
Dvendor_init.te2 # Sometimes we have to write to non-existent files to avoid conditional
/system/sepolicy/prebuilts/api/28.0/private/
Dvendor_init.te2 # Sometimes we have to write to non-existent files to avoid conditional
/system/sepolicy/prebuilts/api/30.0/private/
Dvendor_init.te2 # Sometimes we have to write to non-existent files to avoid conditional
/system/sepolicy/prebuilts/api/32.0/private/
Dvendor_init.te2 # Sometimes we have to write to non-existent files to avoid conditional
/system/sepolicy/prebuilts/api/31.0/private/
Dvendor_init.te2 # Sometimes we have to write to non-existent files to avoid conditional
/system/sepolicy/prebuilts/api/33.0/private/
Dvendor_init.te2 # Sometimes we have to write to non-existent files to avoid conditional
/system/sepolicy/private/
Dvendor_init.te2 # Sometimes we have to write to non-existent files to avoid conditional
/system/sepolicy/vendor/
Dhal_wifi_supplicant_default.te30 # policy. This is dontaudited here to avoid conditional
/system/sepolicy/tools/sepolicy-analyze/
DREADME11 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/
DAidlMQDescriptorShim.h41 T, typename std::conditional<flavor == hardware::kSynchronizedReadWrite,
86 const MQDescriptor<T, typename std::conditional<flavor == hardware::kSynchronizedReadWrite, in AidlMQDescriptorShim()
/system/netd/
DAndroid.bp55 "-Werror=conditional-uninitialized",
/system/sepolicy/
DREADME.md53 policies, policy generation, conditional file paths, etc. It is supported in
/system/libhidl/base/include/hidl/
DHidlSupport.h539 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/
Dte_macros246 # TODO(b/34170079): Make the inclusion of the rules below conditional also on
/system/sepolicy/prebuilts/api/29.0/public/
Dte_macros256 # TODO(b/34170079): Make the inclusion of the rules below conditional also on
/system/sepolicy/prebuilts/api/30.0/public/
Dte_macros257 # TODO(b/34170079): Make the inclusion of the rules below conditional also on
/system/sepolicy/microdroid/system/public/
Dte_macros273 # TODO(b/34170079): Make the inclusion of the rules below conditional also on
/system/sepolicy/prebuilts/api/31.0/public/
Dte_macros273 # TODO(b/34170079): Make the inclusion of the rules below conditional also on
/system/sepolicy/prebuilts/api/32.0/public/
Dte_macros273 # TODO(b/34170079): Make the inclusion of the rules below conditional also on
/system/sepolicy/public/
Dte_macros299 # TODO(b/34170079): Make the inclusion of the rules below conditional also on
/system/sepolicy/prebuilts/api/33.0/public/
Dte_macros299 # TODO(b/34170079): Make the inclusion of the rules below conditional also on
/system/chre/chre_api/doc/
DDoxyfile628 # 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