HomeSort by relevance Sort by last modified time
    Searched full:matrix_ (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_tree_browser_cell.mm 11 @synthesize matrix = matrix_;
bookmark_tree_browser_cell.h 21 NSMatrix* matrix_; // weak variable
  /packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp 63 matrix_ = NULL;
96 matrix_ = reinterpret_cast<MatrixRow*>(share_buf_ + mtrx_nd_size + dmi_size);
213 matrix_[0].mtrx_nd_pos = mtrx_nd_pool_used_;
214 matrix_[0].mtrx_nd_num = 1;
218 MatrixNode *node = mtrx_nd_pool_ + matrix_[0].mtrx_nd_pos;
225 matrix_[0].dmi_pos = 0;
226 matrix_[0].dmi_num = 0;
227 matrix_[0].dmi_has_full_id = 1;
228 matrix_[0].mtrx_nd_fixed = node;
253 if (clear_dmi_this_step && matrix_[ch_pos].dmi_num > 0)
    [all...]
  /external/skia/bench/
MatrixBench.cpp 11 fName.printf("matrix_%s", name);
  /external/valgrind/unittest/
linear_solver.h 83 * See http://en.wikipedia.org/wiki/Matrix_(mathematics)
  /packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h 199 MatrixRow *matrix_; // The first row is for starting member in class:ime_pinyin::MatrixSearch

Completed in 69 milliseconds