Searched refs:vote (Results 1 - 9 of 9) sorted by relevance

/external/lldb/include/lldb/
H A Dlldb-private.h70 GetVoteAsCString (Vote vote);
/external/lldb/include/lldb/Target/
H A DThreadList.h143 SetShouldReportStop (Vote vote);
H A DThread.h966 SetShouldReportStop (Vote vote);
/external/lldb/source/Target/
H A DThreadPlanStepRange.cpp95 const Vote vote = IsPlanComplete() ? eVoteYes : eVoteNo; local
97 log->Printf ("ThreadPlanStepRange::ShouldReportStop() returning vote %i\n", vote);
98 return vote;
H A DThreadList.cpp344 // 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) argument
389 thread_sp->SetShouldReportStop (vote);
404 // The rule is NO vote wins over everything, a YES vote wins over no opinion.
H A DThread.cpp464 Thread::SetShouldReportStop (Vote vote) argument
466 if (vote == eVoteNoOpinion)
470 m_override_should_notify = (vote == eVoteYes ? eLazyBoolYes : eLazyBoolNo);
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());
961 log->Printf ("Thread::ShouldReportStop() tid = 0x%4.4" PRIx64 ": returning vote %i for current plan", GetID(), thread_vote);
/external/lldb/source/
H A Dlldb.cpp335 lldb_private::GetVoteAsCString (Vote vote) argument
337 switch (vote)
/external/opencv/ml/src/
H A Dmlsvm.cpp1929 int* vote = (int*)(buffer + sv_total); local
1932 memset( vote, 0, class_count*sizeof(vote[0]));
1944 vote[sum > 0 ? i : j]++;
1950 if( vote[i] > vote[k] )
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 135 milliseconds