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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.cpp 24 mProfiler(dicNode.mProfiler),
33 mProfiler = dicNode.mProfiler;
dic_node.h 85 DicNodeProfiler mProfiler;
91 mProfiler(),
104 PROF_NODE_COPY(&dicNode->mProfiler, mProfiler);
112 PROF_NODE_RESET(mProfiler);
125 PROF_NODE_COPY(&dicNode->mProfiler, mProfiler);
135 PROF_NODE_COPY(&parentDicNode->mProfiler, mProfiler);
148 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_TERMINAL_INSERTION(node->mProfiler);
58 PROF_SPACE_SUBSTITUTION(node->mProfiler);
61 PROF_INSERTION(node->mProfiler);
    [all...]
  /frameworks/base/libs/hwui/renderthread/
CanvasContext.h 151 FrameInfoVisualizer& profiler() { return mProfiler; }
256 FrameInfoVisualizer mProfiler;
CanvasContext.cpp 148 , mProfiler(mJankTracker.frames())
154 mProfiler.setDensity(mRenderThread.mainDisplayInfo().density);
  /packages/apps/Camera2/src/com/android/camera/
CaptureModule.java 344 private final Profiler mProfiler = Profilers.instance().guard();
353 Profile guard = mProfiler.create("new CaptureModule").start();
402 Profile guard = mProfiler.create("CaptureModule.init").start();
679 Profile guard = mProfiler.create("CaptureModule.resume").start();
    [all...]
CameraActivity.java 291 private final Profiler mProfiler = Profilers.instance().guard();
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 268 Profiler mProfiler;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 304 milliseconds