OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matrix_
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
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
...]
/packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h
199
MatrixRow *
matrix_
; // The first row is for starting
member in class:ime_pinyin::MatrixSearch
Completed in 204 milliseconds