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

  /external/chromium_org/build/android/lint/
suppress.py 74 new_dom = minidom.getDOMImplementation().createDocument(None, 'lint', None)
75 top_element = new_dom.documentElement
76 top_element.appendChild(new_dom.createComment(_DOC))
80 issue = new_dom.createElement('issue')
88 ignore = new_dom.createElement('ignore')
94 f.write(new_dom.toprettyxml(indent=' ', encoding='utf-8'))
  /art/compiler/sea_ir/ir/
sea.cc 92 Region* new_dom = NULL; local
100 new_dom = root_pred;
111 DCHECK(NULL != new_dom);
112 new_dom = SeaGraph::Intersect(*pred_it, new_dom);
116 if ((*crt_it)->GetIDominator() != new_dom) {
117 (*crt_it)->SetIDominator(new_dom);

Completed in 69 milliseconds