Home
last modified time | relevance | path

Searched defs:subtract (Results 1 – 4 of 4) sorted by relevance

/system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
DUtilsTest.java39 public void subtract() { in subtract() method in UtilsTest
/system/core/logd/
DLogStatistics.h140 void subtract(TKey&& key, const LogBufferElement* element) { in subtract() function
147 void subtract(const TKey& key, const LogBufferElement* element) { in subtract() function
225 inline bool subtract(const LogBufferElement* element) { in subtract() function
268 inline bool subtract(const LogBufferElement* element) { in subtract() function
DLogStatistics.cpp162 void LogStatistics::subtract(LogBufferElement* element) { in subtract() function in LogStatistics
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DUtils.java84 static <X> Set<X> subtract(Set<X> a, Set<X> b) { in subtract() method in Utils