Home
last modified time | relevance | path

Searched defs:profiler (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node_profiler.h23 #define PROF_SPACE_SUBSTITUTION(profiler) profiler.profSpaceSubstitution() argument
24 #define PROF_SPACE_OMISSION(profiler) profiler.profSpaceOmission() argument
25 #define PROF_ADDITIONAL_PROXIMITY(profiler) profiler.profAdditionalProximity() argument
26 #define PROF_SUBSTITUTION(profiler) profiler.profSubstitution() argument
27 #define PROF_OMISSION(profiler) profiler.profOmission() argument
28 #define PROF_INSERTION(profiler) profiler.profInsertion() argument
29 #define PROF_MATCH(profiler) profiler.profMatch() argument
30 #define PROF_COMPLETION(profiler) profiler.profCompletion() argument
31 #define PROF_TRANSPOSITION(profiler) profiler.profTransposition() argument
32 #define PROF_NEARESTKEY(profiler) profiler.profNearestKey() argument
[all …]
/packages/apps/Camera2/src/com/android/camera/app/
DFirstRunDetector.java46 private FirstRunDetector(Profiler profiler) { in FirstRunDetector()