Searched refs:HEADER (Results 1 – 4 of 4) sorted by relevance
83 private static final String HEADER = field in ChangeIdProcessorTest109 String expectedFile = HEADER + "<config>" + in testCompatConfigXmlOutput()155 String libcoreExpectedFile = HEADER + "<config>" + in testCompatConfigXmlOutput_multiplePackages()161 String androidExpectedFile = HEADER + "<config>" + in testCompatConfigXmlOutput_multiplePackages()198 String expectedFile = HEADER + "<config>" + in testCompatConfigXmlOutput_innerClass()230 String expectedFile = HEADER + "<config>" + in testCompatConfigXmlOutput_interface()263 String expectedFile = HEADER + "<config>" + in testCompatConfigXmlOutput_enum()366 String expectedFile = HEADER + "<config>" + in testLoggingOnly()525 String expectedFile = HEADER + "<config>" + in testCompatConfigXmlOutput_hideTag()
29 private static final String HEADER = field in XmlWriterTest39 String expected = HEADER + "<config/>"; in testNoChanges()55 String expected = HEADER + "<config>" in testOneChange()99 String expected = HEADER + "<config>" in testSomeChanges()
38 … assertNotNull(FtraceImporter.Factory.importerFor(HEADER.makeLoadedReader(), FatalImportFeedback)) in testImporterFor()40 assertNull(FtraceImporter.Factory.importerFor(HEADER.makeReader(), FatalImportFeedback)) in testImporterFor()160 return lines.joinToString("\n", HEADER) in withHeader()163 val HEADER = """TRACE: constant
461 HEADER = "\033[95m" variable in TextColors