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/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()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | VoteResolver.java | 434 public void add(T value, int voter, Integer withVotes, Date date) { in add() 807 public void add(T value, int voter, Integer withVotes, Date date) { in add() 827 public void add(T value, int voter, Integer withVotes) { in add() 849 public void add(T value, int voter) { in add() 1502 public static VoterInfo getInfoForVoter(int voter) { in getInfoForVoter() 1801 int voter; field in VoteResolver.UnknownVoterException 1803 public UnknownVoterException(int voter) { in UnknownVoterException()
|