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

1 2

  /build/tools/
java-event-log-tags.py 60 tagfile = event_log_tags.TagFile(fn) variable
66 merged_tagfile = event_log_tags.TagFile(merged_fn)
68 for t in tagfile.tags:
79 if "java_package" not in tagfile.options:
80 tagfile.AddError("java_package option not specified", linenum=0)
83 if "javadoc_hide" in tagfile.options:
84 hide = event_log_tags.BooleanFromString(tagfile.options["javadoc_hide"][0])
86 if tagfile.errors:
87 for fn, ln, msg in tagfile.errors
    [all...]
merge-event-log-tags.py 82 for t in event_log_tags.TagFile(pre_merged_file).tags:
86 tagfile = event_log_tags.TagFile(fn) variable
88 for t in tagfile.tags:
107 tagfile.AddWarning("tag \"%s\" (%s) duplicated in %s:%d" %
111 tagfile.AddError(
121 tagfile.AddError(
131 errors.extend(tagfile.errors)
132 warnings.extend(tagfile.warnings)
event_log_tags.py 31 class TagFile(object):
  /sdk/eventanalyzer/src/com/android/eventanalyzer/
EventAnalyzer.java 176 String tagFile = mInputBinaryFile + TAG_FILE_EXT;
177 if (mParser.init(tagFile) == false) {
185 printAndExit("Failed to get event tags from " + tagFile, false /* terminate*/);
209 String tagFile = filePath + TAG_FILE_EXT;
210 if (mParser.init(tagFile) == false) {
218 printAndExit("Failed to get event tags from " + tagFile, false /* terminate*/);
  /external/bison/doc/
Doxyfile.in     [all...]
  /external/chromium_org/third_party/mesa/src/doxygen/
common.doxy     [all...]
gallium.doxy     [all...]
  /external/dropbear/libtomcrypt/
Doxyfile     [all...]
  /external/libmtp/doc/
Doxyfile.in     [all...]
  /external/libvorbis/doc/
Doxyfile.in     [all...]
  /external/mesa3d/doxygen/
common.doxy     [all...]
gallium.doxy     [all...]
  /external/antlr/antlr-3.4/runtime/C/
doxyfile     [all...]
  /external/chromium_org/ppapi/c/documentation/
Doxyfile     [all...]
  /external/chromium_org/ppapi/cpp/documentation/
Doxyfile     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/
Doxyfile     [all...]
  /external/chromium_org/third_party/opus/src/doc/
Doxyfile.in     [all...]
  /external/clang/docs/
doxygen.cfg.in     [all...]
  /external/eigen/doc/
Doxyfile.in     [all...]
  /external/eigen/unsupported/doc/
Doxyfile.in     [all...]
  /external/libusb/doc/
doxygen.cfg.in     [all...]
  /external/libvpx/libvpx/
libs.doxy_template     [all...]
  /external/libvpx/libvpx/nestegg/docs/
Doxyfile.in     [all...]
  /external/llvm/docs/
doxygen.cfg.in     [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/
Doxyfile     [all...]

Completed in 672 milliseconds

1 2