Home
last modified time | relevance | path

Searched refs:Desc (Results 1 – 21 of 21) sorted by relevance

/aosp12/system/bt/profile/sdp/common/test/
H A Ddata_element_reader_test.cc68 constexpr uint8_t Desc(DataElementType t, DataElementSize s) { in Desc() function
164 {Desc(DataElementType::DATA_ELEMENT_SEQUENCE,
172 {Desc(DataElementType::DATA_ELEMENT_SEQUENCE,
180 {Desc(DataElementType::DATA_ELEMENT_SEQUENCE,
209 Desc(DataElementType::DATA_ELEMENT_SEQUENCE, in TEST()
214 Desc(DataElementType::BOOLEAN, DataElementSize::BYTE1), 0x01, in TEST()
273 Desc(DataElementType::BOOLEAN, DataElementSize::BYTE2),
363 InvalidTestParam{Desc(DataElementType::DATA_ELEMENT_SEQUENCE,
367 Desc(DataElementType::DATA_ELEMENT_SEQUENCE,
373 Desc(DataElementType::DATA_ELEMENT_SEQUENCE,
[all …]
/aosp12/build/soong/symbol_inject/
H A Dmacho_symboldata_test.go45 macho.Symbol{Name: "__mh_execute_header", Type: 0xf, Sect: 0x1, Desc: 0x10, Value: 0x100000000},
46 macho.Symbol{Name: "_main", Type: 0xf, Sect: 0x1, Desc: 0x0, Value: 0x100000f50},
47 macho.Symbol{Name: "_soong_build_number", Type: 0xf, Sect: 0x8, Desc: 0x0, Value: 0x100001020},
48 macho.Symbol{Name: "_write", Type: 0x1, Sect: 0x0, Desc: 0x100, Value: 0x0},
49 macho.Symbol{Name: "dyld_stub_binder", Type: 0x1, Sect: 0x0, Desc: 0x100, Value: 0x0},
80 macho.Symbol{Name: "__mh_execute_header", Type: 0xf, Sect: 0x1, Desc: 0x10, Value: 0x100000000},
81 macho.Symbol{Name: "_main", Type: 0xf, Sect: 0x1, Desc: 0x0, Value: 0x100000f30},
82 macho.Symbol{Name: "_symbol1", Type: 0xf, Sect: 0x8, Desc: 0x0, Value: 0x100001020},
83 macho.Symbol{Name: "_symbol2", Type: 0xf, Sect: 0x8, Desc: 0x0, Value: 0x1000010a0},
84 macho.Symbol{Name: "_write", Type: 0x1, Sect: 0x0, Desc: 0x100, Value: 0x0},
[all …]
/aosp12/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h389 ResolveInfo::Desc pDesc,
434 ResolveInfo::Desc pDesc,
463 ResolveInfo::Desc pDesc,
473 ResolveInfo::Desc pDesc,
490 ResolveInfo::Desc pDesc,
501 ResolveInfo::Desc pDesc,
512 ResolveInfo::Desc pDesc,
523 ResolveInfo::Desc pDesc,
/aosp12/system/libfmq/fuzzer/
H A Dfmq_fuzzer.cpp70 template <typename Queue, typename Desc>
71 void reader(const Desc& desc, std::vector<uint8_t> readerData) { in reader()
123 template <typename Queue, typename Desc>
137 clients.emplace_back(reader<Queue, Desc>, std::ref(desc), std::ref(readerData[i])); in fuzzAidlWithReaders()
147 template <typename Queue, typename Desc>
161 clients.emplace_back(reader<Queue, Desc>, std::ref(*desc), std::ref(readerData[i])); in fuzzHidlWithReaders()
/aosp12/system/libfmq/include/fmq/
H A DMessageQueue.h28 MessageQueue(const Descriptor& Desc, bool resetPointers = true)
29 : MessageQueueBase<MQDescriptor, T, flavor>(Desc, resetPointers) {}
H A DMessageQueueBase.h44 MessageQueueBase(const Descriptor& Desc, bool resetPointers = true);
651 MessageQueueBase<MQDescriptorType, T, flavor>::MessageQueueBase(const Descriptor& Desc, in MessageQueueBase() argument
653 mDesc = std::unique_ptr<Descriptor>(new (std::nothrow) Descriptor(Desc)); in MessageQueueBase()
/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DNamePool.h55 ResolveInfo::Desc pDesc,
69 ResolveInfo::Desc pDesc,
H A DELFReaderIf.h100 ResolveInfo::Desc getSymDesc(uint16_t pShndx, const Input& pInput) const;
H A DResolveInfo.h68 enum Desc { Undefined = 0, Define = 1, Common = 2, Indirect = 3, NoneDesc }; enum
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp401 ResolveInfo::Desc pDesc, in AddSymbol()
457 ResolveInfo::Desc pDesc, in addSymbolFromObject()
532 ResolveInfo::Desc pDesc, in addSymbolFromDynObj()
640 ResolveInfo::Desc pDesc,
710 ResolveInfo::Desc pDesc,
757 ResolveInfo::Desc pDesc,
807 ResolveInfo::Desc pDesc,
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp37 ResolveInfo::Desc pDesc, in createSymbol()
59 ResolveInfo::Desc pDesc, in insertSymbol()
H A DELFReaderIf.cpp46 ResolveInfo::Desc ELFReaderIF::getSymDesc(uint16_t pShndx, in getSymDesc()
H A DELFReader.cpp115 ResolveInfo::Desc ld_desc = getSymDesc(st_shndx, pInput); in readSymbols()
615 ResolveInfo::Desc ld_desc = getSymDesc(st_shndx, pInput); in readSymbols()
/aosp12/frameworks/base/docs/
H A Dsource.properties2 Pkg.Desc=Android offline API reference
/aosp12/build/soong/ui/build/
H A Dcontext.go74 Desc: &desc,
/aosp12/build/soong/ui/status/ninja_frontend/
H A Dfrontend.pb.go278 Desc *string `protobuf:"bytes,5,opt,name=desc" json:"desc,omitempty"` member
342 if m != nil && m.Desc != nil {
343 return *m.Desc
/aosp12/frameworks/compile/mclinker/unittests/
H A DNamePoolTest.cpp67 ResolveInfo::Desc desc = ResolveInfo::Define; in TEST_F()
105 ResolveInfo::Desc desc = ResolveInfo::Undefined; in TEST_F()
/aosp12/build/soong/ui/metrics/
H A Devent.go72 Desc: proto.String(e.desc),
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h88 ResolveInfo::Desc getSymDesc(uint16_t shndx) const { in getSymDesc()
/aosp12/build/soong/ui/metrics/metrics_proto/
H A Dmetrics.pb.go541 Desc *string `protobuf:"bytes,1,opt,name=desc" json:"desc,omitempty"` member
585 if m != nil && m.Desc != nil {
586 return *m.Desc
/aosp12/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h277 virtual ResolveInfo::Desc getSymDesc(uint16_t pShndx) const { in getSymDesc()