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

/fuchsia/zircon/scripts/
H A Dgit-version.sh3 REV=`git rev-parse HEAD 2> /dev/null`
/fuchsia/zircon/system/dev/audio/intel-hda/controller/
H A Dintel-hda-codec.h75 ProbeParseCbk parse; member in struct:audio::intel_hda::IntelHDACodec::ProbeCommandListEntry
H A Dintel-hda-codec.cpp38 { .verb = GET_PARAM(CodecParam::VENDOR_ID), .parse = &IntelHDACodec::ParseVidDid },
39 { .verb = GET_PARAM(CodecParam::REVISION_ID), .parse = &IntelHDACodec::ParseRevisionId },
161 zx_status_t res = (this->*cmd.parse)(resp);
/fuchsia/zircon/system/uapp/hid/
H A Dmain.cpp41 printf(" parse <devpath>\n");
350 printf("Failed to parse <num reads> (res %d)\n", res);
403 printf("Failed to parse type/id for get report operation (res %d)\n", res);
472 printf("Failed to parse type/id for get report operation (res %d)\n", res);
508 printf("Failed to parse payload byte \"%s\" (res = %d)\n", argv[i+3], res);
529 int parse(int argc, const char** argv) { function
577 if (!strcmp("parse", argv[0])) {
578 return parse(argc, argv);
/fuchsia/zircon/third_party/lib/acpica/source/common/
H A Ddmextern.c183 /* Search upwards in the parse tree until we reach the next namespace node */
974 * re-parse the entire definition block with the new information
1210 not know how many arguments to parse.

Completed in 195 milliseconds