HomeSort by relevance Sort by last modified time
    Searched defs:line_length (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /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);
  /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/net/tools/balsa/
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...]
  /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)
  /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);
  /hardware/samsung_slsi/exynos5/include/
gralloc_priv.h 52 int line_length; member in struct:private_module_t
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 92 static int line_length(const char *l) function
538 data += line_length(data);
541 for (; *data != '\0'; data += line_length(data)) {
  /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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
matrix.h 418 static INLINE VGfloat line_length(VGfloat x1, VGfloat y1, function
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
sysinfo.cc 953 const int line_length = it.FormatLine(buf + bytes_written, local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
matrix.h 418 static INLINE VGfloat line_length(VGfloat x1, VGfloat y1, function
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 532 string::size_type line_length = local
534 memcpy(target_ptr, data_.data() + data_pos, line_length);
535 target_ptr += line_length;
536 data_pos += line_length;
    [all...]
  /bionic/libc/kernel/uapi/drm/
via_drm.h 230 __u32 line_length; member in struct:drm_via_dmablit
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 551 string::size_type line_length = local
553 memcpy(target_ptr, data_.data() + data_pos, line_length);
554 target_ptr += line_length;
555 data_pos += line_length;
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.cc 1112 const int line_length = it.FormatLine(buf + bytes_written, local
    [all...]
  /external/kernel-headers/original/uapi/drm/
via_drm.h 263 __u32 line_length; member in struct:drm_via_dmablit
  /hardware/intel/img/libdrm/shared-core/
via_drm.h 267 uint32_t line_length; member in struct:drm_via_dmablit
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
via_drm.h 261 __u32 line_length; member in struct:drm_via_dmablit
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
via_drm.h 261 __u32 line_length; member in struct:drm_via_dmablit
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
pretty-print.h 94 int line_length; member in struct:__anon49178
  /development/ndk/platforms/android-3/include/linux/
fb.h 149 __u32 line_length; member in struct:fb_fix_screeninfo
  /external/chromium_org/third_party/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 )
1150 /* (line_length is zero for curves) */
1151 if ( line_length == 0 )
1181 /* (line_length is zero for curves) *
1287 FT_Fixed line_length; local
    [all...]

Completed in 1001 milliseconds

1 2 3 4 5