Searched defs:line_length (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/base/
H A Denvironment.cc154 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/
H A Dhttp_request.cc56 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/
H A Dbalsa_frame_test.cc108 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 local
[all...]
/external/chromium_org/tools/gn/
H A Derr.cc59 size_t line_length) {
62 highlight.resize(line_length);
63 for (size_t i = 0; i < line_length; i++)
57 OutputHighlighedPosition(const Location& location, const Err::RangeList& ranges, size_t line_length) argument
/external/lldb/source/Core/
H A DInputReader.cpp210 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/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_ssdp.c92 static int line_length(const char *l) function
538 data += line_length(data);
541 for (; *data != '\0'; data += line_length(data)) {
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_ssdp.c92 static int line_length(const char *l) function
538 data += line_length(data);
541 for (; *data != '\0'; data += line_length(data)) {
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_ssdp.c92 static int line_length(const char *l) function
538 data += line_length(data);
541 for (; *data != '\0'; data += line_length(data)) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dmatrix.h418 static INLINE VGfloat line_length(VGfloat x1, VGfloat y1, function
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc551 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;
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dsysinfo.cc1112 const int line_length = it.FormatLine(buf + bytes_written, local
1116 if (line_length == 0)
1119 bytes_written += line_length;
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dsysinfo.cc953 const int line_length = it.FormatLine(buf + bytes_written, local
957 if (line_length == 0)
960 bytes_written += line_length;
/external/kernel-headers/original/uapi/drm/
H A Dvia_drm.h263 __u32 line_length; member in struct:drm_via_dmablit
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dmatrix.h418 static INLINE VGfloat line_length(VGfloat x1, VGfloat y1, function
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc532 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;
/external/chromium_org/third_party/freetype/src/base/
H A Dftstroke.c766 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 i
1287 FT_Fixed line_length; local
[all...]
/external/freetype/src/base/
H A Dftstroke.c766 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 i
1287 FT_Fixed line_length; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftstroke.c766 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 i
1287 FT_Fixed line_length; local
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dfb.h167 __u32 line_length; /* length of a line in bytes */ member in struct:fb_fix_screeninfo
/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c2300 size_t line_length; local
2313 line_length = MAX_LINE_LENGTH;
2314 esr_status = SR_RecognizerResultGetValue ( data->result, nbest_num, L("literal"), linebuffer, &line_length );
2319 line_length = MAX_LINE_LENGTH;
2320 esr_status = SR_RecognizerResultGetValue ( data->result, nbest_num, L("meaning"), linebuffer, &line_length );
2328 line_length = MAX_LINE_LENGTH;
2329 esr_status = SR_RecognizerResultGetValue (data->result, nbest_num , L("conf"), linebuffer, &line_length );
2340 line_length = MAX_LINE_LENGTH;
2341 esr_status = SR_RecognizerResultGetValue (data->result, nbest_num, L("raws"), linebuffer, &line_length );
2398 size_t line_length; local
[all...]
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c1993 size_t line_length; local
1998 line_length = MAX_LINE_LENGTH;
1999 esr_status = SR_RecognizerResultGetValue ( data->result, 0, L("conf"), linebuffer, &line_length );
2011 line_length = MAX_LINE_LENGTH;
2012 esr_status = SR_RecognizerResultGetValue ( data->result, nbest_num, L("literal"), linebuffer, &line_length );
2017 line_length = MAX_LINE_LENGTH;
2018 esr_status = SR_RecognizerResultGetValue ( data->result, nbest_num, L("meaning"), linebuffer, &line_length );
2025 line_length = MAX_LINE_LENGTH;
2026 esr_status = SR_RecognizerResultGetValue (data->result, nbest_num, L("raws"), linebuffer, &line_length );
2068 size_t line_length; local
[all...]
/external/valgrind/main/include/vki/
H A Dvki-linux.h2074 __vki_u32 line_length; /* length of a line in bytes */ member in struct:vki_fb_fix_screeninfo

Completed in 1785 milliseconds