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

  /test/vts/utils/python/coverage/
gcda_parser.py 47 TAG_FUNCTION = 0x01000000
104 if (tag == self.TAG_FUNCTION or tag == self.TAG_COUNTER or
111 if tag == self.TAG_FUNCTION:
gcno_parser.py 56 TAG_FUNCTION = 0x01000000
100 if (tag == self.TAG_FUNCTION or tag == self.TAG_BLOCKS or
111 if tag == self.TAG_FUNCTION:
  /tools/tradefederation/core/src/com/android/tradefed/profiler/recorder/
TraceLine.java 33 public static final String TAG_FUNCTION = "FUNCTION";

Completed in 205 milliseconds