Searched refs:line_ (Results 1 - 25 of 28) sorted by relevance

12

/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dbase.h152 : filename_(filename), line_(line), status_(status) {}
154 : filename_(ex.filename_), line_(ex.line_), status_(ex.status_) {}
158 line_ = rhs.line_;
167 return line_;
180 int line_; member in class:marisa_alpha::Exception
/external/marisa-trie/lib/marisa/
H A Dbase.h158 : filename_(filename), line_(line), status_(status) {}
160 : filename_(ex.filename_), line_(ex.line_), status_(ex.status_) {}
164 line_ = rhs.line_;
173 return line_;
186 int line_; member in class:marisa::Exception
/external/boringssl/src/crypto/test/
H A Dfile_test.cc99 line_++;
103 fprintf(stderr, "Line %u too long.\n", line_);
116 fprintf(stderr, "Line %u: Unexpected block.\n", line_);
130 fprintf(stderr, "Line %u: Could not parse attribute.\n", line_);
142 start_line_ = line_;
H A Dfile_test.h128 // line_ is the number of lines read.
129 unsigned line_ = 0; member in class:FileTest
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h240 : file_(a_file), line_(a_line), index_(an_index),
249 int line() const { return line_; }
255 int line_; member in class:testing::internal::InternalRunDeathTestFlag
/external/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h240 : file_(a_file), line_(a_line), index_(an_index),
249 int line() const { return line_; }
255 int line_; member in class:testing::internal::InternalRunDeathTestFlag
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h227 : file_(a_file), line_(a_line), index_(an_index),
236 int line() const { return line_; }
242 int line_; member in class:testing::internal::InternalRunDeathTestFlag
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h229 : file_(a_file), line_(a_line), index_(an_index),
238 int line() const { return line_; }
244 int line_; member in class:testing::internal::InternalRunDeathTestFlag
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h196 : file_(a_file), line_(a_line), index_(an_index),
205 int line() const { return line_; }
211 int line_; member in class:testing::internal::InternalRunDeathTestFlag
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.h264 int line_; member in class:google::protobuf::io::Tokenizer
306 error_collector_->AddError(line_, column_, message);
H A Dtokenizer.cc194 line_(0),
226 ++line_;
293 current_.line = line_;
488 int start_line = line_;
547 current_.line = line_;
615 error_collector_->AddError(line_, column_ - 2,
633 error_collector_->AddError(line_, column_,
649 current_.line = line_;
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc177 : level_(level), filename_(filename), line_(line) {}
190 log_handler_(level_, filename_, line_, message_);
195 throw FatalException(filename_, line_, message_);
H A Dcommon.h667 int line_; member in class:google::protobuf::internal::LogMessage
1203 : filename_(filename), line_(line), message_(message) {}
1209 int line() const { return line_; }
1214 const int line_; member in class:google::protobuf::FatalException
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc526 : DeathTestImpl(statement, regex), file_(file), line_(line) {}
536 const int line_; member in class:testing::internal::WindowsDeathTest
636 file_, line_,
787 ForkingDeathTest(a_statement, a_regex), file_(file), line_(line) { }
793 const int line_; member in class:testing::internal::ExecDeathTest
963 file_, line_, death_test_index, pipe_fd[1]);
/external/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.h174 : file_(file), line_(line), tag_(tag), severity_(severity) {
246 (*iter)->send(severity, file_.c_str(), filename_only_.c_str(), line_,
275 int line_; member in class:MessageLogger
/external/jsoncpp/src/test_lib_json/
H A Djsontest.cpp107 addFailureInfo( lastNode->file_, lastNode->line_, lastNode->expr_,
129 failure.line_ = line;
202 printf( "%s%s(%d): ", indent.c_str(), failure.file_, failure.line_ );
H A Djsontest.h38 unsigned int line_; member in class:JsonTest::Failure
53 unsigned int line_; member in struct:JsonTest::PredicateContext
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-spec-builders.h245 : file_(a_file), line_(a_line), last_clause_(kNone) {}
249 int line() const { return line_; }
263 Assert(property, file_, line_, failure_message);
268 Expect(property, file_, line_, failure_message);
272 int line_; member in class:testing::internal::UntypedOnCallSpecBase
347 // line number of the statement => line_
691 int line() const { return line_; }
734 Assert(property, file_, line_, failure_message);
739 Expect(property, file_, line_, failure_message);
839 int line_; // Th
[all...]
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-death-test.cc612 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {}
622 const int line_; member in class:testing::internal::WindowsDeathTest
722 file_, line_,
874 ForkingDeathTest(a_statement, a_regex), file_(file), line_(line) { }
885 const int line_; member in class:testing::internal::ExecDeathTest
1119 file_, line_, death_test_index, pipe_fd[1]);
/external/gtest/src/
H A Dgtest-death-test.cc614 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {}
624 const int line_; member in class:testing::internal::WindowsDeathTest
721 "=" + file_ + "|" + StreamableToString(line_) + "|" +
872 ForkingDeathTest(a_statement, a_regex), file_(file), line_(line) { }
883 const int line_; member in class:testing::internal::ExecDeathTest
1123 + file_ + "|" + StreamableToString(line_) + "|"
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc576 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {}
586 const int line_; member in class:testing::internal::WindowsDeathTest
686 file_, line_,
837 ForkingDeathTest(a_statement, a_regex), file_(file), line_(line) { }
844 const int line_; member in class:testing::internal::ExecDeathTest
1019 file_, line_, death_test_index, pipe_fd[1]);
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc574 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {}
584 const int line_; member in class:testing::internal::WindowsDeathTest
684 file_, line_,
835 ForkingDeathTest(a_statement, a_regex), file_(file), line_(line) { }
841 const int line_; member in class:testing::internal::ExecDeathTest
1016 file_, line_, death_test_index, pipe_fd[1]);
/external/v8/src/
H A Ddebug-debugger.js252 this.line_ = opt_line || 0;
268 other_script.id, this.line_, this.column_, this.groupId_,
312 return this.line_;
331 this.line_ = line;
388 if (!(script.line_offset <= this.line_ &&
389 this.line_ < script.line_offset + script.lineCount())) {
/external/google-breakpad/src/testing/src/
H A Dgmock-spec-builders.cc72 line_(a_line),
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc7108 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {}
7118 const int line_;
7215 "=" + file_ + "|" + StreamableToString(line_) + "|" +
7366 ForkingDeathTest(a_statement, a_regex), file_(file), line_(line) { }
7377 const int line_;
7617 + file_ + "|" + StreamableToString(line_) + "|"

Completed in 536 milliseconds

12