OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_POINTER_COUNT_G
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state_input.h
36
for (int i = 0; i <
MAX_POINTER_COUNT_G
; i++) {
46
for (int i = 0; i <
MAX_POINTER_COUNT_G
; i++) {
95
int mInputIndex[
MAX_POINTER_COUNT_G
];
96
int mPrevCodePoint[
MAX_POINTER_COUNT_G
];
97
float mTerminalDiffCost[
MAX_POINTER_COUNT_G
];
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
dic_traverse_session.cpp
78
ASSERT(1 <= maxPointerCount && maxPointerCount <=
MAX_POINTER_COUNT_G
);
83
maxPointerCount ==
MAX_POINTER_COUNT_G
dic_traverse_session.h
123
for (int i = 0; i <
MAX_POINTER_COUNT_G
; ++i) {
137
for (int i = 0; i <
MAX_POINTER_COUNT_G
; ++i) {
166
ASSERT(mMaxPointerCount <=
MAX_POINTER_COUNT_G
);
203
ProximityInfoState mProximityInfoStates[
MAX_POINTER_COUNT_G
];
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h
568
for (int i = 0; i <
MAX_POINTER_COUNT_G
; i++) {
Completed in 26 milliseconds