Home
last modified time | relevance | path

Searched refs:detail (Results 1 – 25 of 52) sorted by relevance

123

/system/nvram/core/tests/
Dgtest_stubs.cpp23 namespace detail { namespace
53 testing::detail::TestRegistry::instance()->RunAllTests(); in main()
Dgtest_stubs.h54 namespace detail {
115 struct TestDeclaration : public detail::TestDeclarationBase {
117 : TestDeclarationBase(name, &detail::TestInstance<TestCase>::Create) {} in TestDeclaration()
/system/nvram/messages/include/nvram/messages/
Dtagged_union.h110 namespace detail {
165 using Type = typename detail::MemberForTag<TagType, tag, Member...>::Type;
171 Construct<static_cast<TagType>(detail::Head<Member...>::Type::kTag)>();
296 alignas(detail::Max<alignof(typename Member::Type)...>::value + 0)
297 uint8_t storage_[detail::Max<sizeof(typename Member::Type)...>::value];
Dproto.hpp99 namespace detail { namespace
450 detail::MessageEncoder<Struct> encoder(object); in GetSize()
460 detail::MessageEncoder<Struct> encoder(object); in Encode()
472 detail::MessageDecoder<Struct> decoder(*object); in Decode()
/system/iorap/src/common/
Ddebug.h40 namespace detail {
71 struct DebugCounter : detail::DebugCounterBase<> {
Dexpected.h45 namespace detail {
268 constexpr expected(const T& value) : data_{value, detail::expected_tag_right{}} {}
269 constexpr expected(T&& value) : data_{std::move(value), detail::expected_tag_right{}} {}
270 constexpr expected(const E& error) : data_{error, detail::expected_tag_error{}} {}
271 constexpr expected(E&& error) : data_{std::move(error), detail::expected_tag_error{}} {}
335 detail::expected_pick_data_t<T, E> data_;
/system/iorap/src/perfetto/
Drx_producer.h54 namespace detail {
75 using ProtobufPtr = std::shared_ptr<detail::concept_message_lite_base_t<const T>>;
78 using ProtobufMutablePtr = std::shared_ptr<detail::concept_message_lite_base_t<T>>;
/system/bt/gd/hci/
Dclass_of_device_pybind11_type_caster.h32 namespace detail {
Daddress_pybind11_type_caster.h32 namespace detail {
/system/nvram/core/
Dpersistence.cpp50 if (!proto::detail::MessageEncoder<Object>::Encode(object, &writer) || in EncodeObject()
72 !proto::detail::MessageDecoder<Object>::Decode(*object, &reader)) { in DecodeObject()
/system/keymaster/android_keymaster/
Dkeymaster_configuration.cpp71 uint32_t GetPatchlevel(const char* patchlevel_str, PatchlevelOutput detail) { in GetPatchlevel() argument
94 switch (detail) { in GetPatchlevel()
/system/sepolicy/prebuilts/api/26.0/private/
Disolated_app.te24 # https://code.google.com/p/chromium/issues/detail?id=475270
Dadbd.te85 # https://code.google.com/p/android/issues/detail?id=72895
/system/sepolicy/prebuilts/api/27.0/private/
Disolated_app.te24 # https://code.google.com/p/chromium/issues/detail?id=475270
Dadbd.te87 # https://code.google.com/p/android/issues/detail?id=72895
/system/core/fs_mgr/libfiemap/
DREADME.md13 tricky and is described in more detail below.
/system/sepolicy/prebuilts/api/28.0/private/
Disolated_app.te24 # https://code.google.com/p/chromium/issues/detail?id=475270
Dadbd.te92 # https://code.google.com/p/android/issues/detail?id=72895
/system/libufdt/utils/
DREADME.md216 Use `help` command to get more detail options. Example:
/system/iorap/src/compiler/
Dcompiler.cc640 namespace detail { namespace
671 return detail::multiless(std::forward<Args>(args)...); in multiless()
/system/sepolicy/prebuilts/api/31.0/private/
Disolated_app.te28 # https://code.google.com/p/chromium/issues/detail?id=475270
/system/sepolicy/prebuilts/api/29.0/private/
Disolated_app.te24 # https://code.google.com/p/chromium/issues/detail?id=475270
Dadbd.te128 # https://code.google.com/p/android/issues/detail?id=72895
/system/sepolicy/private/
Disolated_app.te28 # https://code.google.com/p/chromium/issues/detail?id=475270
/system/sepolicy/prebuilts/api/30.0/private/
Disolated_app.te28 # https://code.google.com/p/chromium/issues/detail?id=475270

123