Home | History | Annotate | Download | only in java

Lines Matching defs:el

66                         xml::Element* el, ClassDefinition* class_def) {
67 xml::Attribute* attr = el->FindAttribute(xml::kSchemaAndroid, "name");
69 diag->Error(DiagMessage(source) << "<" << el->name
75 diag, source.WithLine(el->line_number), attr->value);
82 string_member->GetCommentBuilder()->AppendComment(el->comment);
85 diag->Warn(DiagMessage(source.WithLine(el->line_number))
93 xml::Element* el = xml::FindRootElement(res->root.get());
94 if (!el) {
99 if (el->name != "manifest" && !el->namespace_uri.empty()) {
111 std::vector<xml::Element*> children = el->GetChildElements();