Searched defs:mainDoc (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aidl/
H A Daidl.cpp780 document_item_type* mainDoc = g_document; local
805 if (err != 0 || mainDoc == NULL) {
811 err |= check_filenames(options.inputFileName.c_str(), mainDoc);
819 err |= gather_types(options.inputFileName.c_str(), mainDoc);
828 test_document(mainDoc);
839 // check the referenced types in mainDoc to make sure we've imported them
840 err |= check_types(options.inputFileName.c_str(), mainDoc);
842 // finally, there really only needs to be one thing in mainDoc, and it
845 err |= exactly_one_interface(options.inputFileName.c_str(), mainDoc, options, &onlyParcelable);
849 if (err != 0 || mainDoc
[all...]

Completed in 25 milliseconds