Home | History | Annotate | Download | only in aidl

Lines Matching full:maindoc

957     document_item_type* mainDoc = g_document;
982 if (err != 0 || mainDoc == NULL) {
988 err |= check_filenames(options.inputFileName.c_str(), mainDoc);
996 err |= gather_types(options.inputFileName.c_str(), mainDoc);
1005 test_document(mainDoc);
1016 // check the referenced types in mainDoc to make sure we've imported them
1017 err |= check_types(options.inputFileName.c_str(), mainDoc);
1019 // finally, there really only needs to be one thing in mainDoc, and it
1022 err |= exactly_one_interface(options.inputFileName.c_str(), mainDoc, options, &onlyParcelable);
1027 ((interface_type*)mainDoc)->interface_items);
1032 if (err != 0 || mainDoc == NULL) {
1039 options.outputFileName = generate_outputFileName(options, mainDoc);
1048 generate_dep_file(options, mainDoc);
1060 (interface_type*)mainDoc);