Searched refs:linelength (Results 1 – 25 of 33) sorted by relevance
12
/external/python/cpython3/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_paragraph.py | 63 linelength = int(text.index("%d.end" % line).split('.')[1]) 64 for col in (0, linelength//2, linelength):
|
/external/fonttools/Lib/fontTools/misc/ |
D | xmlWriter.py | 129 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/ |
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 | 2421 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/ |
D | CPPLINT.cfg | 4 linelength=100
|
/external/vixl/ |
D | CPPLINT.cfg | 38 linelength=80
|
/external/curl/lib/ |
D | cookie.c | 465 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/ |
D | traces.2 | 3025 # Instead, let's just punt: use the minimum linelength reported by
|
D | traces.0 | 365 # Instead, let's just punt: use the minimum linelength reported by
|
/external/swiftshader/third_party/LLVM/autoconf/m4/ |
D | libtool.m4 | 721 # Instead, let's just punt: use the minimum linelength reported by
|
/external/google-breakpad/m4/ |
D | libtool.m4 | 1525 # Instead, let's just punt: use the minimum linelength reported by
|
/external/libusb-compat/m4/ |
D | libtool.m4 | 1525 # Instead, let's just punt: use the minimum linelength reported by
|
/external/cmockery/cmockery_0_1_2/ |
D | aclocal.m4 | 730 # 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/speex/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/libnetfilter_conntrack/m4/ |
D | libtool.m4 | 1638 # 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/lmfit/m4/ |
D | libtool.m4 | 1638 # Instead, let's just punt: use the minimum linelength reported by
|
/external/libevent/m4/ |
D | libtool.m4 | 1701 # 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/curl/m4/ |
D | libtool.m4 | 1700 # Instead, let's just punt: use the minimum linelength reported by
|
12