Searched defs:lines (Results 1 – 6 of 6) sorted by relevance
/art/compiler/ |
D | cfi_test.h | 40 std::vector<std::string> lines; in GenerateExpected() local 99 static void ReformatCfi(const std::vector<std::string>& lines, in ReformatCfi()
|
/art/tools/ |
D | cpplint.py | 933 def FindNextMultiLineCommentStart(lines, lineix): argument 944 def FindNextMultiLineCommentEnd(lines, lineix): argument 953 def RemoveMultiLineCommentsFromRange(lines, begin, end): argument 961 def RemoveMultiLineComments(filename, lines, error): argument 1002 def __init__(self, lines): argument 1105 def CheckForCopyright(filename, lines, error): argument 1142 def CheckForHeaderGuard(filename, lines, error): argument 1217 def CheckForUnicodeReplacementCharacters(filename, lines, error): argument 1236 def CheckForNewlineAtEOF(filename, lines, error): argument 3831 def ProcessFileData(filename, file_extension, lines, error, argument
|
D | checker.py | 359 def __init__(self, name, lines, fileName=None, lineNo=-1): argument 381 def __splitByVariant(self, lines, variant): argument 599 def _processGroup(self, name, lines, lineNo): argument 690 def _processGroup(self, name, lines, lineNo): argument
|
D | checker_test.py | 259 def prepareChecks(lines): argument
|
/art/compiler/dex/quick/ |
D | resource_mask.cc | 136 constexpr bool CheckTwoRegsMaskTable(size_t lines) { in CheckTwoRegsMaskTable()
|
/art/compiler/dwarf/ |
D | dwarf_test.h | 96 std::vector<std::string> lines; in Objdump() local
|