Home
last modified time | relevance | path

Searched defs:profiler (Results 1 – 4 of 4) 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/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/profiling/
DProfilingTest.java26 Profiler profiler = Profiler.createInstance("foo"); in testStartReturnsActualStopWatch() local
32 Profiler profiler = Profiler.createNoOpInstance("foo"); in testStartReturnsFakeStopWatch() local
/packages/apps/Camera2/src/com/android/camera/app/
DFirstRunDetector.java46 private FirstRunDetector(Profiler profiler) { in FirstRunDetector()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/js/
DJSScriptEngine.java109 JavaScriptSandboxProvider(Profiler profiler, LoggerFactory.Logger logger) { in JavaScriptSandboxProvider()