Searched refs:lines (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/tools/ |
D | generate-NOTICE.py | 36 def ExtractCopyrightAt(lines, i): argument 37 hash = lines[i].startswith("#") 43 if "/*" in lines[start - 1]: 49 while i < len(lines): 50 if "*/" in lines[i]: 52 if hash and len(lines[i]) == 0: 54 …if "\t@(#)" in lines[i] or "\tfrom: @(#)" in lines[i] or "From: @(#)" in lines[i] or "from OpenBSD… 56 if "\tcitrus Id: " in lines[i]: 58 …if "\t$Citrus: " in lines[i] or "\t$OpenBSD: " in lines[i] or " $FreeBSD: " in lines[i] or "\t$Net… 60 if "$FreeBSD$" in lines[i] or "$Citrus$" in lines[i]: [all …]
|
/bionic/libc/kernel/tools/ |
D | cpp.py | 418 def __init__(self,lines=[],lineno=1): argument 422 self.lines = lines 424 self.count = len(lines) 437 self.lines.append(line) 443 self.setLineText(self.lines[self.index]) 1636 def parseLines(self,lines): argument 1638 return self.getBlocks( CppLinesTokenizer(lines) ) 1648 def test_block_parsing(lines,expected): argument 1649 blocks = BlockParser().parse( CppLinesTokenizer(lines) ) 1836 lines = string.split(text, '\n') [all …]
|
/bionic/libc/arch-mips/string/ |
D | memcpy.S | 302 pref 0,128(a1) # bring the next lines of src, addr 128 332 pref 0, 160(a1) # bring the next lines of src, addr 160
|
/bionic/libc/arch-mips64/string/ |
D | memcpy.S | 302 pref 0,128(a1) # bring the next lines of src, addr 128 332 pref 0, 160(a1) # bring the next lines of src, addr 160
|
/bionic/libc/ |
D | SYSCALLS.TXT | 150 # That means that every system call in this section should take three lines. 163 # (mmap only gets two lines because we only used the 64-bit variant on 32-bit systems.) 166 # (fallocate only gets two lines because there is no 32-bit variant.)
|