HomeSort by relevance Sort by last modified time
    Searched full:vote (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/lldb/include/lldb/Target/
ThreadPlanStepOut.h 29 Vote stop_vote,
30 Vote run_vote,
74 Vote stop_vote,
75 Vote run_vote,
ThreadPlanStepInstruction.h 42 Vote stop_vote,
43 Vote run_vote);
ThreadList.h 94 Vote
97 Vote
143 SetShouldReportStop (Vote vote);
ThreadPlanBase.h 39 virtual Vote ShouldReportStop (Event *event_ptr);
ThreadPlanStepRange.h 40 virtual Vote ShouldReportStop (Event *event_ptr);
ThreadPlan.h 202 // The way this works is every thread gets to vote on whether to report the stop. If all votes are eVoteNoOpinion,
262 Vote stop_vote,
263 Vote run_vote);
366 virtual Vote
369 virtual Vote
579 Vote m_stop_vote;
580 Vote m_run_vote;
ThreadPlanCallFunction.h 64 virtual Vote
  /external/clang/test/CodeGen/
nvptx-inlineasm.c 11 "vote.any.pred \t%%p2, %%p1; \n\t"
  /external/lldb/source/Target/
ThreadPlan.cpp 32 ThreadPlan::ThreadPlan(ThreadPlanKind kind, const char *name, Thread &thread, Vote stop_vote, Vote run_vote) :
95 Vote
105 Vote prev_vote = prev_plan->ShouldReportStop (event_ptr);
107 log->Printf ("ThreadPlan::ShouldReportStop() returning previous thread plan vote: %s",
113 log->Printf ("ThreadPlan::ShouldReportStop() returning vote: %s", GetVoteAsCString (m_stop_vote));
117 Vote
ThreadList.cpp 329 Vote
334 Vote result = eVoteNoOpinion;
344 // For stopping, a YES vote wins over everything. A NO vote wins over NO opinion.
348 const Vote vote = thread_sp->ShouldReportStop (event_ptr); local
349 switch (vote)
369 GetVoteAsCString (vote),
381 ThreadList::SetShouldReportStop (Vote vote)
    [all...]
ThreadPlanStepRange.cpp 90 Vote
95 const Vote vote = IsPlanComplete() ? eVoteYes : eVoteNo; local
97 log->Printf ("ThreadPlanStepRange::ShouldReportStop() returning vote %i\n", vote);
98 return vote;
ThreadPlanStepInstruction.cpp 38 Vote stop_vote,
39 Vote run_vote
Thread.cpp 464 Thread::SetShouldReportStop (Vote vote)
466 if (vote == eVoteNoOpinion)
470 m_override_should_notify = (vote == eVoteYes ? eLazyBoolYes : eLazyBoolNo);
908 Vote
919 log->Printf ("Thread::ShouldReportStop() tid = 0x%4.4" PRIx64 ": returning vote %i (state was suspended or invalid)", GetID(), eVoteNoOpinion);
926 log->Printf ("Thread::ShouldReportStop() tid = 0x%4.4" PRIx64 ": returning vote %i (temporary state was suspended or invalid)", GetID(), eVoteNoOpinion);
933 log->Printf ("Thread::ShouldReportStop() tid = 0x%4.4" PRIx64 ": returning vote %i (thread didn't stop for a reason.)", GetID(), eVoteNoOpinion);
941 log->Printf ("Thread::ShouldReportStop() tid = 0x%4.4" PRIx64 ": returning vote for complete stack's back plan", GetID());
946 Vote thread_vote = eVoteNoOpinion
    [all...]
ThreadPlanStepOut.cpp 42 Vote stop_vote,
43 Vote run_vote,
  /hardware/qcom/gps/loc_api/libloc_api_50001/
LocEngAdapter.cpp 159 * 101: vote down, 102-104 - vote up
165 LOC_LOGV("LocEngAdapterVotePower - Vote Power: %d", (int)powerUp);
  /external/chromium_org/v8/test/webkit/
webkit.status 40 'dfg-double-vote-fuzz': [SKIP],
  /external/lldb/include/lldb/
lldb-private.h 70 GetVoteAsCString (Vote vote);
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
screen_capturer_win_gdi.cc 164 // Vote to disable Aero composited desktop effects while capturing. Windows
191 // Re-assert our vote to disable Aero.
  /external/lldb/source/
lldb.cpp 335 lldb_private::GetVoteAsCString (Vote vote)
337 switch (vote)
  /cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp 251 // Constructs a graph for Hough voting. The vertical axis counts the vote
252 // for a certain angle. The horizontal axis counts the vote for the distance
281 // Processes the signicant edge pixels and cast vote for the corresponding
306 // Adds one vote for the line. The line's angle is shifted by
361 // For each radius, average the vote with nearby ones.
371 // lower vote than others in the neighborhood.
    [all...]
  /external/chromium_org/third_party/apache-win32/
ABOUT_APACHE.txt 160 group of volunteers who vote on changes to the distributed server), then
185 they can be changed by vote of the active members. There is a group
191 first and then changed as needed, with conflicts resolved by majority vote.
200 developers using remote CVS. Anyone on the mailing list can vote on a
  /external/tcpdump/
print-rx.c 317 { 10000, "vote-beacon" },
318 { 10001, "vote-debug-old" },
319 { 10002, "vote-sdebug-old" },
320 { 10003, "vote-getsyncsite" },
321 { 10004, "vote-debug" },
322 { 10005, "vote-sdebug" },
323 { 10006, "vote-xdebug" },
324 { 10007, "vote-xsdebug" },
    [all...]
  /device/asus/deb/self-extractors/qcom/
LICENSE 139 interest or other securities of any entity entitled to vote for
143 vote for election of directors (or other managing authority) is
  /device/asus/flo/self-extractors/qcom/
LICENSE 139 interest or other securities of any entity entitled to vote for
143 vote for election of directors (or other managing authority) is
  /device/asus/fugu/self-extractors/asus/
LICENSE 139 interest or other securities of any entity entitled to vote for
143 vote for election of directors (or other managing authority) is

Completed in 1015 milliseconds

1 2 3