Searched refs:parse (Results 1 - 3 of 3) sorted by relevance

/system/extras/sane_schedstat/
H A Dsane_schedstat.c19 Currently support version 15, modify parse() to support other
92 printf("Could not parse %s\n", b);
111 static int parse(const char *b) { function
116 printf("Could not parse version\n");
123 printf("Could not parse timestamp\n");
152 if (parse(buf)) return -1;
/system/core/include/utils/
H A DPropertyMap.h42 * Files that contain the '\' or '"' character will fail to parse.
91 status_t parse();
/system/core/libutils/
H A DPropertyMap.cpp135 status = parser.parse();
163 status_t PropertyMap::Parser::parse() { function in class:android::PropertyMap::Parser

Completed in 128 milliseconds