Home
last modified time | relevance | path

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

12

/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{}} {}
329 detail::expected_pick_data_t<T, E> data_;
/system/connectivity/wificond/scanning/offload/
Dhidl_call_util.h29 namespace detail {
125 (detail::invokeMethod< \
/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/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/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/sepolicy/private/
Disolated_app.te24 # https://code.google.com/p/chromium/issues/detail?id=475270
Dadbd.te124 # https://code.google.com/p/android/issues/detail?id=72895
Ddomain.te191 # https://bugs.chromium.org/p/project-zero/issues/detail?id=955 for example.
/system/sepolicy/prebuilts/api/29.0/private/
Disolated_app.te24 # https://code.google.com/p/chromium/issues/detail?id=475270
Dadbd.te124 # https://code.google.com/p/android/issues/detail?id=72895
Ddomain.te191 # https://bugs.chromium.org/p/project-zero/issues/detail?id=955 for example.
/system/chre/
DREADME.md104 detail below.
/system/core/init/
DREADME.md516 Refer to the section of "Init .rc Files" for detail.
599 > Internal implementation detail used to load dm-verity state.
602 > Internal implementation detail used to update dm-verity state and
/system/core/adb/
Dprotocol.txt46 detail. Their format is COMMAND(arg0, arg1, payload) where the payload
/system/sepolicy/public/
Dfile.te147 # Type for /system/etc/event-log-tags (liblog implementation detail)

12