Home
last modified time | relevance | path

Searched refs:line_ (Results 1 – 25 of 58) sorted by relevance

123

/external/chromium_org/tools/valgrind/
Dtsan_analyze.py69 self.line_ = self.cur_fd_.readline()
74 match = TsanAnalyzer.LOAD_LIB_RE.match(self.line_)
79 match = TsanAnalyzer.TSAN_LINE_RE.match(self.line_)
82 stack_trace_line = _StackTraceLine(self.line_, address, binary_name)
106 result = [self.line_]
107 if re.search("{{{", self.line_):
108 while not re.search('}}}', self.line_):
111 result.append(self.line_)
115 if re.match('-+ suppression -+', self.line_):
120 while not re.match('-+ end suppression -+', self.line_):
[all …]
Ddrmemory_analyze.py74 self.line_ = self.cur_fd_.readline()
77 result = [self.line_]
79 while len(self.line_.strip()) > 0:
80 result.append(self.line_)
111 if (self.line_ == ''): break
113 match = re.search("^Error #([0-9]+): (.*)", self.line_)
116 self.line_ = match.groups()[1].strip() + "\n"
121 if re.search("SUPPRESSIONS USED:", self.line_):
123 while self.line_.strip() != "":
124 line = self.line_.strip()
[all …]
/external/chromium/chrome/browser/chromeos/login/
Doobe_progress_bar.cc21 SkBitmap* OobeProgressBar::line_ = NULL; member in chromeos::OobeProgressBar
47 line_ = rb.GetBitmapNamed(IDR_OOBE_PROGRESS_LINE); in InitClass()
66 SkBitmap* line_before = line_; in OnPaint()
67 SkBitmap* line_after = line_; in OnPaint()
85 int line_offset_y = (dot->height() - line_->height()) / 2; in OnPaint()
93 canvas->TileImageInt(*line_, ix, y + line_offset_y, in OnPaint()
94 line_width, line_->height()); in OnPaint()
110 canvas->TileImageInt(*line_, ix, y + line_offset_y, in OnPaint()
111 next_x - ix, line_->height()); in OnPaint()
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dbase.h152 : filename_(filename), line_(line), status_(status) {} in Exception()
154 : filename_(ex.filename_), line_(ex.line_), status_(ex.status_) {} in Exception()
158 line_ = rhs.line_;
167 return line_; in line()
180 int line_; variable
/external/marisa-trie/lib/marisa/
Dbase.h158 : filename_(filename), line_(line), status_(status) {} in Exception()
160 : filename_(ex.filename_), line_(ex.line_), status_(ex.status_) {} in Exception()
164 line_ = rhs.line_;
173 return line_; in line()
186 int line_; variable
/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc188 line_(0), in Tokenizer()
216 ++line_; in NextChar()
267 current_.line = line_; in StartToken()
435 int start_line = line_; in ConsumeBlockComment()
484 current_.line = line_; in Next()
522 error_collector_->AddError(line_, column_ - 2, in Next()
552 current_.line = line_; in Next()
Dtokenizer.h194 int line_; variable
230 error_collector_->AddError(line_, column_, message); in AddError()
/external/chromium_org/ui/gfx/
Drender_text_mac.cc102 line_.reset(); in ResetLayout()
109 if (line_.get()) in EnsureLayout()
138 line_.reset(CTLineCreateWithAttributedString(attr_text_mutable)); in EnsureLayout()
144 double width = CTLineGetTypographicBounds(line_, &ascent, &descent, &leading); in EnsureLayout()
159 DCHECK(line_); in DrawVisualText()
248 DCHECK(line_); in ComputeRuns()
250 CFArrayRef ct_runs = CTLineGetGlyphRuns(line_); in ComputeRuns()
/external/chromium/net/http/
Dhttp_net_log_params.h32 return line_; in GetLine()
41 const std::string line_; variable
Dhttp_net_log_params.cc16 : line_(line) { in NetLogHttpRequestParameter()
22 dict->SetString("line", line_); in ToValue()
/external/open-vcdiff/gtest/include/gtest/internal/
Dgtest-death-test-internal.h196 : file_(file), line_(line), index_(index), write_fd_(write_fd) {} in InternalRunDeathTestFlag()
204 int line() const { return line_; } in line()
210 int line_; variable
/external/protobuf/gtest/include/gtest/internal/
Dgtest-death-test-internal.h196 : file_(file), line_(line), index_(index), write_fd_(write_fd) {} in InternalRunDeathTestFlag()
204 int line() const { return line_; } in line()
210 int line_; variable
/external/chromium_org/third_party/leveldatabase/src/util/
Dtestharness.h46 int line_; variable
51 : ok_(true), fname_(f), line_(l) { in Tester()
56 fprintf(stderr, "%s:%d:%s\n", fname_, line_, ss_.str().c_str()); in ~Tester()
/external/chromium_org/testing/gtest/include/gtest/internal/
Dgtest-death-test-internal.h240 : file_(a_file), line_(a_line), index_(an_index), in InternalRunDeathTestFlag()
249 int line() const { return line_; } in line()
255 int line_; variable
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
Dgtest-death-test-internal.h229 : file_(a_file), line_(a_line), index_(an_index), in InternalRunDeathTestFlag()
238 int line() const { return line_; } in line()
244 int line_; variable
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h227 : file_(a_file), line_(a_line), index_(an_index), in InternalRunDeathTestFlag()
236 int line() const { return line_; } in line()
242 int line_; variable
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-death-test-internal.h229 : file_(a_file), line_(a_line), index_(an_index), in InternalRunDeathTestFlag()
238 int line() const { return line_; } in line()
244 int line_; variable
/external/gtest/include/gtest/internal/
Dgtest-death-test-internal.h229 : file_(a_file), line_(a_line), index_(an_index), in InternalRunDeathTestFlag()
238 int line() const { return line_; } in line()
244 int line_; variable
/external/chromium/testing/gtest/include/gtest/internal/
Dgtest-death-test-internal.h229 : file_(a_file), line_(a_line), index_(an_index), in InternalRunDeathTestFlag()
238 int line() const { return line_; } in line()
244 int line_; variable
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
Dtokenizer.cc193 line_(0), in Tokenizer()
223 ++line_; in NextChar()
290 current_.line = line_; in StartToken()
478 int start_line = line_; in ConsumeBlockComment()
537 current_.line = line_; in TryConsumeCommentStart()
605 error_collector_->AddError(line_, column_ - 2, in Next()
633 current_.line = line_; in Next()
Dtokenizer.h248 int line_; variable
288 error_collector_->AddError(line_, column_, message); in AddError()
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
Dfake_resource_manager.h78 int line() const { return line_; } in line()
86 int line_; variable
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
Dcommon.cc177 : level_(level), filename_(filename), line_(line) {} in LogMessage()
190 log_handler_(level_, filename_, line_, message_); in Finish()
195 throw FatalException(filename_, line_, message_); in Finish()
/external/chromium_org/base/
Dlogging.cc533 : severity_(severity), file_(file), line_(line) { in LogMessage()
538 : severity_(LOG_INFO), file_(file), line_(line) { in LogMessage()
543 : severity_(severity), file_(file), line_(line) { in LogMessage()
548 : severity_(LOG_FATAL), file_(file), line_(line) { in LogMessage()
556 : severity_(severity), file_(file), line_(line) { in LogMessage()
576 log_message_handler(severity_, file_, line_, in ~LogMessage()
/external/chromium/base/
Dlogging.cc528 : severity_(severity), file_(file), line_(line) { in LogMessage()
533 : severity_(LOG_INFO), file_(file), line_(line) { in LogMessage()
538 : severity_(severity), file_(file), line_(line) { in LogMessage()
543 : severity_(LOG_FATAL), file_(file), line_(line) { in LogMessage()
551 : severity_(severity), file_(file), line_(line) { in LogMessage()
570 if (log_message_handler && log_message_handler(severity_, file_, line_, in ~LogMessage()

123