Home
last modified time | relevance | path

Searched refs:AddEntry (Results 1 – 22 of 22) sorted by relevance

/aosp12/art/runtime/verifier/
H A Dreg_type_cache.cc217 return AddEntry(entry); in From()
228 return AddEntry( in From()
240 return AddEntry(new (&allocator_) UnresolvedReferenceType(AddString("a"), entries_.size())); in MakeUnresolvedReference()
271 return &AddEntry(reg_type); in InsertClass()
477 return AddEntry(new (&allocator_) UnresolvedMergedType(resolved_parts_merged, in FromUnresolvedMerge()
532 return AddEntry(entry); in Uninitialized()
584 return AddEntry(entry); in FromUninitialized()
609 return AddEntry(entry); in UninitializedThisArgument()
627 return AddEntry(entry); in FromCat1NonSmallConstant()
644 return AddEntry(entry); in FromCat2ConstLo()
[all …]
H A Dreg_type_cache-inl.h185 inline RegTypeType& RegTypeCache::AddEntry(RegTypeType* new_entry) { in AddEntry() function
H A Dreg_type_cache.h184 RegTypeType& AddEntry(RegTypeType* new_entry) REQUIRES_SHARED(Locks::mutator_lock_);
/aosp12/system/libziparchive/
H A Dzip_archive_test.cc1185 AddEntry("a.txt", std::vector<uint8_t>(100, 'a'), true, true, false); in TEST_F()
1196 AddEntry("a.txt", std::vector<uint8_t>(100, 'a'), true, true, true); in TEST_F()
1197 AddEntry("b.txt", std::vector<uint8_t>(200, 'b'), true, true, true); in TEST_F()
1208 AddEntry("a.txt", std::vector<uint8_t>(100, 'a'), true, false, false); in TEST_F()
1220 AddEntry("a.txt", std::vector<uint8_t>(200, 'a'), true, true, true); in TEST_F()
1221 AddEntry("b.txt", std::vector<uint8_t>(300, 'b'), true, true, false); in TEST_F()
1270 AddEntry("a.txt", std::vector<uint8_t>(100, 'a'), true, true, false); in TEST_F()
1311 AddEntry("a.txt", std::vector<uint8_t>(1, 'a'), true, true, true); in TEST_F()
1326 AddEntry("a.txt", content, true, true, true); in TEST_F()
1343 AddEntry("a.txt", std::vector<uint8_t>(200, 'a'), true, true, true); in TEST_F()
[all …]
/aosp12/hardware/libhardware/modules/camera/3_4/arc/
H A Dexif_utils.cpp136 AddEntry(EXIF_IFD_EXIF, EXIF_TAG_FOCAL_LENGTH); in SetFocalLength()
295 std::unique_ptr<ExifEntry> entry = AddEntry(EXIF_IFD_0, EXIF_TAG_ORIENTATION); in SetOrientation()
418 std::unique_ptr<ExifEntry> ExifUtils::AddEntry(ExifIfd ifd, ExifTag tag) { in AddEntry() function in arc::ExifUtils
438 std::unique_ptr<ExifEntry> entry = AddEntry(EXIF_IFD_0, EXIF_TAG_IMAGE_WIDTH); in SetImageWidth()
449 AddEntry(EXIF_IFD_0, EXIF_TAG_IMAGE_LENGTH); in SetImageLength()
H A Dexif_utils.h127 std::unique_ptr<ExifEntry> AddEntry(ExifIfd ifd, ExifTag tag);
/aosp12/bionic/libc/malloc_debug/
H A Dmalloc_debug.cpp479 g_debug->record->AddEntry(new MallocEntry(pointer, size)); in debug_malloc()
554 g_debug->record->AddEntry(new FreeEntry(pointer)); in debug_free()
637 g_debug->record->AddEntry(new MemalignEntry(pointer, bytes, alignment)); in debug_memalign()
655 g_debug->record->AddEntry(new ReallocEntry(pointer, bytes, nullptr)); in debug_realloc()
666 g_debug->record->AddEntry(new ReallocEntry(nullptr, bytes, pointer)); in debug_realloc()
758 g_debug->record->AddEntry(new ReallocEntry(new_pointer, bytes, pointer)); in debug_realloc()
810 g_debug->record->AddEntry(new CallocEntry(pointer, bytes, nmemb)); in debug_calloc()
H A DRecordData.h155 void AddEntry(const RecordEntry* entry);
H A DRecordData.cpp210 void RecordData::AddEntry(const RecordEntry* entry) { in AddEntry() function in RecordData
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
H A DExifUtils.cpp213 virtual std::unique_ptr<ExifEntry> AddEntry(ExifIfd ifd, ExifTag tag);
818 std::unique_ptr<ExifEntry> ExifUtilsImpl::AddEntry(ExifIfd ifd, ExifTag tag) { in AddEntry() function in android::ExifUtilsImpl
839 std::unique_ptr<ExifEntry> entry = AddEntry(ifd, tag); in SetShort()
850 std::unique_ptr<ExifEntry> entry = AddEntry(ifd, tag); in SetLong()
861 std::unique_ptr<ExifEntry> entry = AddEntry(ifd, tag); in SetRational()
873 std::unique_ptr<ExifEntry> entry = AddEntry(ifd, tag); in SetSRational()
/aosp12/system/bt/gd/packet/parser/
H A Denum_def.h33 void AddEntry(std::string name, uint32_t value);
H A Denum_def.cc27 void EnumDef::AddEntry(std::string name, uint32_t value) { in AddEntry() function in EnumDef
H A Dlanguage_y.yy165 $$->AddEntry(e.second, e.first);
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
H A DIPACM_Conntrack_NATApp.h113 int AddEntry(const nat_table_entry *);
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
H A DIPACM_Conntrack_NATApp.h114 int AddEntry(const nat_table_entry *);
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
H A DIPACM_Conntrack_NATApp.h121 int AddEntry(const nat_table_entry *);
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_Conntrack_NATApp.cpp299 int NatApp::AddEntry(const nat_table_entry *rule) in AddEntry() function in NatApp
822 ret = AddEntry(&temp[cnt]); in FlushTempEntries()
H A DIPACM_ConntrackListener.cpp823 nat_inst->AddEntry(input->rule); in AddORDeleteNatEntry()
858 nat_inst->AddEntry(input->rule); in AddORDeleteNatEntry()
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
H A DIPACM_Conntrack_NATApp.cpp328 int NatApp::AddEntry(const nat_table_entry *rule) in AddEntry() function in NatApp
852 ret = AddEntry(&temp[cnt]); in FlushTempEntries()
H A DIPACM_ConntrackListener.cpp814 nat_inst->AddEntry(input->rule); in AddORDeleteNatEntry()
849 nat_inst->AddEntry(input->rule); in AddORDeleteNatEntry()
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
H A DIPACM_ConntrackListener.cpp837 nat_inst->AddEntry(input->rule); in AddORDeleteNatEntry()
872 nat_inst->AddEntry(input->rule); in AddORDeleteNatEntry()
H A DIPACM_Conntrack_NATApp.cpp392 int NatApp::AddEntry(const nat_table_entry *rule) in AddEntry() function in NatApp
1093 ret = AddEntry(&temp[cnt]); in FlushTempEntries()