Home | History | Annotate | Download | only in arm

Lines Matching defs:line

135       std::string line;
136 std::getline(in, line);
138 LOG(INFO) << "cpuinfo line: " << line;
139 if (line.find("Features") != std::string::npos) {
141 if (line.find("idivt") != std::string::npos) {
144 CHECK_NE(line.find("idiva"), std::string::npos);
147 if (line.find("lpae") != std::string::npos) {
150 } else if (line.find("processor") != std::string::npos &&
151 line.find(": 1") != std::string::npos) {