Home
last modified time | relevance | path

Searched refs:parse (Results 1 – 6 of 6) sorted by relevance

/system/extras/sane_schedstat/
Dsane_schedstat.c111 static int parse(const char *b) { in parse() function
152 if (parse(buf)) return -1; in main()
/system/media/camera/docs/
DREADME.md11 * Beautiful Soup 4+ - HTML/XML parser, used to parse `metadata_properties.xml`
/system/core/sh/
Dnodes.c.pat66 * Make a copy of a parse tree.
157 * Free a parse tree.
Dnodetypes34 # This file describes the nodes used in parse trees. Unindented lines
DTOUR126 called from main to parse the shell arguments when the shell is
219 EVAL.C: Evaltree recursively executes a parse tree. The exit
/system/bluetooth/brcm_patchram_plus/
Dbrcm_patchram_plus.c448 PFI parse[] = { parse_patchram, parse_baudrate, in parse_cmd_line() local
488 ret = (*parse[option_index])(optarg); in parse_cmd_line()