/external/llvm-project/lldb/source/DataFormatters/ |
D | FormatCache.cpp | 54 FormatCache::Entry &FormatCache::GetEntry(ConstString type) { in GetEntry() function in FormatCache 79 auto entry = GetEntry(type); in Get() 104 GetEntry(type).Set(format_sp); in Set() 109 GetEntry(type).Set(summary_sp); in Set() 115 GetEntry(type).Set(synthetic_sp); in Set()
|
/external/pigweed/pw_multisink/ |
D | drain.cc | 21 Result<ConstByteSpan> Drain::GetEntry(ByteSpan entry, in GetEntry() function in pw::multisink::Drain 26 MultiSink::GetEntry(*this, entry, entry_sequence_id); in GetEntry()
|
D | multisink.cc | 26 Result<ConstByteSpan> MultiSink::GetEntry(Drain& drain, in GetEntry() function in pw::multisink::MultiSink
|
D | multisink_test.cc | 36 Result<ConstByteSpan> result = drain.GetEntry(entry_buffer_, drop_count); in ExpectMessageAndDropCount()
|
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
D | LibCxxList.cpp | 59 explicit operator bool() { return GetEntry() && !null(); } in operator bool() 61 ValueObjectSP GetEntry() { return m_entry_sp; } in GetEntry() function in __anon5b7b07c80111::ListEntry 81 ValueObjectSP value() { return m_entry.GetEntry(); } in value() 85 return m_entry.GetEntry(); in advance() 88 return m_entry.GetEntry(); in advance() 96 return m_entry.GetEntry(); in advance()
|
D | LibCxxMap.cpp | 73 ValueObjectSP GetEntry() const { return m_entry_sp; } in GetEntry() function in MapEntry 99 ValueObjectSP value() { return m_entry.GetEntry(); } in value() 112 return m_entry.GetEntry(); in advance()
|
/external/vboot_reference/cgpt/ |
D | cgpt_common.c | 705 GptEntry *GetEntry(GptData *gpt, int secondary, uint32_t entry_index) { in GetEntry() function 733 entry = GetEntry(&drive->gpt, secondary, entry_index); in SetPriority() 739 entry = GetEntry(&drive->gpt, secondary, entry_index); in GetPriority() 747 entry = GetEntry(&drive->gpt, secondary, entry_index); in SetTries() 753 entry = GetEntry(&drive->gpt, secondary, entry_index); in GetTries() 761 entry = GetEntry(&drive->gpt, secondary, entry_index); in SetSuccessful() 767 entry = GetEntry(&drive->gpt, secondary, entry_index); in GetSuccessful() 774 entry = GetEntry(&drive->gpt, secondary, entry_index); in SetRaw() 789 entry = GetEntry(&drive->gpt, secondary, index); in IsUnused() 795 entry = GetEntry(&drive->gpt, secondary, index); in IsKernel() [all …]
|
D | cgpt_add.c | 73 entry = GetEntry(&drive->gpt, PRIMARY, index); in GptSetEntryAttributes() 236 GptEntry *entry = GetEntry(&drive.gpt, PRIMARY, index); in CgptGetPartitionDetails() 250 GptEntry *entry = GetEntry(&drive.gpt, PRIMARY, index); in CgptGetPartitionDetails() 271 entry = GetEntry(&drive->gpt, PRIMARY, index); in GptAdd()
|
D | cgpt_boot.c | 46 GptEntry *entry = GetEntry(&drive.gpt, ANY_VALID, i); in CgptGetBootPartitionNumber() 120 GptEntry *entry = GetEntry(&drive.gpt, ANY_VALID, index); in CgptBoot()
|
D | cgpt_show.c | 149 entry = GetEntry(&drive->gpt, secondary, i); in EntriesDetails() 174 GptEntry *entry = GetEntry(&drive->gpt, ANY_VALID, index); in GptShow() 227 entry = GetEntry(&drive->gpt, ANY_VALID, i); in GptShow()
|
/external/webrtc/examples/peerconnection/server/ |
D | peer_channel.cc | 89 QueueResponse("200 OK", "text/plain", GetPeerIdHeader(), other.GetEntry()); in NotifyOfOtherMember() 94 std::string ChannelMember::GetEntry() const { in GetEntry() function in ChannelMember 351 std::string response(member.GetEntry()); in BuildResponseForNewMember() 355 response += (*i)->GetEntry(); in BuildResponseForNewMember()
|
D | peer_channel.h | 41 std::string GetEntry() const;
|
/external/pigweed/pw_multisink/public/pw_multisink/ |
D | drain.h | 55 Result<ConstByteSpan> GetEntry(ByteSpan entry, uint32_t& drop_count_out);
|
D | multisink.h | 97 static Result<ConstByteSpan> GetEntry(Drain& drain,
|
/external/jemalloc_new/bin/ |
D | jeprof.in | 1219 foreach my $k (sort { GetEntry($s, $b) <=> GetEntry($s, $a) || $a cmp $b } 1221 my $f = GetEntry($flat, $k); 1222 my $c = GetEntry($cumulative, $k); 1726 $c1 += GetEntry($flat, $a); 1727 $c2 += GetEntry($cumulative, $a); 1828 my $n1 = GetEntry($samples1, $l); 1829 my $n2 = GetEntry($samples2, $l); 1932 $c1 += GetEntry($flat, $a); 1933 $c2 += GetEntry($cumulative, $a); 2035 my @list = (sort { abs(GetEntry($cumulative, $b)) <=> [all …]
|
/external/llvm-project/lldb/include/lldb/DataFormatters/ |
D | FormatCache.h | 55 Entry &GetEntry(ConstString type);
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 863 const Entry* GetEntry(int idx) const; 999 const BlockEntry* GetEntry(const Track*, long long ns = -1) const; 1000 const BlockEntry* GetEntry(const CuePoint&, 1014 long GetEntry(long index, const mkvparser::BlockEntry*&) const;
|
/external/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 863 const Entry* GetEntry(int idx) const; 999 const BlockEntry* GetEntry(const Track*, long long ns = -1) const; 1000 const BlockEntry* GetEntry(const CuePoint&, 1014 long GetEntry(long index, const mkvparser::BlockEntry*&) const;
|
/external/libwebm/mkvparser/ |
D | mkvparser.h | 863 const Entry* GetEntry(int idx) const; 999 const BlockEntry* GetEntry(const Track*, long long ns = -1) const; 1000 const BlockEntry* GetEntry(const CuePoint&, 1014 long GetEntry(long index, const mkvparser::BlockEntry*&) const;
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 863 const Entry* GetEntry(int idx) const; 999 const BlockEntry* GetEntry(const Track*, long long ns = -1) const; 1000 const BlockEntry* GetEntry(const CuePoint&, 1014 long GetEntry(long index, const mkvparser::BlockEntry*&) const;
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | hpack_encoder.cc | 130 static const ValueType& GetEntry(const Hashtable* hashtable, in GetEntry() function 188 ValueType old = GetEntry<typename Cmp::Type>(hashtable, id); in ReplaceOlderIndex() 220 ValueType old = GetEntry<typename Cmp::Type>(hashtable, cuckoo_first); in UpdateAddOrEvict() 774 auto* const key = GetEntry<grpc_slice_refcount*>(c->key_table.entries, i); in grpc_chttp2_hpack_compressor_destroy() 778 GRPC_MDELEM_UNREF(GetEntry<grpc_mdelem>(c->elem_table.entries, i)); in grpc_chttp2_hpack_compressor_destroy()
|
/external/autotest/client/cros/scripts/ |
D | profile | 96 pprint.pprint(shill.dbus2primitive(profile.GetEntry(ident)),
|
/external/pigweed/pw_log_sink/ |
D | log_sink_test.cc | 151 Result<ConstByteSpan> entry = drain.GetEntry(entry_buffer, drop_count); in TEST()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_dependence.h | 139 DistanceEntry& GetEntry(size_t index) { return entries[index]; } in GetEntry() function 140 const DistanceEntry& GetEntry(size_t index) const { return entries[index]; } in GetEntry() function
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | loop_dependence.h | 139 DistanceEntry& GetEntry(size_t index) { return entries[index]; } in GetEntry() function 140 const DistanceEntry& GetEntry(size_t index) const { return entries[index]; } in GetEntry() function
|