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

  /external/valgrind/main/none/tests/
pending.stdout.exp 5 5: unblocked...
  /external/chromium/net/test/
test_server_win.cc 79 // Writes |size| bytes to |handle| and sets |*unblocked| to true.
81 void UnblockPipe(HANDLE handle, DWORD size, bool* unblocked) {
91 *unblocked = true;
104 bool unblocked = false;
107 NewRunnableFunction(UnblockPipe, write_fd, bytes_max, &unblocked),
127 if (unblocked) {
  /external/eigen/Eigen/src/Cholesky/
LLT.h 264 static typename MatrixType::Index unblocked(MatrixType& mat) function in struct:Eigen::internal::llt_inplace
296 return unblocked(m);
315 if((ret=unblocked(A11))>=0) return k+ret;
334 static EIGEN_STRONG_INLINE typename MatrixType::Index unblocked(MatrixType& mat) function in struct:Eigen::internal::llt_inplace
337 return llt_inplace<Scalar, Lower>::unblocked(matt);
LDLT.h 249 static bool unblocked(MatrixType& mat, TranspositionType& transpositions, Workspace& temp, int* sign=0) function in struct:Eigen::internal::ldlt_inplace
393 static EIGEN_STRONG_INLINE bool unblocked(MatrixType& mat, TranspositionType& transpositions, Workspace& temp, int* sign=0) function in struct:Eigen::internal::ldlt_inplace
396 return ldlt_inplace<Lower>::unblocked(matt, transpositions, temp, sign);
439 internal::ldlt_inplace<UpLo>::unblocked(m_matrix, m_transpositions, m_temporary, &m_sign);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 

Completed in 96 milliseconds