Home
last modified time | relevance | path

Searched defs:Traits (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Ditoatest.cpp26 struct Traits { struct
30 struct Traits<uint32_t> { struct
37 struct Traits<int32_t> { argument
44 struct Traits<uint64_t> { argument
51 struct Traits<int64_t> { struct
59 char buffer1[Traits<T>::kBufferSize]; in VerifyValue() argument
H A Dstringbuffertest.cpp74 TEST(StringBuffer, Traits) { in TEST() argument
H A Ddocumenttest.cpp310 TEST(Document, Traits) { in TEST() argument
H A Dvaluetest.cpp39 TEST(Value, Traits) { in TEST() argument
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Component.h405 struct Traits { struct
407 C2String name; ///< name of the component
408 domain_t domain; ///< component domain
409 kind_t kind; ///< component kind
410 rank_t rank; ///< component rank
411 C2String mediaType; ///< media type supported by the component
412 C2String owner; ///< name of the component store owning this component
418 std::vector<C2String> aliases; ///< name aliases for backward compatibility
H A DC2Buffer.h586 struct Traits { struct
587 C2String name; ///< allocator name
588 id_t id; ///< allocator ID
589 type_t supportedTypes; ///< supported allocation types
590 C2MemoryUsage minimumUsage; ///< usage that is minimally required for allocations
591 C2MemoryUsage maximumUsage; ///< usage that is maximally allowed for allocations
/aosp12/frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/
H A Dbroadcast_ring.h142 struct Traits : public BaseTraits { struct
160 // Sanity check the options provided in Traits. argument
/aosp12/frameworks/native/libs/vr/libbroadcastring/
H A Dbroadcast_ring_test.cc65 struct Traits { struct
66 using Record = RecordType;
67 static constexpr bool kUseStaticRecordSize = StaticSize;
68 static constexpr uint32_t kStaticRecordCount = StaticCount;
69 static constexpr uint32_t kMaxReservedRecords = MaxReserved;
70 static constexpr uint32_t kMinAvailableRecords = MinAvailable;
71 static constexpr uint32_t kMinRecordCount = MaxReserved + MinAvailable;
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dremote_method_type.h19 typedef FunctionTraits<Signature_> Traits; typedef
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCodec2InfoBuilder.cpp55 using Traits = C2Component::Traits; typedef