Home
last modified time | relevance | path

Searched refs:removeAll (Results 1 – 5 of 5) sorted by relevance

/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DUtils.java86 result.removeAll(b); in subtract()
/system/core/libutils/
DString8_fuzz.cpp48 str1->removeAll(str2->c_str()); in __anonebbe45100502()
DString8.cpp394 bool String8::removeAll(const char* other) { in removeAll() function in android::String8
/system/core/libutils/include/utils/
DString8.h130 bool removeAll(const char* other);
/system/chre/core/
Dsensor_request_manager.cc657 bool removeAll = (nanoappInstanceId == kSystemInstanceId); in cancelFlushRequests() local
661 (request.nanoappInstanceId == nanoappInstanceId || removeAll)) { in cancelFlushRequests()