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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.cpp 24 mProfiler(dicNode.mProfiler),
34 mProfiler = dicNode.mProfiler;
dic_node.h 72 DicNodeProfiler mProfiler;
86 mProfiler(),
102 PROF_NODE_COPY(&dicNode->mProfiler, mProfiler);
114 PROF_NODE_RESET(mProfiler);
123 PROF_NODE_COPY(&parentNode->mProfiler, mProfiler);
150 PROF_NODE_COPY(&dicNode->mProfiler, mProfiler);
168 PROF_NODE_COPY(&dicNode->mProfiler, mProfiler)
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
weighting.cpp 34 PROF_OMISSION(node->mProfiler);
37 PROF_ADDITIONAL_PROXIMITY(node->mProfiler);
40 PROF_SUBSTITUTION(node->mProfiler);
43 PROF_NEW_WORD(node->mProfiler);
46 PROF_MATCH(node->mProfiler);
49 PROF_COMPLETION(node->mProfiler);
52 PROF_TERMINAL(node->mProfiler);
55 PROF_SPACE_SUBSTITUTION(node->mProfiler);
58 PROF_INSERTION(node->mProfiler);
61 PROF_TRANSPOSITION(node->mProfiler);
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 178 Profiler mProfiler;
    [all...]

Completed in 45 milliseconds