/external/chromium/chrome/browser/cocoa/ |
authorization_util.mm | 113 size_t line_length = 0; 114 char* line_c = fgetln(*pipe_pointer, &line_length); 116 if (line_length > 0 && line_c[line_length - 1] == '\n') { 117 // line_c + line_length is the start of the next line if there is one. 119 --line_length; 121 std::string line(line_c, line_length);
|
/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-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':
|
/bootable/recovery/minui/ |
graphics.c | 143 fb->stride = fi.line_length/PIXEL_SIZE; 146 memset(fb->data, 0, vi.yres * fi.line_length); 151 if (vi.yres * fi.line_length * 2 > fi.smem_len) 159 fb->stride = fi.line_length/PIXEL_SIZE; 160 fb->data = (void*) (((unsigned) bits) + vi.yres * fi.line_length); 162 memset(fb->data, 0, vi.yres * fi.line_length); 171 ms->stride = fi.line_length/PIXEL_SIZE; 172 ms->data = malloc(fi.line_length * vi.yres); 198 fi.line_length * vi.yres);
|
/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/net/tools/flip_server/ |
mem_cache.h | 32 size_t line_length, 40 size_t line_length,
|
http_interface.h | 42 size_t line_length, 50 size_t line_length,
|
streamer_interface.h | 91 size_t line_length, 99 size_t line_length,
|
balsa_visitor_interface.h | 80 // line_length - length of the first line string. (i.e. the numer of 93 size_t line_length, 106 // line_length - length of the first line string. (i.e. the numer of 118 size_t line_length,
|
balsa_frame.h | 212 size_t line_length, 220 size_t line_length,
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
check_lint.sh | 28 ASAN_LIT_TEST_LINT_FILTER=${ASAN_TEST_LINT_FILTER},-whitespace/line_length 31 TSAN_LIT_TEST_LINT_FILTER=${TSAN_TEST_LINT_FILTER},-whitespace/line_length
|
/external/chromium/net/base/ |
ssl_false_start_blacklist_process.cc | 251 for (unsigned i = 0, line_length = 0; i < table_data.size(); i++) { 252 if (line_length == 0) 255 line_length += fprintf(out, "%d, ", c); 258 } else if (line_length >= 70) { 260 line_length = 0;
|
/hardware/qcom/display/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/libhardware/modules/gralloc/ |
framebuffer.cpp | 99 m->info.yoffset = offset / m->finfo.line_length; 124 memcpy(fb_vaddr, buffer_vaddr, m->finfo.line_length * m->info.yres); 275 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres_virtual); 331 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3);
|
gralloc.cpp | 122 const size_t bufferSize = m->finfo.line_length * m->info.yres; 258 const size_t bufferSize = m->finfo.line_length * m->info.yres;
|
/external/freetype/src/base/ |
ftstroke.c | 766 FT_Fixed line_length; /* length of last lineto */ member in struct:FT_StrokerRec_ 980 FT_Fixed line_length ) 995 /* lines are long enough (line_length is zero for curves). */ 996 if ( !border->movable || line_length == 0 ) 1005 intersect = FT_BOOL( stroker->line_length >= min_length && 1006 line_length >= min_length ); 1042 FT_Fixed line_length ) 1151 /* (line_length is zero for curves) */ 1152 if ( line_length == 0 ) 1182 /* (line_length is zero for curves) * 1288 FT_Fixed line_length; local [all...] |
/hardware/samsung_slsi/exynos5/gralloc/ |
framebuffer.cpp | 201 module->line_length = module->xres * 4; 259 int stride = m->line_length / (bits_per_pixel >> 3);
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/ |
SDL_ps3video.c | 334 s_bounded_input_height_offset * fb_finfo.line_length; 335 s_center[1] = s_center[0] + real_height * fb_finfo.line_length; 368 s_bounded_input_height_offset * fb_finfo.line_length; 369 s_center[1] = s_center[0] + real_height * fb_finfo.line_length; 374 fb_parms->out_line_stride = fb_finfo.line_length;
|
/hardware/msm7k/libgralloc/ |
framebuffer.cpp | 102 m->info.yoffset = offset / m->finfo.line_length; 127 //memcpy(fb_vaddr, buffer_vaddr, m->finfo.line_length * m->info.yres); 292 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres_virtual); 355 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3);
|
/hardware/msm7k/libgralloc-qsd8k/ |
framebuffer.cpp | 116 m->info.yoffset = offset / m->finfo.line_length; 138 //memcpy(fb_vaddr, buffer_vaddr, m->finfo.line_length * m->info.yres); 328 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres_virtual); 391 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3);
|
/hardware/samsung_slsi/exynos5/include/ |
gralloc_priv.h | 50 int line_length; member in struct:private_module_t
|
/external/srec/srec/test/SRecTest/src/ |
SRecTest.c | 2300 size_t line_length; local 2398 size_t line_length; local [all...] |
/external/srec/srec/test/SRecTestAudio/src/ |
SRecTestAudio.c | 1993 size_t line_length; local 2068 size_t line_length; local [all...] |
/ndk/sources/host-tools/sed-4.2.1/sed/ |
fmt.c | 131 short line_length; /* length of the best line starting here */ member in struct:Word 467 start->line_length = len; 526 n = len - next->line_length;
|
/external/freetype/src/sfnt/ |
ttsbit.c | 1193 FT_Int line_length; local [all...] |