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

  /system/core/liblog/
fake_log_device.c 81 } tagSet[kTagSetSize];
257 logState->tagSet[entry].minPriority = minPrio;
258 strcpy(logState->tagSet[entry].tag, tagName);
261 logState->tagSet[entry].tag,
262 logState->tagSet[entry].minPriority);
578 if (state->tagSet[i].minPriority == ANDROID_LOG_UNKNOWN)
581 if (strcmp(state->tagSet[i].tag, tag) == 0) {
583 minPrio = state->tagSet[i].minPriority;
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventLogParser.java 315 Set<Entry<Integer, String>> tagSet = mTagMap.entrySet();
316 for (Entry<Integer, String> entry : tagSet) {

Completed in 2954 milliseconds