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

  /frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
SysTrace.java 44 * @param counterName The counter name to appear in the trace.
48 public static void traceCounter(String counterName, int counterValue) {
50 Log.v(TAG, "traceCounter " + counterName + " " + counterValue);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderCounter.h 69 void showCounterRendererTree(const WebCore::RenderObject*, const char* counterName = 0);
RenderCounter.cpp 597 void showCounterRendererTree(const WebCore::RenderObject* renderer, const char* counterName)
605 AtomicString identifier(counterName);
613 counterName ? WebCore::counterMaps().get(current)->get(identifier) : (WebCore::CounterNode*)1 : (WebCore::CounterNode*)0);
  /frameworks/base/core/java/android/os/
Trace.java 153 * @param counterName The counter name to appear in the trace.
158 public static void traceCounter(long traceTag, String counterName, int counterValue) {
160 nativeTraceCounter(traceTag, counterName, counterValue);
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp     [all...]
  /frameworks/native/opengl/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/GLES2/
gl2ext.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp     [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_api.h     [all...]
gltrace_api.cpp     [all...]

Completed in 986 milliseconds