OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROF_START
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/src/
defines.h
39
#define PROF_OPEN do { PROF_RESET;
PROF_START
(PROF_BUF_SIZE - 1); } while(0)
40
#define
PROF_START
(prof_buf_id) do { \
81
#define
PROF_START
(prof_buf_id)
unigram_dictionary.cpp
153
PROF_START
(20);
182
PROF_START
(0);
193
PROF_START
(1);
197
PROF_START
(2);
201
PROF_START
(3);
205
PROF_START
(4);
209
PROF_START
(5);
222
PROF_START
(6);
[
all
...]
/packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp
49
PROF_START
(66);
Completed in 43 milliseconds