| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
| D | source_handler.t | 65 vote => 0, 72 vote => 0.8, 79 vote => 0.25, 84 vote => 0.9, 148 vote => 0.8, 157 vote => 0.8, 164 vote => 0.9, 171 vote => 0.75, 180 vote => 0.9, 189 vote => 0.3, [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/ |
| D | MyPerlSourceHandler.pm | 16 my $vote = $class->SUPER::can_handle(@_); 17 $vote += 0.1 if $vote > 0; # steal the Perl handler's vote 18 return $vote;
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlgov.pod | 267 will organize a Membership Change vote to ratify the removal. 275 themselves "inactive". Inactive members do not nominate or vote. Inactive 276 members may declare themselves active at any time, except when a vote has been 277 proposed and is not concluded. Eligibility to nominate or vote will be 311 The vote occurs in two steps: 322 Active Core Team members vote in favor or against the proposal. Voting is 364 Decisions of the Steering Council will be made by majority vote of non-vacant 403 contacted for a month or longer, then the rest of the council may vote to 431 If there are no more candidates than open seats, no vote is required. The 434 Otherwise, active Core Team Members vote by ranking all candidates. Voting is [all …]
|
| D | perl5360delta.pod | 798 This document provides the process for administering an election or vote 850 The election process has been finetuned to allow the vote to be skipped if there
|
| D | perlsyn.pod | 1395 break when "vote"; # My vote cannot be bought
|
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | vote_admin_guide.pod | 15 not declare themselves active when a vote is proposed, which includes the 52 Core Team members that would like to vote and haven't opted-in yet must use the 68 to the recipient in their invitation to vote. It does not schedule one 118 you want, cast your vote! 134 be allowed to vote twice. 140 If you're told that some email addresses aren't authorized to vote, chase
|
| /openbsd/src/gnu/llvm/lldb/source/Target/ |
| D | ThreadList.cpp | 401 const Vote vote = thread_sp->ShouldReportStop(event_ptr); in ShouldReportStop() local 402 switch (vote) { in ShouldReportStop() 416 thread_sp->GetID(), vote, result); in ShouldReportStop() 425 void ThreadList::SetShouldReportStop(Vote vote) { in SetShouldReportStop() argument 432 thread_sp->SetShouldReportStop(vote); in SetShouldReportStop()
|
| D | ThreadPlanStepRange.cpp | 71 const Vote vote = IsPlanComplete() ? eVoteYes : eVoteNo; in ShouldReportStop() local 73 vote); in ShouldReportStop() 74 return vote; in ShouldReportStop()
|
| D | Thread.cpp | 468 void Thread::SetShouldReportStop(Vote vote) { in SetShouldReportStop() argument 469 if (vote == eVoteNoOpinion) in SetShouldReportStop() 472 m_override_should_notify = (vote == eVoteYes ? eLazyBoolYes : eLazyBoolNo); in SetShouldReportStop()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Target/ |
| D | ThreadList.h | 141 void SetShouldReportStop(Vote vote);
|
| D | Thread.h | 1168 void SetShouldReportStop(Vote vote);
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | Security.rst | 98 …ling this, the nomination will succeed only by a two-thirds supermajority vote of the LLVM Securit… 110 …by a majority vote of the members, not including the person under consideration for revocation. Af… 111 …l be temporarily suspended for five business days, pending outcome of the vote for permanent revoc… 204 The LLVM Security Policy may be changed by majority vote of the LLVM Security Group. Such changes a…
|
| D | ResponseGuide.rst | 177 proceed without a unanimous vote.
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | IntrinsicsNVVM.td | 4456 // vote.all pred 4459 [IntrInaccessibleMemOnly, IntrConvergent, IntrNoCallback], "llvm.nvvm.vote.all">, 4461 // vote.any pred 4464 [IntrInaccessibleMemOnly, IntrConvergent, IntrNoCallback], "llvm.nvvm.vote.any">, 4466 // vote.uni pred 4469 [IntrInaccessibleMemOnly, IntrConvergent, IntrNoCallback], "llvm.nvvm.vote.uni">, 4471 // vote.ballot pred 4474 [IntrInaccessibleMemOnly, IntrConvergent, IntrNoCallback], "llvm.nvvm.vote.ballot">, 4481 // vote.sync.all mask, pred 4484 [IntrInaccessibleMemOnly, IntrConvergent, IntrNoCallback], "llvm.nvvm.vote.all.sync">, [all …]
|
| /openbsd/src/usr.bin/calendar/calendars/ |
| D | calendar.ushistory | 99 07/04 New York abstains on Declaration of Independence vote, 1776
|
| D | calendar.history | 319 08/26 Women get the vote, 1920
|
| /openbsd/src/games/fortune/datfiles/ |
| D | startrek | 628 We have phasers, I vote we blast 'em!
|
| D | fortunes | 172 won't cross the street to vote in a national election. 702 A straw vote only shows which way the hot air blows. 2605 Where the dead still vote ... early and often! 6536 hours, it is certain to vote acquittal, save in those instances where 6886 If you give Congress a chance to vote on both sides of an issue, 8803 and Tweedledee," they say, "I will not vote." Having abstained, they 8806 the people who sat home in a stew in 1968 rather than vote for Hubert 10452 vote. In a democracy, that's not called quitting. 11821 Support wildlife -- vote for an orgy. 13803 thing to do is to vote on it." So they did, and Mayor Daley won by 97
|
| D | fortunes-o | 418 vote for the death penalty just to make sure nobody gets the wrong
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| D | NVPTXIntrinsics.td | 194 // vote.{all,any,uni,ballot} 197 "vote." # mode # " \t$dest, $pred;", 207 // vote.sync.{all,any,uni,ballot} 210 "vote.sync." # mode # " \t$dest, $pred, $mask;", 214 "vote.sync." # mode #" \t$dest, $pred, $mask;",
|
| /openbsd/src/gnu/llvm/lldb/docs/use/ |
| D | python-reference.rst | 922 … | The return value is a "Should Stop" vote from this thread. …
|
| /openbsd/src/share/zoneinfo/datfiles/ |
| D | southamerica | 129 # It remains the vote of the Deputies..., but it will be the same.... 142 # the lower chamber too (Diputados) with a vote 192 for and 2 against.
|
| D | northamerica | 627 # abandonment of use of daylight saving resulted from the 1983 vote. 1158 # by city vote.
|
| /openbsd/src/share/dict/ |
| D | web2a | 6225 block vote 10335 casting vote 19900 fagot vote 60355 straw vote 70515 vote-bringing 70516 vote-buying 70517 vote-casting 70518 vote-catching 70519 vote checking 70520 vote counter
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/doc/ |
| D | md.texi | 1182 The constraint letters @samp{g} and @samp{r} also vote: they vote in
|