Home
last modified time | relevance | path

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

/frameworks/libs/net/common/native/bpf_headers/include/bpf/
DBpfMap.h234 base::Result<void> BpfMap<Key, Value>::iterate( in iterate() function
266 base::Result<void> BpfMap<Key, Value>::iterate( in iterate() function
/frameworks/base/services/core/java/com/android/server/location/eventlog/
DLocalEventLog.java197 public synchronized void iterate(LogConsumer<? super T> consumer) { in iterate() method in LocalEventLog
211 public static <T> void iterate(LogConsumer<? super T> consumer, LocalEventLog<T>... logs) { in iterate() method in LocalEventLog
DLocationEventLog.java224 public synchronized void iterate(LogConsumer<? super Object> consumer) { in iterate() method in LocationEventLog
228 public void iterate(Consumer<String> consumer) { in iterate() method in LocationEventLog
232 public void iterate(Consumer<String> consumer, @Nullable String providerFilter) { in iterate() method in LocationEventLog
235 iterate( in iterate() method
/frameworks/libs/net/common/native/bpf_headers/
DBpfMapTest.cpp165 TEST_F(BpfMapTest, iterate) { in TEST_F() argument