Home
last modified time | relevance | path

Searched refs:test_xml_indent (Results 1 – 1 of 1) sorted by relevance

/build/soong/tradefed/
Dautogen.go27 const test_xml_indent = " " const
99 optionDelimiter := fmt.Sprintf("\\n%s%s", test_xml_indent, test_xml_indent)
103 …Sprintf(`<target_preparer class="%s">%s\n%s</target_preparer>`, ob.Class, options, test_xml_indent)
105 …printf(`<object type="%s" class="%s">%s\n%s</object>`, ob.Type, ob.Class, options, test_xml_indent)
123 extraConfigs := strings.Join(configStrings, fmt.Sprintf("\\n%s", test_xml_indent))
279 extraConfigs := strings.Join(configStrings, fmt.Sprintf("\\n%s", test_xml_indent))