/aosp12/system/bt/gd/storage/ |
H A D | mutation_entry.h | 96 static MutationEntry Remove(PropertyType property_type, std::string section_param) { in Remove() function 100 …static MutationEntry Remove(PropertyType property_type, std::string section_param, std::string pro… in Remove() function
|
/aosp12/system/bt/gd/security/record/ |
H A D | security_record_database.h | 47 void Remove(const hci::AddressWithType& address) { in Remove() function
|
/aosp12/system/unwinding/libbacktrace/ |
H A D | ThreadEntry.cpp | 71 void ThreadEntry::Remove(ThreadEntry* entry) { in Remove() function in ThreadEntry
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | ThreadEntry.cpp | 59 void ThreadEntry::Remove(ThreadEntry* entry) { in Remove() function in unwindstack::ThreadEntry
|
/aosp12/build/soong/scripts/ |
H A D | jsonmodify.py | 62 class Remove(str): class
|
/aosp12/system/extras/memory_replay/ |
H A D | Pointers.cpp | 61 void* Pointers::Remove(uintptr_t key_pointer) { in Remove() function in Pointers
|
/aosp12/system/bt/common/ |
H A D | lru.h | 154 bool Remove(const K& key) { in Remove() function
|
/aosp12/hardware/libhardware/modules/camera/3_4/ |
H A D | request_tracker.cpp | 73 bool RequestTracker::Remove(std::shared_ptr<CaptureRequest> request) { in Remove() function in default_camera_hal::RequestTracker
|
/aosp12/art/compiler/utils/ |
H A D | atomic_dex_ref_map-inl.h | 78 inline bool AtomicDexRefMap<DexFileReferenceType, Value>::Remove(const DexFileReferenceType& ref, in Remove() function
|
/aosp12/art/openjdkjvmti/ |
H A D | jvmti_weak_table-inl.h | 90 bool JvmtiWeakTable<T>::Remove(art::ObjPtr<art::mirror::Object> obj, /* out */ T* tag) { in Remove() function
|
/aosp12/system/bt/service/ipc/binder/ |
H A D | remote_callback_map.h | 175 sp<V> RemoteCallbackMap<K, V>::Remove(const K& key) { in Remove() function
|
/aosp12/system/bt/bta/vc/ |
H A D | devices.h | 132 void Remove(const RawAddress& address) { in Remove() function
|
/aosp12/art/runtime/gc/ |
H A D | system_weak_test.cc | 179 TEST_F(SystemWeakTest, Remove) { in TEST_F() argument
|
/aosp12/art/runtime/ |
H A D | class_table.cc | 123 bool ClassTable::Remove(const char* descriptor) { in Remove() function in art::ClassTable
|
H A D | indirect_reference_table.cc | 351 bool IndirectReferenceTable::Remove(IRTSegmentState previous_state, IndirectRef iref) { in Remove() function in art::IndirectReferenceTable
|
H A D | reference_table.cc | 59 void ReferenceTable::Remove(ObjPtr<mirror::Object> obj) { in Remove() function in art::ReferenceTable
|
H A D | intern_table.cc | 310 void InternTable::Table::Remove(ObjPtr<mirror::String> s) { in Remove() function in art::InternTable::Table
|
H A D | runtime_callbacks.cc | 44 static inline void Remove(T* cb, std::vector<T*>* data) { in Remove() function
|
/aosp12/build/soong/finder/fs/ |
H A D | fs.go | 127 func (osFs) Remove(path string) error { func 813 func (m *MockFs) Remove(path string) (err error) { func
|
/aosp12/build/blueprint/parser/ |
H A D | parser.go | 627 func (s *Scope) Remove(name string) { func
|
/aosp12/art/libartbase/base/ |
H A D | intrusive_forward_list_test.cc | 565 void IntrusiveForwardListTest::Remove() { in Remove() function in art::IntrusiveForwardListTest 587 TEST_F(IntrusiveForwardListTest, Remove) { in TEST_F() argument
|
H A D | variant_map.h | 317 void Remove(const TKey<TValue>& key) { in Remove() function
|
/aosp12/system/core/libmodprobe/ |
H A D | libmodprobe.cpp | 452 bool Modprobe::Remove(const std::string& module_name) { in Remove() function in Modprobe
|
/aosp12/bionic/libc/malloc_debug/ |
H A D | PointerData.cpp | 207 void PointerData::Remove(const void* ptr) { in Remove() function in PointerData
|
/aosp12/system/core/libutils/ |
H A D | LruCache_test.cpp | 405 TEST_F(LruCacheTest, Remove) { in TEST_F() argument
|