Home
last modified time | relevance | path

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

12

/external/python/cpython3/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_paragraph.py63 linelength = int(text.index("%d.end" % line).split('.')[1])
64 for col in (0, linelength//2, linelength):
/external/fonttools/Lib/fontTools/misc/
DxmlWriter.py129 linelength = 16
130 hexlinelength = linelength * 2
132 for i in range(0, len(data), linelength):
133 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.c2421 PCRE2_SIZE length, linelength; in pcre2grep() local
2433 linelength = t - ptr - endlinelength; in pcre2grep()
2434 length = multiline? (PCRE2_SIZE)(endptr - ptr) : linelength; in pcre2grep()
2692 while (startoffset > linelength) in pcre2grep()
2694 ptr += linelength + endlinelength; in pcre2grep()
2695 filepos += (int)(linelength + endlinelength); in pcre2grep()
2697 startoffset -= (int)(linelength + endlinelength); in pcre2grep()
2699 linelength = t - ptr - endlinelength; in pcre2grep()
2803 FWRITE_IGNORE(ptr + offsets[last], 1, linelength - offsets[last], stdout); in pcre2grep()
2856 while (startoffset > linelength + endlinelength) in pcre2grep()
[all …]
/external/conscrypt/
DCPPLINT.cfg4 linelength=100
/external/vixl/
DCPPLINT.cfg38 linelength=80
/external/curl/lib/
Dcookie.c465 size_t linelength = strlen(lineptr); in Curl_cookie_add() local
466 if(linelength > MAX_COOKIE_LINE) { in Curl_cookie_add()
/external/libxkbcommon/xkbcommon/build-aux/
Dtraces.23025 # Instead, let's just punt: use the minimum linelength reported by
Dtraces.0365 # Instead, let's just punt: use the minimum linelength reported by
/external/swiftshader/third_party/LLVM/autoconf/m4/
Dlibtool.m4721 # Instead, let's just punt: use the minimum linelength reported by
/external/google-breakpad/m4/
Dlibtool.m41525 # Instead, let's just punt: use the minimum linelength reported by
/external/libusb-compat/m4/
Dlibtool.m41525 # Instead, let's just punt: use the minimum linelength reported by
/external/cmockery/cmockery_0_1_2/
Daclocal.m4730 # 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/speex/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/libnetfilter_conntrack/m4/
Dlibtool.m41638 # 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/lmfit/m4/
Dlibtool.m41638 # Instead, let's just punt: use the minimum linelength reported by
/external/libevent/m4/
Dlibtool.m41701 # 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/curl/m4/
Dlibtool.m41700 # Instead, let's just punt: use the minimum linelength reported by

12