Home
last modified time | relevance | path

Searched defs:Vote (Results 1 – 25 of 221) sorted by relevance

123456789

/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/server/quorum/
H A DVote.java23 public class Vote { class
25 public Vote(long id, long zxid) { in Vote() method in Vote
34 public Vote(long id, long zxid, long peerEpoch) { in Vote() method in Vote
43 public Vote(long id, long zxid, long electionEpoch, long peerEpoch) { in Vote() method in Vote
52 …public Vote(int version, long id, long zxid, long electionEpoch, long peerEpoch, ServerState state… in Vote() method in Vote
61 public Vote(long id, long zxid, long electionEpoch, long peerEpoch, ServerState state) { in Vote() method in Vote
/dports/emulators/qemu-guest-agent/qemu-5.0.1/capstone/suite/benchmark/
H A Dtest_iter_benchmark.c35 * cc -c -I../../include test_iter_benchmark.c -o test_iter_benchmark.o
37 * bug@ubuntu:~/capstone/suite/benchmark$ ./test_iter_benchmark
40 * rebuild:
43 * bug@ubuntu:~/capstone$ sudo make install
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction/
H A Dmanager.go50 Vote(context.Context, txinfo.Transaction, txinfo.PraefectServer, voting.Vote) error argument
119 func (m *PoolManager) Vote(ctx context.Context, tx txinfo.Transaction, server txinfo.PraefectServer… func
204 func VoteOnContext(ctx context.Context, m Manager, vote voting.Vote) error {
H A Dmock.go18 func (m *MockManager) Vote(ctx context.Context, tx txinfo.Transaction, praefect txinfo.PraefectServ… func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/consensus/clique/
H A Dsnapshot.go33 type Vote struct { struct
34 Signer common.Address `json:"signer"` // Authorized signer that cast this vote
35 Block uint64 `json:"block"` // Block number the vote was cast in (expire old votes)
36 Address common.Address `json:"address"` // Account being voted on to change its authorization
37 …uthorize bool `json:"authorize"` // Whether to authorize or deauthorize the voted account
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction/
H A Dmanager.go50 Vote(context.Context, txinfo.Transaction, voting.Vote) error methodSpec
100 func (m *PoolManager) Vote(ctx context.Context, tx txinfo.Transaction, vote voting.Vote) error { func
H A Dmock.go18 func (m *MockManager) Vote(ctx context.Context, tx txinfo.Transaction, vote voting.Vote) error { func
H A Dvoting.go28 func VoteOnContext(ctx context.Context, m Manager, vote voting.Vote) error {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/transaction/
H A Dmanager.go50 Vote(context.Context, txinfo.Transaction, voting.Vote) error methodSpec
100 func (m *PoolManager) Vote(ctx context.Context, tx txinfo.Transaction, vote voting.Vote) error { func
H A Dmock.go18 func (m *MockManager) Vote(ctx context.Context, tx txinfo.Transaction, vote voting.Vote) error { func
H A Dvoting.go28 func VoteOnContext(ctx context.Context, m Manager, vote voting.Vote) error {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting/
H A Dvote.go16 type Vote [voteSize]byte type
56 func (v VoteHash) Vote() (Vote, error) { func
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting/
H A Dvote.go16 type Vote [voteSize]byte type
56 func (v VoteHash) Vote() (Vote, error) { func
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/transaction/voting/
H A Dvote.go16 type Vote [voteSize]byte type
56 func (v VoteHash) Vote() (Vote, error) { func
/dports/misc/cryptoballot/cryptoballot-3753e1b/cryptoballot/
H A DVote.go20 type Vote []string type
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/public/execution_context_priority/
H A Dexecution_context_priority.h56 using Vote = voting:: variable
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/hook/
H A Dtransactions.go35 func (m *GitLabHookManager) voteOnTransaction(ctx context.Context, vote voting.Vote, payload git.Ho…
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/hook/
H A Dtransactions.go39 func (m *GitLabHookManager) voteOnTransaction(ctx context.Context, vote voting.Vote, payload git.Ho…
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/hook/
H A Dtransactions.go35 func (m *GitLabHookManager) voteOnTransaction(ctx context.Context, vote voting.Vote, payload git.Ho…
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/Client/
H A DVoting.cpp115 bool CVote::Vote( const uint32 _id, const uint8 _type, const fp4 _duration ) in Vote() function in CVote
/dports/www/py-django-voting/django-voting-0.2/voting/
H A Dmodels.py21 class Vote(models.Model): class
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/managedblockchain/
H A Dapi_op_VoteOnProposal.go47 Vote types.VoteValue member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/managedblockchain/
H A Dapi_op_VoteOnProposal.go47 Vote types.VoteValue member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/managedblockchain/
H A Dapi_op_VoteOnProposal.go47 Vote types.VoteValue member
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/managedblockchain/
H A Dapi_op_VoteOnProposal.go47 Vote types.VoteValue member

123456789