/frameworks/base/core/tests/coretests/src/android/util/ |
D | RecurrenceRuleTest.java | 141 final Range<ZonedDateTime> cycle = it.next(); in testSane() local 144 final long length = cycle.getUpper().toEpochSecond() - cycle.getLower().toEpochSecond(); in testSane() 145 assertTrue(cycle + " must be more than 4 weeks", length >= 2419200); in testSane() 146 assertTrue(cycle + " must be less than 5 weeks", length <= 3024000); in testSane() 150 assertEquals(lastStart, cycle.getUpper()); in testSane() 152 lastStart = cycle.getLower(); in testSane()
|
/frameworks/compile/mclinker/lib/LD/ |
D | StaticResolver.cpp | 63 bool cycle = false; in resolve() local 68 cycle = false; in resolve() 199 cycle = true; in resolve() 208 } while (cycle); in resolve()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | Scheduler.cpp | 348 void Scheduler::createEventThread(Cycle cycle, frametimeline::TokenManager* tokenManager, in createEventThread() argument 352 std::make_unique<android::impl::EventThread>(cycle == Cycle::Render ? "app" : "appSf", in createEventThread() 356 if (cycle == Cycle::Render) { in createEventThread() 366 Cycle cycle, EventRegistrationFlags eventRegistration, const sp<IBinder>& layerHandle) { in createDisplayEventConnection() argument 367 const auto connection = eventThreadFor(cycle).createEventConnection(eventRegistration); in createDisplayEventConnection() 406 void Scheduler::onFrameRateOverridesChanged(Cycle cycle, PhysicalDisplayId displayId) { in onFrameRateOverridesChanged() argument 413 eventThreadFor(cycle).onFrameRateOverridesChanged(displayId, std::move(overrides)); in onFrameRateOverridesChanged() 416 void Scheduler::onHdcpLevelsChanged(Cycle cycle, PhysicalDisplayId displayId, in onHdcpLevelsChanged() argument 418 eventThreadFor(cycle).onHdcpLevelsChanged(displayId, connectedLevel, maxLevel); in onHdcpLevelsChanged() 421 void Scheduler::onPrimaryDisplayModeChanged(Cycle cycle, const FrameRateMode& mode) { in onPrimaryDisplayModeChanged() argument [all …]
|
D | Scheduler.h | 148 const sp<EventThreadConnection>& getEventConnection(Cycle cycle) const { in getEventConnection() argument 149 return cycle == Cycle::Render ? mRenderEventConnection : mLastCompositeEventConnection; in getEventConnection() 361 EventThread& eventThreadFor(Cycle cycle) const { in eventThreadFor() argument 362 return *(cycle == Cycle::Render ? mRenderEventThread : mLastCompositeEventThread); in eventThreadFor() 587 Cycle cycle; member
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/ |
D | NetworkCycleDataLoader.java | 83 final Pair<ZonedDateTime, ZonedDateTime> cycle = iterator.next(); in loadPolicyData() local 84 final long cycleStart = cycle.first.toInstant().toEpochMilli(); in loadPolicyData() 85 final long cycleEnd = cycle.second.toInstant().toEpochMilli(); in loadPolicyData()
|
D | DataUsageController.java | 103 final Range<ZonedDateTime> cycle = it.next(); in getDataUsageInfo() local 104 start = cycle.getLower().toInstant().toEpochMilli(); in getDataUsageInfo() 105 end = cycle.getUpper().toInstant().toEpochMilli(); in getDataUsageInfo()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TestableScheduler.h | 74 void setEventThread(Cycle cycle, std::unique_ptr<EventThread> eventThreadPtr) { in setEventThread() argument 75 if (cycle == Cycle::Render) { in setEventThread()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/net/ |
D | NetworkCycleDataLoaderTest.java | 122 final Range<ZonedDateTime> cycle = new Range<>(now, now); in loadPolicyData_shouldRecordUsageFromPolicyCycle() local 127 when(mIterator.next()).thenReturn(cycle); in loadPolicyData_shouldRecordUsageFromPolicyCycle()
|
/frameworks/base/test-base/hiddenapi/ |
D | Android.bp | 31 // Use this instead of `android.test.base` to avoid a dependency cycle
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | MultipathPolicyTracker.java | 292 Range<ZonedDateTime> cycle) { in getRemainingDailyBudget() argument 293 final long start = cycle.getLower().toInstant().toEpochMilli(); in getRemainingDailyBudget() 294 final long end = cycle.getUpper().toInstant().toEpochMilli(); in getRemainingDailyBudget()
|
/frameworks/native/services/inputflinger/docs/ |
D | anr.md | 18 Every dispatch cycle, InputDispatcher will check all connections to see if any are unresponsive. To… 31 Looping through `waitQueue`s of all connections on every dispatch cycle could be costly. To improve… 35 On each dispatch cycle, InputDispatcher checks `AnrTracker` for the nearest timeout value. If the n…
|
D | pointer_capture.md | 46 …t currently has Pointer Capture. This is only updated during the dispatch cycle. If it is not `nul…
|
/frameworks/hardware/interfaces/stats/1.0/ |
D | IStats.hal | 54 * @param chargeCycles A struct with battery charge cycle buckets.
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkPolicyManagerService.java | 1682 final Pair<ZonedDateTime, ZonedDateTime> cycle = NetworkPolicyManager local 1684 final long cycleStart = cycle.first.toInstant().toEpochMilli(); 1685 final long cycleEnd = cycle.second.toInstant().toEpochMilli(); 2230 final Pair<ZonedDateTime, ZonedDateTime> cycle = NetworkPolicyManager in updateNetworkEnabledNL() local 2232 final long start = cycle.first.toInstant().toEpochMilli(); in updateNetworkEnabledNL() 2233 final long end = cycle.second.toInstant().toEpochMilli(); in updateNetworkEnabledNL() 2416 final Pair<ZonedDateTime, ZonedDateTime> cycle = NetworkPolicyManager 2418 final long start = cycle.first.toInstant().toEpochMilli(); 2419 final long end = cycle.second.toInstant().toEpochMilli(); 2522 final Range<ZonedDateTime> cycle = plan.cycleIterator().next(); [all …]
|
/frameworks/base/core/java/android/window/ |
D | SurfaceSyncGroup.md | 47 …ive SurfaceSyncGroup is stored in ViewRootImpl and is tied to a rendering cycle. If multiple syncs… 50 …with VRI where you may have multiple changes for the same vsync rendering cycle, but different pla…
|
/frameworks/base/services/tests/servicestests/src/com/android/server/net/ |
D | NetworkPolicyManagerServiceTest.java | 1232 final Range<ZonedDateTime> cycle = it.next(); 1233 if (cycle.getLower().toInstant().toEpochMilli() < currentTime) { 1234 return cycle.getLower().toInstant().toEpochMilli();
|
/frameworks/opt/telephony/proto/src/ |
D | persist_atoms.proto | 24 // Holds atoms to store on persist storage in case of power cycle or process crash.
|
/frameworks/proto_logging/stats/enums/app/ |
D | settings_enums.proto | 2476 // Settings -> Data usage -> Billing cycle or DATA_USAGE_LIST -> Gear 2663 // OPEN: Settings > Billing cycle > Edit billing cycle dates dialog 2666 // OPEN: Settings > Billing cycle > Edit data limit/warning dialog 2669 // OPEN: Settings > Billing cycle > turn on data limit dialog
|
/frameworks/layoutlib/validator/resources/ |
D | strings.properties | 135 result_message_traversal_cycle = This item may be part of a traversal ordering cycle due to its <tt…
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 2009 // Settings -> Data usage -> Billing cycle or DATA_USAGE_LIST -> Gear 2674 // OPEN: Settings > Billing cycle > Edit billing cycle dates dialog 2677 // OPEN: Settings > Billing cycle > Edit data limit/warning dialog 2680 // OPEN: Settings > Billing cycle > turn on data limit dialog
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 2160 const auto cycle = [&] { in createDisplayEventConnection() local 2171 return mScheduler->createDisplayEventConnection(cycle, eventRegistration, layerHandle); in createDisplayEventConnection()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 2590 // to be scheduled at boot, so all values are within the current boot cycle. Periodic 4656 * a given charge point. For example, if 10 cycle buckets are 6765 * Here are some examples of one effective cycle: 18095 * Logs: Number of keystore2 crashes per-boot cycle.
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 1740 field public static final int cycle = 17563660; // 0x10c000c
|
/frameworks/base/core/api/ |
D | current.txt | 2471 field public static final int cycle = 17563660; // 0x10c000c
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 77685 Lcom/android/internal/R$interpolator;->cycle:I
|