Searched defs:parse (Results 1 - 4 of 4) 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/extras/verity/
H A DKeystoreSigner.java124 public void parse(byte[] input) throws Exception { method in class:BootKeystore
179 ks.parse(Utils.read(args[1]));
/system/core/libutils/
H A DPropertyMap.cpp135 status = parser.parse();
163 status_t PropertyMap::Parser::parse() { function in class:android::PropertyMap::Parser
/system/sepolicy/tools/
H A Dcheck_seapp.c1129 static void parse() { function
1233 log_info("Starting to parse\n");
1234 parse();

Completed in 109 milliseconds