Home
last modified time | relevance | path

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

12

/external/fonttools/Lib/fontTools/misc/
DxmlWriter.py104 linelength = 16
105 hexlinelength = linelength * 2
107 for i in range(0, len(data), linelength):
108 hexline = hexStr(data[i:i+linelength])
/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.py62 linelength = int(text.index("%d.end" % line).split('.')[1])
63 for col in (0, linelength//2, 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/conscrypt/
DCPPLINT.cfg4 linelength=100
/external/pcre/dist2/src/
Dpcre2grep.c1885 size_t length, linelength; in pcre2grep() local
1897 linelength = t - ptr - endlinelength; in pcre2grep()
1898 length = multiline? (size_t)(endptr - ptr) : linelength; in pcre2grep()
2086 if (offsets[1] > linelength) goto END_ONE_MATCH; in pcre2grep()
2206 linelength = t - ptr - endlinelength; in pcre2grep()
2223 FWRITE(ptr + offsets[last], 1, linelength - offsets[last], stdout); in pcre2grep()
2241 if (startoffset >= linelength + endlinelength || in pcre2grep()
2254 plength = (int)((linelength + endlinelength) - startoffset); in pcre2grep()
2260 else FWRITE(ptr, 1, linelength + endlinelength, stdout); in pcre2grep()
2272 lastmatchrestart = ptr + linelength + endlinelength; in pcre2grep()
[all …]
/external/vixl/
DCPPLINT.cfg38 linelength=80
/external/curl/lib/
Dcookie.c404 size_t linelength = strlen(lineptr); in Curl_cookie_add() local
405 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/google-tv-pairing-protocol/cpp/m4/
Dlibtool.m41525 # Instead, let's just punt: use the minimum linelength reported by
/external/libmicrohttpd/m4/
Dlibtool.m41638 # Instead, let's just punt: use the minimum linelength reported by
/external/libedit/m4/
Dlibtool.m41625 # 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/libcap-ng/libcap-ng-0.7/m4/
Dlibtool.m41625 # 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/libexif/auto-m4/
Dlibtool.m41568 # Instead, let's just punt: use the minimum linelength reported by
/external/python/cpython3/Modules/_ctypes/libffi/m4/
Dlibtool.m41674 # 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/python/cpython2/Modules/_ctypes/libffi/m4/
Dlibtool.m41674 # Instead, let's just punt: use the minimum linelength reported by

12