/external/lldb/source/DataFormatters/ |
D | LibCxxMap.cpp | 83 GetEntry () in GetEntry() function in MapEntry 116 return m_entry.GetEntry(); in value() 125 return m_entry.GetEntry(); in advance() 129 return m_entry.GetEntry(); in advance() 144 return m_entry.GetEntry(); in advance() 150 m_entry.SetEntry(increment(m_entry.GetEntry())); in next() 169 x.SetEntry(left.GetEntry()); in tree_min() 175 return x.GetEntry(); in tree_min() 190 x.SetEntry(right.GetEntry()); in tree_max() 196 return x.GetEntry(); in tree_max() [all …]
|
D | FormatCache.cpp | 118 FormatCache::GetEntry (const ConstString& type) in GetEntry() function in FormatCache 132 auto entry = GetEntry(type); in GetSummary() 152 auto entry = GetEntry(type); in GetSynthetic() 172 GetEntry(type).SetSummary(summary_sp); in SetSummary() 179 GetEntry(type).SetSynthetic(synthetic_sp); in SetSynthetic()
|
D | LibCxxList.cpp | 67 GetEntry () in GetEntry() function in ListEntry 100 return m_entry.GetEntry(); in value() 107 return m_entry.GetEntry(); in advance() 111 return m_entry.GetEntry(); in advance() 120 return m_entry.GetEntry(); in advance()
|
/external/v8/src/ |
D | identity-map.h | 38 RawEntry GetEntry(Object* key); 79 V* Get(Object* key) { return reinterpret_cast<V*>(GetEntry(key)); } in Get() 90 void Set(Object* key, V v) { *(reinterpret_cast<V*>(GetEntry(key))) = v; } in Set()
|
D | unicode.cc | 35 static inline uchar GetEntry(int32_t entry) { in GetEntry() function 62 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); in LookupPredicate() 67 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > value)) { in LookupPredicate() 80 uchar entry = GetEntry(field); in LookupPredicate() 118 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid)); in LookupMapping() 123 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > key)) { in LookupMapping() 136 uchar entry = GetEntry(field); in LookupMapping()
|
D | safepoint-table.cc | 56 if (GetPcOffset(i) == pc_offset) return GetEntry(i); in FindEntry() 65 SafepointEntry entry = GetEntry(index); in PrintEntry()
|
/external/openfst/src/include/fst/script/ |
D | register.h | 57 return this->GetEntry(arc_type).reader; in GetReader() 61 return this->GetEntry(arc_type).creator; in GetCreator() 65 return this->GetEntry(arc_type).converter; in GetConverter()
|
D | script-impl.h | 133 return this->GetEntry(make_pair(operation_name, arc_type)); in GetOperation()
|
/external/v8/src/profiler/ |
D | strings-storage.cc | 34 base::HashMap::Entry* entry = GetEntry(src, len); in GetCopy() 56 base::HashMap::Entry* entry = GetEntry(str, len); in AddOrDisposeString() 119 base::HashMap::Entry* StringsStorage::GetEntry(const char* str, int len) { in GetEntry() function in v8::internal::StringsStorage
|
D | heap-snapshot-generator.cc | 1266 int transitions_entry = GetEntry(transitions)->index(); in ExtractMapReferences() 1676 HeapEntry* V8HeapExplorer::GetEntry(Object* obj) { in GetEntry() function in v8::internal::V8HeapExplorer 1804 HeapEntry* heap_entry = GetEntry(obj); in IterateAndExtractSinglePass() 1840 DCHECK(parent_entry == GetEntry(parent_obj)->index()); in SetContextReference() 1841 HeapEntry* child_entry = GetEntry(child_obj); in SetContextReference() 1864 DCHECK(parent_entry == GetEntry(parent_obj)->index()); in SetNativeBindReference() 1865 HeapEntry* child_entry = GetEntry(child_obj); in SetNativeBindReference() 1879 DCHECK(parent_entry == GetEntry(parent_obj)->index()); in SetElementReference() 1880 HeapEntry* child_entry = GetEntry(child_obj); in SetElementReference() 1895 DCHECK(parent_entry == GetEntry(parent_obj)->index()); in SetInternalReference() [all …]
|
D | strings-storage.h | 39 base::HashMap::Entry* GetEntry(const char* str, int len);
|
/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/webrtc/base/ |
D | diskcache.cc | 158 const Entry* entry = GetEntry(id); in ReadResource() 174 const Entry* entry = GetEntry(id); in HasResource() 179 const Entry* entry = GetEntry(id); in HasResourceStream() 317 const Entry* entry = GetEntry(id); in ReleaseResource()
|
/external/webrtc/webrtc/examples/peerconnection/server/ |
D | peer_channel.cc | 91 other.GetEntry()); in NotifyOfOtherMember() 96 std::string ChannelMember::GetEntry() const { in GetEntry() function in ChannelMember 355 std::string response(member.GetEntry()); in BuildResponseForNewMember() 359 response += (*i)->GetEntry(); in BuildResponseForNewMember()
|
D | peer_channel.h | 42 std::string GetEntry() const;
|
/external/openfst/src/include/fst/ |
D | register.h | 65 return this->GetEntry(type).reader; in GetReader() 69 return this->GetEntry(type).converter; in GetConverter()
|
/external/openfst/src/script/ |
D | weight-class.cc | 34 StrToWeightImplBaseT stw = reg->GetEntry(weight_type); in WeightClass()
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.hpp | 741 const Entry* GetEntry(int idx) const; 877 const BlockEntry* GetEntry(const Track*, long long ns = -1) const; 878 const BlockEntry* GetEntry(const CuePoint&, 892 long GetEntry(long index, const mkvparser::BlockEntry*&) const;
|
/external/jemalloc/bin/ |
D | jeprof.in | 1218 foreach my $k (sort { GetEntry($s, $b) <=> GetEntry($s, $a) || $a cmp $b } 1220 my $f = GetEntry($flat, $k); 1221 my $c = GetEntry($cumulative, $k); 1725 $c1 += GetEntry($flat, $a); 1726 $c2 += GetEntry($cumulative, $a); 1827 my $n1 = GetEntry($samples1, $l); 1828 my $n2 = GetEntry($samples2, $l); 1931 $c1 += GetEntry($flat, $a); 1932 $c2 += GetEntry($cumulative, $a); 2034 my @list = (sort { abs(GetEntry($cumulative, $b)) <=> [all …]
|
/external/lldb/include/lldb/DataFormatters/ |
D | FormatCache.h | 70 GetEntry (const ConstString& type);
|
/external/autotest/client/site_tests/network_BasicProfileProperties/ |
D | network_BasicProfileProperties.py | 70 entry = profile.GetEntry(ethernet_entry_key)
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 828 const Entry* GetEntry(int idx) const; 964 const BlockEntry* GetEntry(const Track*, long long ns = -1) const; 965 const BlockEntry* GetEntry(const CuePoint&, 979 long GetEntry(long index, const mkvparser::BlockEntry*&) const;
|