Home
last modified time | relevance | path

Searched refs:linelength (Results 1 – 25 of 28) sorted by relevance

12

/external/python/cpython3/Lib/idlelib/idle_test/
Dmock_tk.py158 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
Dtest_format.py65 linelength = int(text.index("%d.end" % line).split('.')[1])
66 for col in (0, linelength//2, linelength):
/external/fonttools/Lib/fontTools/misc/
DxmlWriter.py128 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/
Dmock_tk.py153 linelength = len(self.data[line]) -1 # position before/at \n
155 return line, linelength
162 elif char > linelength:
163 char = linelength
Dtest_formatparagraph.py62 linelength = int(text.index("%d.end" % line).split('.')[1])
63 for col in (0, linelength//2, linelength):
/external/pcre/dist2/src/
Dpcre2grep.c2586 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/
DCPPLINT.cfg4 linelength=100
/external/vixl/
DCPPLINT.cfg38 linelength=80
/external/curl/lib/
Dcookie.c468 size_t linelength = strlen(lineptr); in Curl_cookie_add() local
469 if(linelength > MAX_COOKIE_LINE) { in Curl_cookie_add()
/external/cpuinfo/test/dmesg/
Dalldocube-iwork8.log643 …63953] simple-framebuffer simple-framebuffer.0: format=a8r8g8b8, mode=1200x1922x32, linelength=4800
/external/google-breakpad/m4/
Dlibtool.m41525 # Instead, let's just punt: use the minimum linelength reported by
/external/speex/m4/
Dlibtool.m41638 # Instead, let's just punt: use the minimum linelength reported by
/external/llvm-project/polly/lib/External/ppcg/m4/
Dlibtool.m41632 # Instead, let's just punt: use the minimum linelength reported by
/external/libnfnetlink/m4/
Dlibtool.m41625 # Instead, let's just punt: use the minimum linelength reported by
/external/libnetfilter_conntrack/m4/
Dlibtool.m41638 # Instead, let's just punt: use the minimum linelength reported by
/external/lmfit/m4/
Dlibtool.m41638 # Instead, let's just punt: use the minimum linelength reported by
/external/libcap-ng/libcap-ng-0.7/m4/
Dlibtool.m41625 # Instead, let's just punt: use the minimum linelength reported by
/external/libexif/auto-m4/
Dlibtool.m41568 # Instead, let's just punt: use the minimum linelength reported by
/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dlibtool.m41674 # Instead, let's just punt: use the minimum linelength reported by
/external/curl/m4/
Dlibtool.m41700 # Instead, let's just punt: use the minimum linelength reported by
/external/ImageMagick/m4/
Dlibtool.m41701 # Instead, let's just punt: use the minimum linelength reported by
/external/llvm-project/polly/lib/External/isl/m4/
Dlibtool.m41700 # Instead, let's just punt: use the minimum linelength reported by
/external/libpng/scripts/
Dlibtool.m41701 # Instead, let's just punt: use the minimum linelength reported by
/external/expat/m4/
Dlibtool.m41701 # Instead, let's just punt: use the minimum linelength reported by
/external/libevent/m4/
Dlibtool.m41713 # Instead, let's just punt: use the minimum linelength reported by

12