HomeSort by relevance Sort by last modified time
    Searched refs:vote (Results 1 - 12 of 12) sorted by null

  /external/lldb/include/lldb/
lldb-private.h 70 GetVoteAsCString (Vote vote);
  /external/lldb/include/lldb/Target/
ThreadList.h 94 Vote
97 Vote
143 SetShouldReportStop (Vote vote);
Thread.h 293 Vote
296 Vote
637 Vote stop_vote, // = eVoteYes,
638 Vote run_vote, // = eVoteNoOpinion);
    [all...]
  /external/lldb/source/Target/
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;
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...]
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...]
  /external/lldb/source/
lldb.cpp 335 lldb_private::GetVoteAsCString (Vote vote)
337 switch (vote)
  /external/opencv/ml/src/
mlsvm.cpp 1929 int* vote = (int*)(buffer + sv_total); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js     [all...]

Completed in 487 milliseconds