HomeSort by relevance Sort by last modified time
    Searched defs:unblocked (Results 1 - 13 of 13) sorted by null

  /hardware/qcom/gps/msm8084/utils/
msg_q.c 43 int unblocked; /* Has this message queue been unblocked? */ member in struct:msg_q
132 tmp_msg_q->unblocked = 0;
172 p_msg_q->unblocked = 0;
204 if( p_msg_q->unblocked )
206 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__);
249 if( p_msg_q->unblocked )
251 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__);
257 while( linked_list_empty(p_msg_q->msg_list) && !p_msg_q->unblocked )
317 if( p_msg_q->unblocked )
    [all...]
  /hardware/qcom/gps/msm8909/utils/
msg_q.c 43 int unblocked; /* Has this message queue been unblocked? */ member in struct:msg_q
132 tmp_msg_q->unblocked = 0;
172 p_msg_q->unblocked = 0;
204 if( p_msg_q->unblocked )
206 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__);
249 if( p_msg_q->unblocked )
251 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__);
257 while( linked_list_empty(p_msg_q->msg_list) && !p_msg_q->unblocked )
317 if( p_msg_q->unblocked )
    [all...]
  /hardware/qcom/gps/msm8909w_3100/utils/
msg_q.c 42 int unblocked; /* Has this message queue been unblocked? */ member in struct:msg_q
131 tmp_msg_q->unblocked = 0;
171 p_msg_q->unblocked = 0;
203 if( p_msg_q->unblocked )
205 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__);
246 if( p_msg_q->unblocked )
248 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__);
254 while( linked_list_empty(p_msg_q->msg_list) && !p_msg_q->unblocked )
314 if( p_msg_q->unblocked )
    [all...]
  /hardware/qcom/gps/msm8960/utils/
msg_q.c 43 int unblocked; /* Has this message queue been unblocked? */ member in struct:msg_q
132 tmp_msg_q->unblocked = 0;
172 p_msg_q->unblocked = 0;
204 if( p_msg_q->unblocked )
206 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__);
249 if( p_msg_q->unblocked )
251 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__);
257 while( linked_list_empty(p_msg_q->msg_list) && !p_msg_q->unblocked )
317 if( p_msg_q->unblocked )
    [all...]
  /hardware/qcom/gps/msm8994/utils/
msg_q.c 43 int unblocked; /* Has this message queue been unblocked? */ member in struct:msg_q
132 tmp_msg_q->unblocked = 0;
172 p_msg_q->unblocked = 0;
204 if( p_msg_q->unblocked )
206 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__);
249 if( p_msg_q->unblocked )
251 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__);
257 while( linked_list_empty(p_msg_q->msg_list) && !p_msg_q->unblocked )
317 if( p_msg_q->unblocked )
    [all...]
  /hardware/qcom/gps/msm8996/utils/
msg_q.c 43 int unblocked; /* Has this message queue been unblocked? */ member in struct:msg_q
132 tmp_msg_q->unblocked = 0;
172 p_msg_q->unblocked = 0;
204 if( p_msg_q->unblocked )
206 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__);
249 if( p_msg_q->unblocked )
251 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__);
257 while( linked_list_empty(p_msg_q->msg_list) && !p_msg_q->unblocked )
317 if( p_msg_q->unblocked )
    [all...]
  /hardware/qcom/gps/msm8998/utils/
msg_q.c 42 int unblocked; /* Has this message queue been unblocked? */ member in struct:msg_q
131 tmp_msg_q->unblocked = 0;
171 p_msg_q->unblocked = 0;
203 if( p_msg_q->unblocked )
205 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__);
248 if( p_msg_q->unblocked )
250 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__);
256 while( linked_list_empty(p_msg_q->msg_list) && !p_msg_q->unblocked )
316 if( p_msg_q->unblocked )
    [all...]
  /hardware/qcom/gps/utils/
msg_q.c 43 int unblocked; /* Has this message queue been unblocked? */ member in struct:msg_q
132 tmp_msg_q->unblocked = 0;
172 p_msg_q->unblocked = 0;
204 if( p_msg_q->unblocked )
206 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__);
249 if( p_msg_q->unblocked )
251 LOC_LOGE("%s: Message queue has been unblocked.\n", __FUNCTION__);
257 while( linked_list_empty(p_msg_q->msg_list) && !p_msg_q->unblocked )
317 if( p_msg_q->unblocked )
    [all...]
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 294 static bool unblocked(MatrixType& mat, TranspositionType& transpositions, Workspace& temp, SignMatrix& sign) function in struct:Eigen::internal::ldlt_inplace
454 static EIGEN_STRONG_INLINE bool unblocked(MatrixType& mat, TranspositionType& transpositions, Workspace& temp, SignMatrix& sign) function in struct:Eigen::internal::ldlt_inplace
457 return ldlt_inplace<Lower>::unblocked(matt, transpositions, temp, sign);
517 m_info = internal::ldlt_inplace<UpLo>::unblocked(m_matrix, m_transpositions, m_temporary, m_sign) ? Success : NumericalIssue;
LLT.h 302 static Index unblocked(MatrixType& mat) function in struct:Eigen::internal::llt_inplace
333 return unblocked(m);
352 if((ret=unblocked(A11))>=0) return k+ret;
371 static EIGEN_STRONG_INLINE Index unblocked(MatrixType& mat) function in struct:Eigen::internal::llt_inplace
374 return llt_inplace<Scalar, Lower>::unblocked(matt);
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_transfer.c 207 bool unblocked = false, renamed = false; local
214 unblocked = true;
219 unblocked = true;
224 unblocked = true;
229 unblocked = true;
237 return unblocked;
1096 bool unblocked = false; local
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.jobs_3.7.0.v20150330-2103.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 

Completed in 3722 milliseconds