Home
last modified time | relevance | path

Searched refs:line_num (Results 1 – 6 of 6) sorted by relevance

/system/core/fastboot/fuzzy_fastboot/
Dextensions.h57 int line_num; member
61 return os << "<regex='" << self.regex_str << "' line_num=" << self.line_num << ">";
100 int line_num; member
111 return os << "test: " << self.name << " (line: " << self.line_num << ")";
Dextensions.cpp51 std::regex MakeRegex(const std::string& regex_str, int line_num, in MakeRegex() argument
56 regex_str.c_str(), line_num); in MakeRegex()
230 ctest.line_num = test->GetLineNum(); in ExtractOem()
/system/iorap/tests/src/compiler/
Dcompiler_test.cc128 size_t line_num = std::count((std::istreambuf_iterator<char>(ifs)), in TEST_F() local
133 EXPECT_EQ(line_num, 1675UL); in TEST_F()
155 size_t line_num = std::count((std::istreambuf_iterator<char>(ifs)), in TEST_F() local
160 EXPECT_EQ(line_num, 1617UL); in TEST_F()
/system/core/init/
Dimport_parser.cpp50 for (const auto& [import, line_num] : current_imports) { in EndFile()
/system/bt/gd/storage/
Dlegacy_osi_config.cc63 int line_num = 0; in config_parse() local
70 ++line_num; in config_parse()
78 VLOG(1) << __func__ << ": unterminated section name on line " << line_num; in config_parse()
86 VLOG(1) << __func__ << ": no key/value separator found on line " << line_num; in config_parse()
/system/bt/osi/src/
Dconfig.cc495 int line_num = 0; in config_parse() local
502 ++line_num; in config_parse()
511 << line_num; in config_parse()
520 << line_num; in config_parse()