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

  /build/make/tools/
java-event-log-tags.py 60 tagfile = event_log_tags.TagFile(fn) variable
67 merged_tagfile = event_log_tags.TagFile(merged_fn)
69 for t in tagfile.tags:
82 for t in tagfile.tags:
86 if "java_package" not in tagfile.options:
87 tagfile.AddError("java_package option not specified", linenum=0)
90 if "javadoc_hide" in tagfile.options:
91 hide = event_log_tags.BooleanFromString(tagfile.options["javadoc_hide"][0])
93 if 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)
  /system/core/liblog/
event_tag_map.cpp 420 const char* tagfile = fileName ? fileName : eventTagFiles[which]; local
422 fd[which] = open(tagfile, O_RDONLY | O_CLOEXEC);
426 fprintf(stderr, OUT_TAG ": unable to open map '%s': %s\n", tagfile,
436 fprintf(stderr, OUT_TAG ": unable to seek map '%s' %s\n", tagfile,
461 const char* tagfile = fileName ? fileName : eventTagFiles[which]; local
463 fprintf(stderr, OUT_TAG ": mmap(%s) failed: %s\n", tagfile,
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 

Completed in 226 milliseconds