Home
last modified time | relevance | path

Searched defs:Trim (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/tools/hidl/test/host_utils_test/
H A Dmain.cpp60 TEST_F(LibHidlGenUtilsTest, Trim) { in TEST_F() argument
/aosp12/system/libbase/
H A Dstrings.cpp49 std::string Trim(const std::string& s) { in Trim() function
/aosp12/art/runtime/
H A Dindirect_reference_table.cc456 void IndirectReferenceTable::Trim() { in Trim() function in art::IndirectReferenceTable
/aosp12/system/vold/
H A DIdleMaint.cpp156 void Trim(const android::sp<android::os::IVoldTaskListener>& listener) { in Trim() function
/aosp12/art/runtime/gc/space/
H A Ddlmalloc_space.cc283 size_t DlMallocSpace::Trim() { in Trim() function in art::gc::space::DlMallocSpace
H A Drosalloc_space.cc313 size_t RosAllocSpace::Trim() { in Trim() function in art::gc::space::RosAllocSpace
/aosp12/art/runtime/gc/allocator/
H A Drosalloc.cc1348 bool RosAlloc::Trim() { in Trim() function in art::gc::allocator::RosAlloc
/aosp12/art/runtime/gc/
H A Dheap.cc1492 void Heap::Trim(Thread* self) { in Trim() function in art::gc::Heap