/aosp12/system/bt/profile/sdp/common/test/ |
H A D | data_element_reader_test.cc | 68 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 D | macho_symboldata_test.go | 45 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 D | IRBuilder.h | 389 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 D | fmq_fuzzer.cpp | 70 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 D | MessageQueue.h | 28 MessageQueue(const Descriptor& Desc, bool resetPointers = true) 29 : MessageQueueBase<MQDescriptor, T, flavor>(Desc, resetPointers) {}
|
H A D | MessageQueueBase.h | 44 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 D | NamePool.h | 55 ResolveInfo::Desc pDesc, 69 ResolveInfo::Desc pDesc,
|
H A D | ELFReaderIf.h | 100 ResolveInfo::Desc getSymDesc(uint16_t pShndx, const Input& pInput) const;
|
H A D | ResolveInfo.h | 68 enum Desc { Undefined = 0, Define = 1, Common = 2, Indirect = 3, NoneDesc }; enum
|
/aosp12/frameworks/compile/mclinker/lib/Core/ |
H A D | IRBuilder.cpp | 401 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 D | NamePool.cpp | 37 ResolveInfo::Desc pDesc, in createSymbol() 59 ResolveInfo::Desc pDesc, in insertSymbol()
|
H A D | ELFReaderIf.cpp | 46 ResolveInfo::Desc ELFReaderIF::getSymDesc(uint16_t pShndx, in getSymDesc()
|
H A D | ELFReader.cpp | 115 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 D | source.properties | 2 Pkg.Desc=Android offline API reference
|
/aosp12/build/soong/ui/build/ |
H A D | context.go | 74 Desc: &desc,
|
/aosp12/build/soong/ui/status/ninja_frontend/ |
H A D | frontend.pb.go | 278 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 D | NamePoolTest.cpp | 67 ResolveInfo::Desc desc = ResolveInfo::Define; in TEST_F() 105 ResolveInfo::Desc desc = ResolveInfo::Undefined; in TEST_F()
|
/aosp12/build/soong/ui/metrics/ |
H A D | event.go | 72 Desc: proto.String(e.desc),
|
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/ |
H A D | HexagonLDBackend.h | 88 ResolveInfo::Desc getSymDesc(uint16_t shndx) const { in getSymDesc()
|
/aosp12/build/soong/ui/metrics/metrics_proto/ |
H A D | metrics.pb.go | 541 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 D | GNULDBackend.h | 277 virtual ResolveInfo::Desc getSymDesc(uint16_t pShndx) const { in getSymDesc()
|