Searched refs:detail (Results 1 – 25 of 35) sorted by relevance
12
/system/nvram/core/tests/ |
D | gtest_stubs.cpp | 23 namespace detail { namespace 53 testing::detail::TestRegistry::instance()->RunAllTests(); in main()
|
D | gtest_stubs.h | 54 namespace detail { 115 struct TestDeclaration : public detail::TestDeclarationBase { 117 : TestDeclarationBase(name, &detail::TestInstance<TestCase>::Create) {} in TestDeclaration()
|
/system/nvram/messages/include/nvram/messages/ |
D | tagged_union.h | 110 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];
|
D | proto.hpp | 99 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/ |
D | debug.h | 40 namespace detail { 71 struct DebugCounter : detail::DebugCounterBase<> {
|
D | expected.h | 45 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/ |
D | hidl_call_util.h | 29 namespace detail { 125 (detail::invokeMethod< \
|
/system/nvram/core/ |
D | persistence.cpp | 50 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/ |
D | isolated_app.te | 24 # https://code.google.com/p/chromium/issues/detail?id=475270
|
D | adbd.te | 85 # https://code.google.com/p/android/issues/detail?id=72895
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | isolated_app.te | 24 # https://code.google.com/p/chromium/issues/detail?id=475270
|
D | adbd.te | 87 # https://code.google.com/p/android/issues/detail?id=72895
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | isolated_app.te | 24 # https://code.google.com/p/chromium/issues/detail?id=475270
|
D | adbd.te | 92 # https://code.google.com/p/android/issues/detail?id=72895
|
/system/libufdt/utils/ |
D | README.md | 216 Use `help` command to get more detail options. Example:
|
/system/sepolicy/private/ |
D | isolated_app.te | 24 # https://code.google.com/p/chromium/issues/detail?id=475270
|
D | adbd.te | 124 # https://code.google.com/p/android/issues/detail?id=72895
|
D | domain.te | 191 # https://bugs.chromium.org/p/project-zero/issues/detail?id=955 for example.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | isolated_app.te | 24 # https://code.google.com/p/chromium/issues/detail?id=475270
|
D | adbd.te | 124 # https://code.google.com/p/android/issues/detail?id=72895
|
D | domain.te | 191 # https://bugs.chromium.org/p/project-zero/issues/detail?id=955 for example.
|
/system/chre/ |
D | README.md | 104 detail below.
|
/system/core/init/ |
D | README.md | 516 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/ |
D | protocol.txt | 46 detail. Their format is COMMAND(arg0, arg1, payload) where the payload
|
/system/sepolicy/public/ |
D | file.te | 147 # Type for /system/etc/event-log-tags (liblog implementation detail)
|
12