Searched defs:voter (Results 1 – 4 of 4) sorted by relevance
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | VoteEntries.java | 5 int voter; field in VoteEntries 8 public VoteEntries(int voter, String value) { in VoteEntries()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | VoteResolver.java | 373 public void add(T value, int voter, Integer withVotes, Date date) { in add() 397 … private void addInternal(T value, int voter, final VoterInfo info, final int votes, Date time) { in addInternal() 756 public void add(T value, int voter, Integer withVotes, Date date) { in add() 772 public void add(T value, int voter, Integer withVotes) { in add() 789 public void add(T value, int voter) { in add() 1439 rel.put(info.getLevel(), voter); in getLocaleToVetters() local 1451 public static VoterInfo getInfoForVoter(int voter) { in getInfoForVoter() 1746 int voter; field in VoteResolver.UnknownVoterException 1748 public UnknownVoterException(int voter) { in UnknownVoterException()
|
/external/libchrome/base/task/sequence_manager/ |
D | sequence_manager_impl_unittest.cc | 281 TaskQueue::QueueEnabledVoter* voter) { in DisableQueueTestTask() 421 std::unique_ptr<TaskQueue::QueueEnabledVoter> voter = in TEST_P() local 616 std::unique_ptr<TaskQueue::QueueEnabledVoter> voter = in TEST_P() local 630 std::unique_ptr<TaskQueue::QueueEnabledVoter> voter = in TEST_P() local 644 std::unique_ptr<TaskQueue::QueueEnabledVoter> voter = in TEST_P() local 663 std::unique_ptr<TaskQueue::QueueEnabledVoter> voter = in TEST_P() local 681 std::unique_ptr<TaskQueue::QueueEnabledVoter> voter = in TEST_P() local 1864 std::unique_ptr<TaskQueue::QueueEnabledVoter> voter = in TEST_P() local 2541 std::unique_ptr<TaskQueue::QueueEnabledVoter> voter = in TEST_P() local 2556 std::unique_ptr<TaskQueue::QueueEnabledVoter> voter = in TEST_P() local [all …]
|
D | task_queue_impl.cc | 788 const QueueEnabledVoterImpl* voter) { in RemoveQueueEnabledVoter()
|