/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/ |
PemWriter.java | 16 private static final int LINE_LENGTH = 64; 19 private char[] buf = new char[LINE_LENGTH]; 68 size += dataLen + (((dataLen + LINE_LENGTH - 1) / LINE_LENGTH) * nlLength);
|
/external/chromium_org/net/tools/balsa/ |
noop_balsa_visitor.h | 29 size_t line_length, 37 size_t line_length,
|
balsa_frame_test.cc | 108 size_t line_length = 0; local 122 SaveArg<1>(&line_length), 148 ASSERT_EQ("GET / HTTP/1.0", StringPiece(line, line_length)); 160 size_t line_length = 0; local 178 SaveArg<1>(&line_length), 199 ASSERT_EQ("HTTP/1.1 200 OK", StringPiece(line, line_length)); 215 size_t line_length = 0; local 237 SaveArg<1>(&line_length), 267 ASSERT_EQ("HTTP/1.1 200 OK", StringPiece(line, line_length)); 405 size_t line_length = 0 local [all...] |
balsa_visitor_interface.h | 79 // line_length - length of the first line string. (i.e. the numer of 92 size_t line_length, 105 // line_length - length of the first line string. (i.e. the numer of 117 size_t line_length,
|
/external/chromium_org/base/mac/ |
authorization_util.mm | 125 size_t line_length = 0; 126 char* line_c = fgetln(*pipe_pointer, &line_length); 128 if (line_length > 0 && line_c[line_length - 1] == '\n') { 129 // line_c + line_length is the start of the next line if there is one. 131 --line_length; 133 std::string line(line_c, line_length);
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
test_memorizingfile.py | 60 line_length = len(line) 61 self.assertTrue(line_length <= read_size) 62 if line_length == 0: 67 if line[line_length - 1] == '\n':
|
/external/chromium_org/components/domain_reliability/ |
bake_in_configs.py | 62 line_length = 0 70 if line_length + len(c) > max_length: 72 line_length = 0 74 line_length += len(c)
|
/external/libpng/contrib/tools/ |
chkfmt | 83 line_length=100;; 88 line_length=132;; 91 line_length=96;; 94 line_length=80;; 104 splt="`fold -$line_length "$file".$$ | diff -c "$file".$$ -`"
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
check_lint.sh | 25 ASAN_LIT_TEST_LINT_FILTER=${ASAN_TEST_LINT_FILTER},-whitespace/line_length 28 TSAN_LIT_TEST_LINT_FILTER=${TSAN_TEST_LINT_FILTER},-whitespace/line_length 31 LSAN_LIT_TEST_LINT_FILTER=${LSAN_RTL_LINT_FILTER},-whitespace/line_length
|
/system/extras/tests/framebuffer/ |
fb_test.c | 98 fb->stride = fi.line_length / bytes_per_pixel; 106 fb->stride = fi.line_length / bytes_per_pixel; 135 fprintf(stderr, "fi.line_length = %d\n", fi->line_length); 210 int stride = fi.line_length / (vi.bits_per_pixel >> 3); 245 int stride = fi.line_length / (vi.bits_per_pixel >> 3);
|
/external/chromium_org/base/ |
environment.cc | 154 size_t line_length = ParseEnvLine(line, &key); local 159 result.append(line, line_length); 161 cur_env += line_length; 194 size_t line_length = ParseEnvLine(env[i], &key); local 200 value_storage.append(env[i], line_length);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_gzip.py | 130 line_length = 0 132 L = f.readline(line_length) 133 if not L and line_length != 0: break 134 self.assertTrue(len(L) <= line_length) 135 line_length = (line_length + 1) % 50
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_gzip.py | 130 line_length = 0 132 L = f.readline(line_length) 133 if not L and line_length != 0: break 134 self.assertTrue(len(L) <= line_length) 135 line_length = (line_length + 1) % 50
|
/external/chromium_org/net/tools/flip_server/ |
http_interface.h | 41 size_t line_length, 49 size_t line_length,
|
mem_cache.h | 33 size_t line_length, 41 size_t line_length,
|
streamer_interface.h | 100 size_t line_length, 108 size_t line_length,
|
/external/lldb/source/Core/ |
InputReader.cpp | 210 size_t line_length = p - line_start; local 217 if (line_start <= end_token && end_token < line_start + line_length) 233 line_length); 237 if (bytes_handled != line_length)
|
/external/chromium_org/net/test/embedded_test_server/ |
http_request.cc | 56 const int line_length = eoln_position - buffer_position_; local 57 std::string result = buffer_.substr(buffer_position_, line_length); 58 buffer_position_ += line_length + 2;
|
/external/chromium_org/tools/gn/ |
err.cc | 59 size_t line_length) { 62 highlight.resize(line_length); 63 for (size_t i = 0; i < line_length; i++)
|
/external/chromium_org/third_party/skia/tools/flags/ |
SkCommandLineFlags.cpp | 142 #define LINE_LENGTH 80 160 if (strlen(currLine) < LINE_LENGTH) { 166 if (lineBreak < 0 || lineBreak > LINE_LENGTH) { 169 int spaceIndex = LINE_LENGTH - 1; 176 spaceIndex = LINE_LENGTH;
|
/external/skia/tools/flags/ |
SkCommandLineFlags.cpp | 142 #define LINE_LENGTH 80 160 if (strlen(currLine) < LINE_LENGTH) { 166 if (lineBreak < 0 || lineBreak > LINE_LENGTH) { 169 int spaceIndex = LINE_LENGTH - 1; 176 spaceIndex = LINE_LENGTH;
|
/hardware/qcom/display/msm8084/libgralloc/ |
framebuffer.cpp | 92 m->info.yoffset = (int)(offset / m->finfo.line_length); 228 uint32_t line_length = (info.xres * info.bits_per_pixel / 8); local 229 info.yres_virtual = (uint32_t) ((size * numberOfBuffers) / line_length); 233 if (info.yres_virtual < ((size * 2) / line_length) ) { 235 info.yres_virtual = (int)(size / line_length); 329 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres)* 408 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3);
|
/hardware/qcom/display/msm8226/libgralloc/ |
framebuffer.cpp | 93 m->info.yoffset = (int)(offset / m->finfo.line_length); 229 uint32_t line_length = (info.xres * info.bits_per_pixel / 8); local 230 info.yres_virtual = (uint32_t) ((size * numberOfBuffers) / line_length); 234 if (info.yres_virtual < ((size * 2) / line_length) ) { 236 info.yres_virtual = (int)(size / line_length); 330 unsigned int fbSize = roundUpToPageSize(finfo.line_length * info.yres)* 409 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3);
|
/hardware/qcom/display/msm8960/libgralloc/ |
framebuffer.cpp | 93 m->info.yoffset = offset / m->finfo.line_length; 222 uint32_t line_length = (info.xres * info.bits_per_pixel / 8); local 223 info.yres_virtual = (size * numberOfBuffers) / line_length; 227 if (info.yres_virtual < ((size * 2) / line_length) ) { 229 info.yres_virtual = size / line_length; 316 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres)* 383 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3);
|
/hardware/qcom/display/msm8974/libgralloc/ |
framebuffer.cpp | 93 m->info.yoffset = offset / m->finfo.line_length; 222 uint32_t line_length = (info.xres * info.bits_per_pixel / 8); local 223 info.yres_virtual = (size * numberOfBuffers) / line_length; 227 if (info.yres_virtual < ((size * 2) / line_length) ) { 229 info.yres_virtual = size / line_length; 316 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres)* 389 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3);
|