HomeSort by relevance Sort by last modified time
    Searched refs:GetEntry (Results 1 - 25 of 43) sorted by null

1 2

  /external/v8/src/
identity-map.h 37 RawEntry GetEntry(Object* key);
76 V* Get(Object* key) { return reinterpret_cast<V*>(GetEntry(key)); }
87 void Set(Object* key, V v) { *(reinterpret_cast<V*>(GetEntry(key))) = v; }
safepoint-table.cc 56 if (GetPcOffset(i) == pc_offset) return GetEntry(i);
65 SafepointEntry entry = GetEntry(index);
unicode.cc 35 static inline uchar GetEntry(int32_t entry) {
62 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid));
67 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > value)) {
80 uchar entry = GetEntry(field);
118 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid));
123 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > key)) {
136 uchar entry = GetEntry(field);
    [all...]
safepoint-table.h 97 SafepointEntry GetEntry(unsigned index) const {
  /external/v8/src/profiler/
strings-storage.h 35 HashMap::Entry* GetEntry(const char* str, int len);
strings-storage.cc 33 HashMap::Entry* entry = GetEntry(src, len);
55 HashMap::Entry* entry = GetEntry(str, len);
118 HashMap::Entry* StringsStorage::GetEntry(const char* str, int len) {
heap-snapshot-generator.cc     [all...]
  /system/connectivity/shill/test-scripts/
get-profile-entry 37 properties = profile.GetEntry(entry_name)
  /system/connectivity/shill/dbus/
chromeos_profile_dbus_adaptor.h 69 bool GetEntry(brillo::ErrorPtr* error,
chromeos_profile_dbus_adaptor.cc 101 bool ChromeosProfileDBusAdaptor::GetEntry(
  /external/vboot_reference/cgpt/
cgpt_boot.c 46 GptEntry *entry = GetEntry(&drive.gpt, ANY_VALID, i);
120 GptEntry *entry = GetEntry(&drive.gpt, ANY_VALID, index);
cgpt_add.c 73 entry = GetEntry(&drive->gpt, PRIMARY, index);
236 GptEntry *entry = GetEntry(&drive.gpt, PRIMARY, index);
250 GptEntry *entry = GetEntry(&drive.gpt, PRIMARY, index);
271 entry = GetEntry(&drive->gpt, PRIMARY, index);
cgpt_common.c 705 GptEntry *GetEntry(GptData *gpt, int secondary, uint32_t entry_index) {
733 entry = GetEntry(&drive->gpt, secondary, entry_index);
739 entry = GetEntry(&drive->gpt, secondary, entry_index);
747 entry = GetEntry(&drive->gpt, secondary, entry_index);
753 entry = GetEntry(&drive->gpt, secondary, entry_index);
761 entry = GetEntry(&drive->gpt, secondary, entry_index);
767 entry = GetEntry(&drive->gpt, secondary, entry_index);
774 entry = GetEntry(&drive->gpt, secondary, entry_index);
789 entry = GetEntry(&drive->gpt, secondary, index);
795 entry = GetEntry(&drive->gpt, secondary, index)
    [all...]
cgpt_show.c 149 entry = GetEntry(&drive->gpt, secondary, i);
174 GptEntry *entry = GetEntry(&drive->gpt, ANY_VALID, index);
227 entry = GetEntry(&drive->gpt, ANY_VALID, i);
cgpt.h 150 GptEntry *GetEntry(GptData *gpt, int secondary, uint32_t entry_index);
  /external/autotest/client/site_tests/network_BasicProfileProperties/
network_BasicProfileProperties.py 70 entry = profile.GetEntry(ethernet_entry_key)
  /external/webrtc/webrtc/base/
diskcache.cc 158 const Entry* entry = GetEntry(id);
174 const Entry* entry = GetEntry(id);
179 const Entry* entry = GetEntry(id);
317 const Entry* entry = GetEntry(id);
diskcache.h 79 const Entry* GetEntry(const std::string& id) const {
  /external/webrtc/webrtc/examples/peerconnection/server/
peer_channel.cc 91 other.GetEntry());
96 std::string ChannelMember::GetEntry() const {
355 std::string response(member.GetEntry());
359 response += (*i)->GetEntry();
peer_channel.h 42 std::string GetEntry() const;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 559 const Entry* GetEntry(int idx) const;
724 const BlockEntry* GetEntry(const Track*, long long ns = -1) const;
725 const BlockEntry* GetEntry(
743 long GetEntry(long index, const mkvparser::BlockEntry*&) const;
  /external/autotest/client/cros/scripts/
profile 96 pprint.pprint(shill.dbus2primitive(profile.GetEntry(ident)),
  /external/libvpx/libvpx/third_party/libwebm/
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/libvpx/libwebm/mkvparser/
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;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.hpp 739 const Entry* GetEntry(int idx) const;
903 const BlockEntry* GetEntry(const Track*, long long ns = -1) const;
904 const BlockEntry* GetEntry(
922 long GetEntry(long index, const mkvparser::BlockEntry*&) const;

Completed in 415 milliseconds

1 2