Searched refs:linelength (Results 1 – 24 of 24) sorted by relevance
/external/fonttools/Lib/fontTools/misc/ |
D | xmlWriter.py | 104 linelength = 16 105 hexlinelength = linelength * 2 107 for i in range(0, len(data), linelength): 108 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 | 1885 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/ |
D | CPPLINT.cfg | 38 linelength=80
|
/external/curl/lib/ |
D | http.c | 2448 size_t linelength=0; in Curl_http() local 2450 &linelength); in Curl_http() 2456 result = Curl_add_buffer(req_buffer, contentType, linelength); in Curl_http()
|
/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/google-tv-pairing-protocol/cpp/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/libexif/auto-m4/ |
D | libtool.m4 | 1568 # 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/libedit/m4/ |
D | libtool.m4 | 1625 # 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/vulkan-validation-layers/tests/gtest-1.7.0/m4/ |
D | libtool.m4 | 1625 # 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/libmicrohttpd/m4/ |
D | libtool.m4 | 1638 # 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/ImageMagick/m4/ |
D | libtool.m4 | 1701 # Instead, let's just punt: use the minimum linelength reported by
|
/external/pcre/dist2/m4/ |
D | libtool.m4 | 1701 # Instead, let's just punt: use the minimum linelength reported by
|
/external/libogg/ |
D | aclocal.m4 | 1532 # Instead, let's just punt: use the minimum linelength reported by
|
/external/protobuf/gtest/ |
D | aclocal.m4 | 1652 # Instead, let's just punt: use the minimum linelength reported by
|