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

1 2

  /external/chromium/net/tools/flip_server/
balsa_headers_token_utils.cc 21 const char* line_end = stream_begin + header_line.last_char_idx; local
24 ParseTokenList(value_begin, line_end, tokens);
balsa_frame.cc 458 // 'line_end' points to the position of '\n' + 1.
464 const char* line_end,
467 DCHECK_LT(colon_loc, line_end);
470 DCHECK_GE(' ', *line_end)
471 << "\"" << std::string(line_begin, line_end) << "\"";
483 while (current < line_end && *current <= ' ') ++current;
528 const char* line_end = stream_begin + lines_[i - 1].second; local
529 DCHECK_LT(line_begin - stream_begin, line_end - stream_begin);
535 // We're guaranteed to have *line_end > ' ' while line_end >= line_begin
627 const char* line_end = stream_begin + header_line.last_char_idx; local
672 const char* line_end = stream_begin + header_line.last_char_idx; local
    [all...]
  /external/chromium_org/net/tools/balsa/
balsa_headers_token_utils.cc 21 const char* line_end = stream_begin + header_line.last_char_idx; local
24 ParseTokenList(value_begin, line_end, tokens);
balsa_frame.cc 458 // 'line_end' points to the position of '\n' + 1.
464 const char* line_end,
467 DCHECK_LT(colon_loc, line_end);
470 DCHECK_GE(' ', *line_end)
471 << "\"" << std::string(line_begin, line_end) << "\"";
483 while (current < line_end && *current <= ' ') ++current;
528 const char* line_end = stream_begin + lines_[i - 1].second; local
529 DCHECK_LT(line_begin - stream_begin, line_end - stream_begin);
535 // We're guaranteed to have *line_end > ' ' while line_end >= line_begin
627 const char* line_end = stream_begin + header_line.last_char_idx; local
672 const char* line_end = stream_begin + header_line.last_char_idx; local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkUtilsArm.cpp 151 char* line_end = (char*) memchr(line, '\n', buffer_end - line); local
152 if (line_end == NULL)
153 line_end = buffer_end;
160 const char* flag = (const char*) memmem(line, line_end - line,
  /external/skia/src/core/
SkUtilsArm.cpp 151 char* line_end = (char*) memchr(line, '\n', buffer_end - line); local
152 if (line_end == NULL)
153 line_end = buffer_end;
160 const char* flag = (const char*) memmem(line, line_end - line,
  /external/chromium/chrome/browser/extensions/
user_script_master.cc 56 size_t line_end = line_start; local
73 line_end = script_text.find('\n', line_start);
76 if (line_end == std::string::npos)
77 line_end = script_text.length() - 1;
79 line.set(script_text.data() + line_start, line_end - line_start);
124 line_start = line_end + 1;
  /external/chromium/net/tools/tld_cleanup/
tld_cleanup.cc 177 size_t line_end = 0; local
185 line_end = data.find_first_of("\r\n", line_start);
186 if (line_end == std::string::npos)
187 line_end = data.size();
190 line_end = data.find_first_of("\r\n \t", line_start);
191 if (line_end == std::string::npos)
192 line_end = data.size();
193 domain.assign(data.data(), line_start, line_end - line_start);
218 line_start = data.find_first_of("\r\n", line_end);
  /external/chromium_org/net/tools/tld_cleanup/
tld_cleanup_util.cc 140 size_t line_end = 0; local
150 line_end = line_start + begin_private_length;
155 line_end = line_start + end_private_length;
160 line_end = data.find_first_of("\r\n", line_start);
161 if (line_end == std::string::npos)
162 line_end = data.size();
165 line_end = data.find_first_of("\r\n \t", line_start);
166 if (line_end == std::string::npos)
167 line_end = data.size();
168 domain.assign(data.data(), line_start, line_end - line_start)
    [all...]
  /external/chromium_org/rlz/win/lib/
machine_deal.cc 84 const char* line_end = strchr(response_text + line_begin, '\n'); local
86 if (line_end == NULL || line_end - response_text > response_length) {
87 line_end = response_text + response_length;
90 *search_index = line_end - response_text + 1;
94 line_end - response_text - line_begin);
  /external/opencv/otherlibs/highgui/
grfmt_sunras.cpp 221 uchar* line_end = src + (m_width*m_bpp + 7)/8; local
227 int max_count = (int)(line_end - tsrc);
248 if( len > line_end - tsrc )
258 if( tsrc >= line_end )
290 uchar* line_end = data + width3; local
295 int max_count = (int)(line_end - data);
328 data = FillUniColor( data, line_end, step, width3,
332 data = FillUniGray( data, line_end, step, width3,
339 if( data == line_end )
343 line_end += step
    [all...]
grfmt_bmp.cpp 253 uchar* line_end = data + width3; local
273 if( end > line_end ) goto decode_rle4_bad;
286 if( data + code*nch > line_end ) goto decode_rle4_bad;
295 int x_shift3 = (int)(line_end - data);
307 data = FillUniColor( data, line_end, step, width3,
311 data = FillUniGray( data, line_end, step, width3,
341 uchar* line_end = data + width3; local
355 if( data + len > line_end )
359 data = FillUniColor( data, line_end, step, width3,
363 data = FillUniGray( data, line_end, step, width3,
    [all...]
  /external/chromium/net/base/
sdch_manager.cc 390 size_t line_end = dictionary_text.find('\n', line_start); local
391 DCHECK(std::string::npos != line_end);
392 DCHECK(line_end <= header_end);
400 if (colon_index > line_end)
406 if (value_start >= line_end)
409 std::string value(dictionary_text, value_start, line_end - value_start);
430 if (line_end >= header_end)
432 line_start = line_end + 1;
  /external/chromium/net/websockets/
websocket_handshake_handler.cc 58 std::string::const_iterator line_end,
61 std::string::const_iterator colon = std::find(line_begin, line_end, ':');
62 if (colon == line_end) {
84 std::string::const_iterator line_end = lines.token_end(); local
88 if (GetHeaderName(line_begin, line_end, &name_begin, &name_end)) {
97 filtered_headers.append(line_begin, line_end);
  /external/chromium_org/chrome/browser/extensions/
user_script_master.cc 69 size_t line_end = line_start; local
88 line_end = script_text.find('\n', line_start);
91 if (line_end == std::string::npos)
92 line_end = script_text.length() - 1;
94 line.set(script_text.data() + line_start, line_end - line_start);
147 line_start = line_end + 1;
  /external/chromium_org/net/base/
sdch_manager.cc 402 size_t line_end = dictionary_text.find('\n', line_start); local
403 DCHECK(std::string::npos != line_end);
404 DCHECK_LE(line_end, header_end);
412 if (colon_index > line_end)
418 if (value_start >= line_end)
421 std::string value(dictionary_text, value_start, line_end - value_start);
442 if (line_end >= header_end)
444 line_start = line_end + 1;
  /external/chromium_org/rlz/lib/
rlz_lib.cc 527 int line_end = line_end_index; local
528 if (line_end < 0)
529 line_end = response_length;
531 if (line_end <= line_begin)
535 response_line = response_string.substr(line_begin, line_end - line_begin);
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiledata_unittest.cc 260 char* line_end = strchr(line_start, '\n'); local
261 *line_end = '\0';
310 cur_offset += (line_end - line_start) + 1;
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiledata_unittest.cc 260 char* line_end = strchr(line_start, '\n'); local
261 *line_end = '\0';
310 cur_offset += (line_end - line_start) + 1;
  /external/chromium_org/webkit/browser/appcache/
manifest_parser.cc 46 const wchar_t* line_end) {
49 while (line_p < line_end && (*line_p == '\t' || *line_p == ' '))
51 if (line_p == line_end)
53 std::wstring annotation(line_p, line_end - line_p);
183 const wchar_t *line_end = line_p + line.length(); local
186 while (line_p < line_end && *line_p != '\t' && *line_p != ' ')
216 bool is_pattern = HasPatternMatchingAnnotation(line_p, line_end);
224 const wchar_t* line_end = line_p + line.length(); local
228 while (line_p < line_end && *line_p != '\t' && *line_p != ' ')
231 if (line_p == line_end)
301 const wchar_t* line_end = line_p + line.length(); local
    [all...]
  /external/chromium/net/http/
http_util.cc 548 const char* line_end = lines.token_end(); local
553 raw_headers.append(FindFirstNonLWS(line_begin, line_end), line_end); local
559 raw_headers.append(line_begin, line_end);
562 prev_line_continuable = IsLineSegmentContinuable(line_begin, line_end);
  /external/chromium_org/net/websockets/
websocket_handshake_handler.cc 69 std::string::const_iterator line_end,
72 std::string::const_iterator colon = std::find(line_begin, line_end, ':');
73 if (colon == line_end) {
95 std::string::const_iterator line_end = lines.token_end(); local
99 if (GetHeaderName(line_begin, line_end, &name_begin, &name_end)) {
108 filtered_headers.append(line_begin, line_end);
  /external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane.cc 209 SkScalar line_end = SkIntToScalar(width()); local
224 path.lineTo(line_end, line_y);
232 canvas->sk_canvas()->drawLine(0, line_y, line_end, line_y, paint);
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c 215 uint16_t* line_end = line + info->width; local
217 if (line < line_end) {
228 while (line + 2 <= line_end) {
244 if (line < line_end) {
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 224 uint16_t* line_end = line + buffer->width; local
226 if (line < line_end) {
237 while (line + 2 <= line_end) {
253 if (line < line_end) {

Completed in 734 milliseconds

1 2