/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/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);
|
/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);
|
/bootable/recovery/minui/ |
graphics.c | 135 fb->stride = fi.line_length/PIXEL_SIZE; 138 memset(fb->data, 0, vi.yres * fi.line_length); 145 fb->stride = fi.line_length/PIXEL_SIZE; 146 fb->data = (void*) (((unsigned) bits) + vi.yres * fi.line_length); 148 memset(fb->data, 0, vi.yres * fi.line_length); 157 ms->stride = fi.line_length/PIXEL_SIZE; 158 ms->data = malloc(fi.line_length * vi.yres); 183 fi.line_length * vi.yres);
|
/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/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/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); 336 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; 257 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/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);
|
gpu.cpp | 66 const size_t bufferSize = m->finfo.line_length * m->info.yres; 279 const size_t bufferSize = m->finfo.line_length * m->info.yres;
|
/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...] |
/development/ndk/platforms/android-3/include/linux/ |
fb.h | 149 __u32 line_length; member in struct:fb_fix_screeninfo
|
/external/grub/stage2/ |
stage2.c | 177 #define LINE_LENGTH 67 179 for (i = 0; i < LINE_LENGTH; i++) 191 for (i = 0; i < LINE_LENGTH; i++) 195 #undef LINE_LENGTH
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_upnp_ssdp.c | 90 static int line_length(const char *l) function 104 const char *lp = l + line_length(l); 561 data += line_length(data); 564 for (; *data != '\0'; data += line_length(data)) {
|
/external/wpa_supplicant_8/src/wps/ |
wps_upnp_ssdp.c | 89 static int line_length(const char *l) function 103 const char *lp = l + line_length(l); 544 data += line_length(data); 547 for (; *data != '\0'; data += line_length(data)) {
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
fb.h | 149 __u32 line_length; member in struct:fb_fix_screeninfo
|