Home
last modified time | relevance | path

Searched defs:lines (Results 1 – 7 of 7) sorted by relevance

/art/compiler/
Dcfi_test.h42 std::vector<std::string> lines; in GenerateExpected() local
109 static void ReformatCfi(const std::vector<std::string>& lines, in ReformatCfi()
/art/tools/
Dcpplint.py959 def FindNextMultiLineCommentStart(lines, lineix): argument
970 def FindNextMultiLineCommentEnd(lines, lineix): argument
979 def RemoveMultiLineCommentsFromRange(lines, begin, end): argument
987 def RemoveMultiLineComments(filename, lines, error): argument
1028 def __init__(self, lines): argument
1131 def CheckForCopyright(filename, lines, error): argument
1168 def CheckForHeaderGuard(filename, lines, error): argument
1243 def CheckForUnicodeReplacementCharacters(filename, lines, error): argument
1262 def CheckForNewlineAtEOF(filename, lines, error): argument
3857 def ProcessFileData(filename, file_extension, lines, error, argument
/art/tools/common/
Dcommon.py252 def WriteLines(self, file_path, lines): argument
332 def WriteLines(self, file_path, lines): argument
413 def WriteLines(self, file_path, lines): argument
/art/compiler/debug/dwarf/
Ddwarf_test.h86 std::vector<std::string> lines; in Objdump() local
/art/test/913-heaps/src/art/
DTest913.java379 String[] lines = in doFollowReferencesTestImpl() local
559 public void process(String[] lines, String additionalEnabledReferrer, boolean filtered) { in process()
701 private static void print(String[] lines) { in print()
/art/test/913-heaps/
Dheaps.cc505 std::vector<std::string> lines = config.GetLines(); in Java_art_Test913_followReferences() local
/art/oatdump/
Doatdump.cc2928 std::vector<std::string> lines = ReadCommentedInputFromFile(imt_file); in DumpImt() local