Searched defs:Trim (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/tools/hidl/test/host_utils_test/ | ||
H A D | main.cpp | 60 TEST_F(LibHidlGenUtilsTest, Trim) { in TEST_F() argument |
/aosp12/system/libbase/ | ||
H A D | strings.cpp | 49 std::string Trim(const std::string& s) { in Trim() function |
/aosp12/art/runtime/ | ||
H A D | indirect_reference_table.cc | 456 void IndirectReferenceTable::Trim() { in Trim() function in art::IndirectReferenceTable |
/aosp12/system/vold/ | ||
H A D | IdleMaint.cpp | 156 void Trim(const android::sp<android::os::IVoldTaskListener>& listener) { in Trim() function |
/aosp12/art/runtime/gc/space/ | ||
H A D | dlmalloc_space.cc | 283 size_t DlMallocSpace::Trim() { in Trim() function in art::gc::space::DlMallocSpace |
H A D | rosalloc_space.cc | 313 size_t RosAllocSpace::Trim() { in Trim() function in art::gc::space::RosAllocSpace |
/aosp12/art/runtime/gc/allocator/ | ||
H A D | rosalloc.cc | 1348 bool RosAlloc::Trim() { in Trim() function in art::gc::allocator::RosAlloc |
/aosp12/art/runtime/gc/ | ||
H A D | heap.cc | 1492 void Heap::Trim(Thread* self) { in Trim() function in art::gc::Heap |