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

  /build/tools/
java-event-log-tags.py 59 tagfile = event_log_tags.TagFile(fn) variable
65 merged_tagfile = event_log_tags.TagFile(merged_fn)
67 for t in tagfile.tags:
78 if "java_package" not in tagfile.options:
79 tagfile.AddError("java_package option not specified", linenum=0)
82 if "javadoc_hide" in tagfile.options:
83 hide = event_log_tags.BooleanFromString(tagfile.options["javadoc_hide"][0])
85 if tagfile.errors:
86 for fn, ln, msg in tagfile.errors
    [all...]
merge-event-log-tags.py 75 tagfile = event_log_tags.TagFile(fn) variable
77 for t in tagfile.tags:
96 tagfile.AddWarning("tag \"%s\" (%s) duplicated in %s:%d" %
100 tagfile.AddError(
110 tagfile.AddError(
120 errors.extend(tagfile.errors)
121 warnings.extend(tagfile.warnings)
event_log_tags.py 31 class TagFile(object):
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventLogImporter.java 41 final String tagFile = top + "/system/core/logcat/event-log-tags";
43 new InputStreamReader(new FileInputStream(tagFile)));
  /sdk/eventanalyzer/src/com/android/eventanalyzer/
EventAnalyzer.java 174 String tagFile = mInputBinaryFile + TAG_FILE_EXT;
175 if (mParser.init(tagFile) == false) {
183 printAndExit("Failed to get event tags from " + tagFile, false /* terminate*/);
207 String tagFile = filePath + TAG_FILE_EXT;
208 if (mParser.init(tagFile) == false) {
216 printAndExit("Failed to get event tags from " + tagFile, false /* terminate*/);
  /external/dropbear/libtomcrypt/
Doxyfile     [all...]
  /external/srec/doc/
srec.doxygen     [all...]
  /external/opencore/extern_tools_v2/bin/linux/
tar 

Completed in 1608 milliseconds