HomeSort by relevance Sort by last modified time
    Searched refs:lines_ (Results 1 - 10 of 10) sorted by null

  /external/chromium/net/ftp/
ftp_ctrl_response_buffer.cc 20 while (!lines_.empty()) {
21 ParsedLine line = lines_.front();
22 lines_.pop();
98 lines_.push(ParseLine(buffer_.substr(cut_pos, i - cut_pos - 1)));
ftp_directory_listing_buffer.h 57 // Tries to parse full lines stored in |lines_|. Returns network error code.
71 std::deque<string16> lines_; member in class:net::FtpDirectoryListingBuffer
ftp_ctrl_response_buffer.h 83 std::queue<ParsedLine> lines_; member in class:net::FtpCtrlResponseBuffer
ftp_directory_listing_buffer.cc 130 lines_.push_back(line_converted);
137 while (!lines_.empty()) {
138 string16 line = lines_.front();
139 lines_.pop_front();
  /external/chromium/third_party/icu/source/test/perf/ustrperf/
stringperf.h 92 (*fn1_)(lines_[i].name,lines_[i].len,uS0_[i]);
100 (*fn1_)(lines_[i].name,-1,uS0_[i]);
136 lines_=srcLines;
149 uS0_[i]=UnicodeString(lines_[i].name, lines_[i].len);
160 lines_=srcLines;
183 lines_=NULL;
205 lines_=NULL;
250 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len, &err)
321 ULine* lines_; member in class:StringPerfFunction
    [all...]
  /external/icu4c/test/perf/ustrperf/
stringperf.h 92 (*fn1_)(lines_[i].name,lines_[i].len,uS0_[i]);
100 (*fn1_)(lines_[i].name,-1,uS0_[i]);
136 lines_=srcLines;
149 uS0_[i]=UnicodeString(lines_[i].name, lines_[i].len);
160 lines_=srcLines;
183 lines_=NULL;
205 lines_=NULL;
250 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len, &err)
321 ULine* lines_; member in class:StringPerfFunction
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_frame.cc 55 lines_.clear();
471 DCHECK(!lines_.empty());
474 const Lines::size_type lines_size_m1 = lines_.size() - 1;
480 const char* current = stream_begin + lines_[1].first;
488 const char* line_begin = stream_begin + lines_[i].first;
495 const char c = *(stream_begin + lines_[i].first);
504 const char* line_end = stream_begin + lines_[i - 1].second;
768 DCHECK(!lines_.empty());
779 if (lines_.size() > 2) {
    [all...]
balsa_frame.h 273 Lines lines_; member in class:net::BalsaFrame
  /external/chromium/net/http/
http_util.h 177 lines_.Reset();
201 StringTokenizer lines_; member in class:net::HttpUtil::HeadersIterator
  /external/v8/test/cctest/
test-heap-profiler.cc 317 RetainerProfilePrinter() : stream_(&allocator_), lines_(100) {}
329 for (int i = 0; i < lines_.length(); ++i) {
330 if (strncmp(constructor, lines_[i], cons_len) == 0 &&
331 lines_[i][cons_len] == ',') {
332 return lines_[i] + cons_len + 1;
340 if (lines_.length() > 0) return;
345 lines_.Add(pos);
354 i::List<const char*> lines_; member in class:__anon7999::RetainerProfilePrinter

Completed in 202 milliseconds