Home
last modified time | relevance | path

Searched defs:votes (Results 1 – 25 of 55) sorted by relevance

123

/aosp_15_r20/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
H A DSystemRequestObserverTest.kt61 val votes = storage.getVotes(DISPLAY_ID) in testRequestDisplayModes_voteAdded() constant
81 val votes = storage.getVotes(DISPLAY_ID) in testRequestDisplayModes_voteReplaced() constant
100 val votes = storage.getVotes(DISPLAY_ID) in testRequestDisplayModes_voteRemoved() constant
122 val votes = storage.getVotes(DISPLAY_ID) in testBinderDied_voteRemoved() constant
137 val votes = storage.getVotes(DISPLAY_ID) in testBinderDied_allVotesRemoved() constant
202 val votes = storage.getVotes(DISPLAY_ID) in testRequestDisplayModes_differentToken_voteHasModesSubset() constant
226 val votes = storage.getVotes(DISPLAY_ID) in testBinderDies_recalculatesVotes() constant
H A DVotesStorageTest.java63 SparseArray<Vote> votes = mVotesStorage.getVotes(DISPLAY_ID); in addsVoteToStorage() local
96 SparseArray<Vote> votes = mVotesStorage.getVotes(DISPLAY_ID); in addsAnotherVoteToStorageWithDifferentPriority() local
110 SparseArray<Vote> votes = mVotesStorage.getVotes(DISPLAY_ID); in replacesVoteInStorageForSamePriority() local
132 SparseArray<Vote> votes = mVotesStorage.getVotes(DISPLAY_ID); in addsGlobalDisplayVoteToStorage() local
169 SparseArray<Vote> votes = mVotesStorage.getVotes(DISPLAY_ID); in removesAllVotesForPriority() local
199 SparseArray<Vote> votes = mVotesStorage.getVotes(DISPLAY_ID); in removesAllVotesForPriority_noChangesIfNothingRemoved() local
H A DDisplayModeDirectorTest.java510 SparseArray<Vote> votes = new SparseArray<>(); in testDisplayModeVoting() local
549 SparseArray<Vote> votes = new SparseArray<>(); in testDisplayModeVoting() local
565 SparseArray<Vote> votes = new SparseArray<>(); in testVotingWithFloatingPointErrors() local
697 SparseArray<Vote> votes = new SparseArray<>(); local
2369 SparseArray<Vote> votes = new SparseArray<>(); local
2416 SparseArray<Vote> votes = new SparseArray<>(); in testAppRequestMaxRefreshRate() local
2473 SparseArray<Vote> votes = new SparseArray<>(); in testAppRequestsIsTheDefaultMode() local
2491 SparseArray<Vote> votes = new SparseArray<>(); in testDisableRefreshRateSwitchingVote() local
2537 SparseArray<Vote> votes = new SparseArray<>(); in testBaseModeIdInPrimaryRange() local
2614 SparseArray<Vote> votes = new SparseArray<>(); in testStaleAppVote() local
[all …]
/aosp_15_r20/hardware/google/pixel/power-libperfmgr/aidl/tests/
DUClampVoterTest.cpp86 Votes votes; in TEST() local
99 auto votes = std::make_shared<Votes>(); in TEST() local
136 auto votes = std::make_shared<Votes>(); in TEST() local
158 auto votes = std::make_shared<Votes>(); in TEST() local
180 auto votes = std::make_shared<Votes>(); in TEST() local
206 Votes votes; in TEST() local
230 Votes votes; in TEST() local
243 Votes votes; in TEST() local
265 Votes votes; in TEST() local
282 Votes votes; in TEST() local
[all …]
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/display/mode/
H A DVotesStorage.java100 SparseArray<Vote> votes; in updateVote() local
143 SparseArray<Vote> votes = mVotesByDisplay.valueAt(i); in removeAllVotesForPriority() local
177 SparseArray<Vote> votes = votesByDisplayLocal.valueAt(i); in dump() local
H A DCombinedVote.java28 CombinedVote(List<Vote> votes) { in CombinedVote()
H A DVotesStatsReporter.java79 SparseArray<Vote> votes) { in reportVotesActivated()
H A DVoteSummary.java73 void applyVotes(SparseArray<Vote> votes, in applyVotes()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DGenerateChangeChart.java147 int votes = SUP.getRequiredVotes(locale, pathHeader); in main() local
227 int votes) { in add()
298 int votes) { in add()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DVoteResolver.java174 private final int votes; field in VoteResolver.Level
182 Level(int votes, int stlevel, int tcorgvotes) { in Level()
188 Level(int votes, int stlevel) { in Level()
659 private void addInternal(T value, final VoterInfo info, final int votes, Date time) { in addInternal()
H A DVoterReportStatus.java126 Map<T, ReportAcceptability> votes) { in updateResolver()
/aosp_15_r20/hardware/google/pixel/power-libperfmgr/aidl/
DSessionValueEntry.h52 std::shared_ptr<Votes> votes; member
DPowerSessionManager.cpp326 auto shouldScheduleTimeout(Votes const &votes, int vote_id, std::chrono::time_point<T> deadline) in shouldScheduleTimeout()
/aosp_15_r20/external/kotlinx.serialization/guide/example/
H A Dexample-json-02.kt12 data class Project(val name: String, val status: Status, val votes: Int) constant in example.exampleJson02.Project
H A Dexample-formats-10.kt28 data class Project(val name: String, val owner: User, val votes: Int) in encodeToList() constant in example.exampleFormats10.Project
H A Dexample-formats-11.kt51 data class Project(val name: String, val owner: User, val votes: Int) in decodeFromList() constant in example.exampleFormats11.Project
H A Dexample-formats-12.kt53 data class Project(val name: String, val owner: User, val votes: Int) in decodeFromList() constant in example.exampleFormats12.Project
H A Dexample-formats-13.kt61 data class Project(val name: String, val owners: List<User>, val votes: Int) in decodeFromList() constant in example.exampleFormats13.Project
H A Dexample-formats-14.kt66 data class Project(val name: String, val owner: User?, val votes: Int?) in decodeFromList() constant in example.exampleFormats14.Project
/aosp_15_r20/art/test/952-invoke-custom/src/
H A DTestInvokeCustomWithConcurrentThreads.java126 int votes = 0; in test() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/util/
H A DTestReportStatus.java125 Map<Integer, ReportAcceptability> votes = new TreeMap<>(); in testResolver() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/Scheduler/
H A DLayerInfo.cpp311 LayerInfo::RefreshRateVotes votes; in getRefreshRateVote() local
H A DLayerHistory.cpp208 const auto votes = info->getRefreshRateVote(selector, now); in summarize() local
/aosp_15_r20/art/test/924-threads/src/art/
H A DTest924.java422 private static void printMajorityThreadState(Thread t, int votes, int wait) throws Exception { in printMajorityThreadState()
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestCoverageLevel.java207 int votes = SDI.getRequiredVotes(loc, phf.fromPath(path)); in doSpecificPathTest() local

123