Lines Matching refs:field
283 // Extract the content of a the first occurrence of a given field in
287 char* ExtractField(const char* field) const {
288 DCHECK_NOT_NULL(field);
290 // Look for first field occurrence, and ensure it starts the line.
291 size_t fieldlen = strlen(field);
294 p = strstr(p, field);
586 // Extract implementor from the "CPU implementer" field.
607 // Extract part number from the "CPU part" field.
618 // Extract architecture from the "CPU Architecture" field.
620 // the 'Processor' field which can vary greatly.
644 // field reported by the 'Processor' field, which is of the
656 // elf_platform moved to the model name field in Linux v3.8.
676 // Try to fallback to "Features" CPUInfo field.
782 // Try to fallback to "Features" CPUInfo field