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

  /frameworks/base/tools/aapt2/configuration/
ConfigurationParser.cpp 249 [](PostProcessingConfiguration* config, Element* root_element, IDiagnostics* diag) -> bool {
251 for (const auto& attr : root_element->attributes) {
276 [](PostProcessingConfiguration* config, Element* root_element, IDiagnostics* diag) -> bool {
277 for (auto& node : root_element->children) {
288 [](PostProcessingConfiguration* config, Element* root_element, IDiagnostics* diag) -> bool {
289 std::string label = GetLabel(root_element, diag);
297 for (auto* child : root_element->GetChildElements()) {
316 [](PostProcessingConfiguration* config, Element* root_element, IDiagnostics* diag) -> bool {
317 std::string label = GetLabel(root_element, diag);
325 for (auto* child : root_element->GetChildElements())
    [all...]
  /external/libxml2/doc/examples/
tree1.c 54 xmlNode *root_element = NULL; local
74 root_element = xmlDocGetRootElement(doc);
76 print_element_names(root_element);
  /development/testrunner/test_defs/
test_defs.py 74 root_element = self._GetRootElement(doc)
76 for element in root_element.childNodes:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 106 protected final static String ROOT_ELEMENT = "";
    [all...]

Completed in 256 milliseconds