Home
last modified time | relevance | path

Searched refs:iterate (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/eventlog/
DLocationEventLog.java280 public synchronized void iterate(LogConsumer<? super Object> consumer) { in iterate() method in LocationEventLog
281 iterate(consumer, this, mLocationsLog); in iterate()
284 public void iterate(Consumer<String> consumer) { in iterate() method in LocationEventLog
285 iterate(consumer, null); in iterate()
288 public void iterate(Consumer<String> consumer, @Nullable String providerFilter) { in iterate() method in LocationEventLog
291 iterate( in iterate() method
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
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBatteryStatsHistoryTest.java285 mHistory.iterate(0, MonotonicClock.UNDEFINED); in unconstrainedIteration()
327 mHistory.iterate(1000, 3000); in constrainedIteration()
416 BatteryStatsHistoryIterator iterator = mHistory.iterate(0, MonotonicClock.UNDEFINED); in recordPowerStats()
446 BatteryStatsHistoryIterator iterator = mHistory.iterate(0, MonotonicClock.UNDEFINED); in testNrState_dump()
487 BatteryStatsHistoryIterator iterator = mHistory.iterate(0, MonotonicClock.UNDEFINED); in testNrState_checkin()
570 mHistory.iterate(0, MonotonicClock.UNDEFINED); iterator.hasNext(); ) { in largeTagPool()
626 BatteryStatsHistoryIterator iterator = mHistory.iterate(0, MonotonicClock.UNDEFINED); in recordProcStateChange()
/frameworks/rs/script_api/
Drs_for_each.spec38 This type is used to suggest how the invoked kernel should iterate over the cells of the
79 versions, it will also be used to provide hint on how to best iterate over
82 The Start fields are inclusive and the End fields are exclusive. E.g. to iterate
/frameworks/base/services/core/java/com/android/server/power/stats/
DPowerStatsAggregator.java81 try (BatteryStatsHistoryIterator iterator = mHistory.iterate(startTimeMs, endTimeMs)) { in aggregatePowerStats()
DBatteryStatsImpl.java11812 return mHistory.iterate(startTimeMs, endTimeMs); in iterateBatteryStatsHistory()
/frameworks/rs/script_api/include/
Drs_for_each.rsh35 * This type is used to suggest how the invoked kernel should iterate over the cells of the
69 * versions, it will also be used to provide hint on how to best iterate over
72 * The Start fields are inclusive and the End fields are exclusive. E.g. to iterate
/frameworks/proto_logging/stats/enums/adservices/common/
Dadservices_enums.proto460 // Exception while trying to iterate data.
463 // Timeout exception while trying to iterate data.
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsHistory.java825 public BatteryStatsHistoryIterator iterate(long startTimeMs, long endTimeMs) { in iterate() method in BatteryStatsHistory
827 return copy().iterate(startTimeMs, endTimeMs); in iterate()
/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java1562 EVENT_LOG.iterate(ipw::println, manager.getName()); in dump()
1651 EVENT_LOG.iterate(ipw::println); in dump()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...