/aosp_15_r20/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/ |
H A D | SystemRequestObserverTest.kt | 61 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 D | VotesStorageTest.java | 63 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 D | DisplayModeDirectorTest.java | 510 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/ |
D | UClampVoterTest.cpp | 86 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 D | VotesStorage.java | 100 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 D | CombinedVote.java | 28 CombinedVote(List<Vote> votes) { in CombinedVote()
|
H A D | VotesStatsReporter.java | 79 SparseArray<Vote> votes) { in reportVotesActivated()
|
H A D | VoteSummary.java | 73 void applyVotes(SparseArray<Vote> votes, in applyVotes()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | GenerateChangeChart.java | 147 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 D | VoteResolver.java | 174 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 D | VoterReportStatus.java | 126 Map<T, ReportAcceptability> votes) { in updateResolver()
|
/aosp_15_r20/hardware/google/pixel/power-libperfmgr/aidl/ |
D | SessionValueEntry.h | 52 std::shared_ptr<Votes> votes; member
|
D | PowerSessionManager.cpp | 326 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 D | example-json-02.kt | 12 data class Project(val name: String, val status: Status, val votes: Int) constant in example.exampleJson02.Project
|
H A D | example-formats-10.kt | 28 data class Project(val name: String, val owner: User, val votes: Int) in encodeToList() constant in example.exampleFormats10.Project
|
H A D | example-formats-11.kt | 51 data class Project(val name: String, val owner: User, val votes: Int) in decodeFromList() constant in example.exampleFormats11.Project
|
H A D | example-formats-12.kt | 53 data class Project(val name: String, val owner: User, val votes: Int) in decodeFromList() constant in example.exampleFormats12.Project
|
H A D | example-formats-13.kt | 61 data class Project(val name: String, val owners: List<User>, val votes: Int) in decodeFromList() constant in example.exampleFormats13.Project
|
H A D | example-formats-14.kt | 66 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 D | TestInvokeCustomWithConcurrentThreads.java | 126 int votes = 0; in test() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/util/ |
H A D | TestReportStatus.java | 125 Map<Integer, ReportAcceptability> votes = new TreeMap<>(); in testResolver() local
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | LayerInfo.cpp | 311 LayerInfo::RefreshRateVotes votes; in getRefreshRateVote() local
|
H A D | LayerHistory.cpp | 208 const auto votes = info->getRefreshRateVote(selector, now); in summarize() local
|
/aosp_15_r20/art/test/924-threads/src/art/ |
H A D | Test924.java | 422 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 D | TestCoverageLevel.java | 207 int votes = SDI.getRequiredVotes(loc, phf.fromPath(path)); in doSpecificPathTest() local
|