/aosp12/art/runtime/verifier/ |
H A D | reg_type_cache.cc | 217 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 D | reg_type_cache-inl.h | 185 inline RegTypeType& RegTypeCache::AddEntry(RegTypeType* new_entry) { in AddEntry() function
|
H A D | reg_type_cache.h | 184 RegTypeType& AddEntry(RegTypeType* new_entry) REQUIRES_SHARED(Locks::mutator_lock_);
|
/aosp12/system/libziparchive/ |
H A D | zip_archive_test.cc | 1185 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 D | exif_utils.cpp | 136 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 D | exif_utils.h | 127 std::unique_ptr<ExifEntry> AddEntry(ExifIfd ifd, ExifTag tag);
|
/aosp12/bionic/libc/malloc_debug/ |
H A D | malloc_debug.cpp | 479 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 D | RecordData.h | 155 void AddEntry(const RecordEntry* entry);
|
H A D | RecordData.cpp | 210 void RecordData::AddEntry(const RecordEntry* entry) { in AddEntry() function in RecordData
|
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/utils/ |
H A D | ExifUtils.cpp | 213 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 D | enum_def.h | 33 void AddEntry(std::string name, uint32_t value);
|
H A D | enum_def.cc | 27 void EnumDef::AddEntry(std::string name, uint32_t value) { in AddEntry() function in EnumDef
|
H A D | language_y.yy | 165 $$->AddEntry(e.second, e.first);
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
H A D | IPACM_Conntrack_NATApp.h | 113 int AddEntry(const nat_table_entry *);
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/ |
H A D | IPACM_Conntrack_NATApp.h | 114 int AddEntry(const nat_table_entry *);
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
H A D | IPACM_Conntrack_NATApp.h | 121 int AddEntry(const nat_table_entry *);
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
H A D | IPACM_Conntrack_NATApp.cpp | 299 int NatApp::AddEntry(const nat_table_entry *rule) in AddEntry() function in NatApp 822 ret = AddEntry(&temp[cnt]); in FlushTempEntries()
|
H A D | IPACM_ConntrackListener.cpp | 823 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 D | IPACM_Conntrack_NATApp.cpp | 328 int NatApp::AddEntry(const nat_table_entry *rule) in AddEntry() function in NatApp 852 ret = AddEntry(&temp[cnt]); in FlushTempEntries()
|
H A D | IPACM_ConntrackListener.cpp | 814 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 D | IPACM_ConntrackListener.cpp | 837 nat_inst->AddEntry(input->rule); in AddORDeleteNatEntry() 872 nat_inst->AddEntry(input->rule); in AddORDeleteNatEntry()
|
H A D | IPACM_Conntrack_NATApp.cpp | 392 int NatApp::AddEntry(const nat_table_entry *rule) in AddEntry() function in NatApp 1093 ret = AddEntry(&temp[cnt]); in FlushTempEntries()
|