HomeSort by relevance Sort by last modified time
    Searched full:tagset (Results 1 - 5 of 5) sorted by null

  /development/simulator/wrapsim/
DevLog.c 53 } tagSet[kTagSetSize];
148 logState->tagSet[entry].minPriority = minPrio;
149 strcpy(logState->tagSet[entry].tag, tagName);
152 logState->tagSet[entry].tag,
153 logState->tagSet[entry].minPriority);
435 if (state->tagSet[i].minPriority == ANDROID_LOG_UNKNOWN)
438 if (strcmp(state->tagSet[i].tag, tag) == 0) {
440 minPrio = state->tagSet[i].minPriority;
  /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) {
  /prebuilt/sdk/tools/linux/
zipalign 
aapt 

Completed in 780 milliseconds