Lines Matching defs:line
84 // Now, find a line that starts with "Features", i.e. look for
89 char* line = (char*) memmem(buffer, buffer_end - buffer,
91 if (line == NULL) { // Weird, no Features line, bad kernel?
92 SkDebugf("Could not find a line starting with 'Features'"
97 line += features_len; // Skip the "\nFeatures\t" prefix
99 // Find the end of the current line
100 char* line_end = (char*) memchr(line, '\n', buffer_end - line);
109 const char* flag = (const char*) memmem(line, line_end - line,