/external/v8/src/ |
D | identity-map.h | 37 RawEntry GetEntry(Object* key); 76 V* Get(Object* key) { return reinterpret_cast<V*>(GetEntry(key)); } in Get() 87 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()
|
D | safepoint-table.h | 97 SafepointEntry GetEntry(unsigned index) const { in GetEntry() function
|
D | identity-map.cc | 82 IdentityMapBase::RawEntry IdentityMapBase::GetEntry(Object* key) { in GetEntry() function in v8::internal::IdentityMapBase
|
/external/v8/src/profiler/ |
D | strings-storage.cc | 33 HashMap::Entry* entry = GetEntry(src, len); in GetCopy() 55 HashMap::Entry* entry = GetEntry(str, len); in AddOrDisposeString() 118 HashMap::Entry* StringsStorage::GetEntry(const char* str, int len) { in GetEntry() function in v8::internal::StringsStorage
|
D | heap-snapshot-generator.cc | 1290 int transitions_entry = GetEntry(transitions)->index(); in ExtractMapReferences() 1728 HeapEntry* V8HeapExplorer::GetEntry(Object* obj) { in GetEntry() function in v8::internal::V8HeapExplorer 1856 HeapEntry* heap_entry = GetEntry(obj); in IterateAndExtractSinglePass() 1893 DCHECK(parent_entry == GetEntry(parent_obj)->index()); in SetContextReference() 1894 HeapEntry* child_entry = GetEntry(child_obj); in SetContextReference() 1917 DCHECK(parent_entry == GetEntry(parent_obj)->index()); in SetNativeBindReference() 1918 HeapEntry* child_entry = GetEntry(child_obj); in SetNativeBindReference() 1932 DCHECK(parent_entry == GetEntry(parent_obj)->index()); in SetElementReference() 1933 HeapEntry* child_entry = GetEntry(child_obj); in SetElementReference() 1948 DCHECK(parent_entry == GetEntry(parent_obj)->index()); in SetInternalReference() [all …]
|
D | strings-storage.h | 35 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()
|
D | cgpt.h | 150 GptEntry *GetEntry(GptData *gpt, int secondary, uint32_t entry_index);
|
D | cgpt_find.c | 122 entry = GetEntry(&drive->gpt, ANY_VALID, i); in gpt_search()
|
/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()
|
D | diskcache.h | 79 const Entry* GetEntry(const std::string& id) const { in GetEntry() function
|
/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/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/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;
|
/external/autotest/client/cros/scripts/ |
D | profile | 96 pprint.pprint(shill.dbus2primitive(profile.GetEntry(ident)),
|
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
D | fake_filesystem.py | 306 def GetEntry(self, pathname_name): member in FakeDirectory 754 target_object = target_object.GetEntry(component) 818 return parent_obj.GetEntry(child_name) 1572 old_object = old_dir_object.GetEntry(old_name)
|
/external/autotest/client/cros/networking/ |
D | wifi_proxy.py | 36 entry = profile.GetEntry(entry_id)
|