Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/lang/objc/objc-ivar-stripped/
DTestObjCIvarStripped.py20 self.stop_line = line_number(
38 self.main_source, self.stop_line)
/external/llvm-project/lldb/test/API/lang/objc/objc-ivar-offsets/
DTestObjCIvarOffsets.py20 self.stop_line = line_number(
33 self.main_source, self.stop_line)
/external/llvm-project/lldb/test/API/source-manager/
DTestSourceManager.py43 stop_line = get_line(self.file, self.line)
49 return len(stop_line) - len(stop_line.lstrip()) + 1
/external/python/cpython3/Tools/clinic/
Dclinic.py373 stop_line = "" variable in Language
448 stop_line = "#[{dsl_name} start generated code]*/" variable in PythonLanguage
594 stop_line = "[{dsl_name} start generated code]*/" variable in CLanguage
1544 stop_line = self.language.stop_line.format(dsl_name=dsl_name)
1550 if not line.startswith(stop_line):
1552 remainder = line[len(stop_line):]
1653 write(self.language.stop_line.format(dsl_name=dsl_name))