Searched refs:linelength (Results 1 – 25 of 28) sorted by relevance
12
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | mock_tk.py | 158 linelength = len(self.data[line]) -1 # position before/at \n 160 return line, linelength 163 return line, linelength - int(m.group(1)) 169 elif char > linelength: 170 char = linelength
|
D | test_format.py | 65 linelength = int(text.index("%d.end" % line).split('.')[1]) 66 for col in (0, linelength//2, linelength):
|
/external/fonttools/Lib/fontTools/misc/ |
D | xmlWriter.py | 128 linelength = 16 129 hexlinelength = linelength * 2 131 for i in range(0, len(data), linelength): 132 hexline = hexStr(data[i:i+linelength])
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | mock_tk.py | 153 linelength = len(self.data[line]) -1 # position before/at \n 155 return line, linelength 162 elif char > linelength: 163 char = linelength
|
D | test_formatparagraph.py | 62 linelength = int(text.index("%d.end" % line).split('.')[1]) 63 for col in (0, linelength//2, linelength):
|
/external/pcre/dist2/src/ |
D | pcre2grep.c | 2586 PCRE2_SIZE length, linelength; in pcre2grep() local 2610 linelength = t - ptr - endlinelength; in pcre2grep() 2611 length = multiline? (PCRE2_SIZE)(endptr - ptr) : linelength; in pcre2grep() 2873 while (startoffset > linelength) in pcre2grep() 2875 ptr += linelength + endlinelength; in pcre2grep() 2876 filepos += (int)(linelength + endlinelength); in pcre2grep() 2878 startoffset -= (int)(linelength + endlinelength); in pcre2grep() 2880 linelength = t - ptr - endlinelength; in pcre2grep() 2987 FWRITE_IGNORE(ptr + offsets[last], 1, linelength - offsets[last], stdout); in pcre2grep() 3040 while (startoffset > linelength + endlinelength) in pcre2grep() [all …]
|
/external/conscrypt/ |
D | CPPLINT.cfg | 4 linelength=100
|
/external/vixl/ |
D | CPPLINT.cfg | 38 linelength=80
|
/external/curl/lib/ |
D | cookie.c | 468 size_t linelength = strlen(lineptr); in Curl_cookie_add() local 469 if(linelength > MAX_COOKIE_LINE) { in Curl_cookie_add()
|
/external/cpuinfo/test/dmesg/ |
D | alldocube-iwork8.log | 643 …63953] simple-framebuffer simple-framebuffer.0: format=a8r8g8b8, mode=1200x1922x32, linelength=4800
|
/external/google-breakpad/m4/ |
D | libtool.m4 | 1525 # Instead, let's just punt: use the minimum linelength reported by
|
/external/speex/m4/ |
D | libtool.m4 | 1638 # Instead, let's just punt: use the minimum linelength reported by
|
/external/llvm-project/polly/lib/External/ppcg/m4/ |
D | libtool.m4 | 1632 # Instead, let's just punt: use the minimum linelength reported by
|
/external/libnfnetlink/m4/ |
D | libtool.m4 | 1625 # Instead, let's just punt: use the minimum linelength reported by
|
/external/libnetfilter_conntrack/m4/ |
D | libtool.m4 | 1638 # Instead, let's just punt: use the minimum linelength reported by
|
/external/lmfit/m4/ |
D | libtool.m4 | 1638 # Instead, let's just punt: use the minimum linelength reported by
|
/external/libcap-ng/libcap-ng-0.7/m4/ |
D | libtool.m4 | 1625 # Instead, let's just punt: use the minimum linelength reported by
|
/external/libexif/auto-m4/ |
D | libtool.m4 | 1568 # Instead, let's just punt: use the minimum linelength reported by
|
/external/python/cpython2/Modules/_ctypes/libffi/m4/ |
D | libtool.m4 | 1674 # Instead, let's just punt: use the minimum linelength reported by
|
/external/curl/m4/ |
D | libtool.m4 | 1700 # Instead, let's just punt: use the minimum linelength reported by
|
/external/ImageMagick/m4/ |
D | libtool.m4 | 1701 # Instead, let's just punt: use the minimum linelength reported by
|
/external/llvm-project/polly/lib/External/isl/m4/ |
D | libtool.m4 | 1700 # Instead, let's just punt: use the minimum linelength reported by
|
/external/libpng/scripts/ |
D | libtool.m4 | 1701 # Instead, let's just punt: use the minimum linelength reported by
|
/external/expat/m4/ |
D | libtool.m4 | 1701 # Instead, let's just punt: use the minimum linelength reported by
|
/external/libevent/m4/ |
D | libtool.m4 | 1713 # Instead, let's just punt: use the minimum linelength reported by
|
12