HomeSort by relevance Sort by last modified time
    Searched defs:GetEntry (Results 1 - 15 of 15) sorted by null

  /art/dex2oat/linker/
index_bss_mapping_encoder.h 70 IndexBssMappingEntry GetEntry() {
  /external/v8/src/profiler/
strings-storage.cc 31 base::HashMap::Entry* entry = GetEntry(src, len);
51 base::HashMap::Entry* entry = GetEntry(str, len);
109 base::HashMap::Entry* StringsStorage::GetEntry(const char* str, int len) {
heap-snapshot-generator.cc     [all...]
  /external/v8/src/
identity-map.cc 153 IdentityMapBase::RawEntry IdentityMapBase::GetEntry(Object* key) {
unicode.cc 39 static inline uchar GetEntry(int32_t entry) {
65 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid));
70 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > value)) {
83 uchar entry = GetEntry(field);
121 uchar current_value = GetEntry(TableGet<kEntryDist>(table, mid));
126 GetEntry(TableGet<kEntryDist>(table, mid + 1)) > key)) {
139 uchar entry = GetEntry(field);
    [all...]
  /external/webrtc/webrtc/base/
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();
  /frameworks/base/cmds/idmap2/include/idmap2/
Idmap.h 182 inline EntryId GetEntry(size_t i) const {
  /external/deqp-deps/SPIRV-Tools/source/opt/
loop_dependence.h 139 DistanceEntry& GetEntry(size_t index) { return entries[index]; }
140 const DistanceEntry& GetEntry(size_t index) const { return entries[index]; }
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
loop_dependence.h 139 DistanceEntry& GetEntry(size_t index) { return entries[index]; }
140 const DistanceEntry& GetEntry(size_t index) const { return entries[index]; }
  /external/vboot_reference/cgpt/
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...]
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
LoadedArsc.java 368 ResTable_entry GetEntry(ResTable_type type_chunk,
    [all...]
  /external/libaom/libaom/third_party/libwebm/mkvparser/
mkvparser.cc     [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc     [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc     [all...]

Completed in 611 milliseconds