/frameworks/base/services/core/java/com/android/server/location/eventlog/ |
D | LocationEventLog.java | 280 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
|
D | LocalEventLog.java | 197 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/ |
D | BatteryStatsHistoryTest.java | 285 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/ |
D | rs_for_each.spec | 38 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/ |
D | PowerStatsAggregator.java | 81 try (BatteryStatsHistoryIterator iterator = mHistory.iterate(startTimeMs, endTimeMs)) { in aggregatePowerStats()
|
D | BatteryStatsImpl.java | 11812 return mHistory.iterate(startTimeMs, endTimeMs); in iterateBatteryStatsHistory()
|
/frameworks/rs/script_api/include/ |
D | rs_for_each.rsh | 35 * 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/ |
D | adservices_enums.proto | 460 // Exception while trying to iterate data. 463 // Timeout exception while trying to iterate data.
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsHistory.java | 825 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/ |
D | LocationManagerService.java | 1562 EVENT_LOG.iterate(ipw::println, manager.getName()); in dump() 1651 EVENT_LOG.iterate(ipw::println); in dump()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |