Lines Matching defs:to

364                 fprintf(stderr, "%s:%d attempt to redefine built in class %s\n",
373 fprintf(stderr, "%s:%d attempt to redefine %s as %s,\n",
555 // (nothing to check for USER_DATA_TYPE)
572 fprintf(stderr,"%s:%d attempt to redefine method %s,\n",
601 // Allow parcelables to skip the "one-only" rule.
637 /* we open the file in binary mode to ensure that the same output is
640 FILE* to = NULL;
643 to = fopen(fileName.c_str(), "wb");
645 to = fopen(options.depFileName.c_str(), "wb");
648 if (to == NULL) {
659 fprintf(to, "%s: \\\n", options.outputFileName.c_str());
662 fprintf(to, " : \\\n");
664 fprintf(to, " %s %s\n", options.inputFileName.c_str(), slash);
671 fprintf(to, " %s %s\n", import->filename, slash);
676 fprintf(to, "\n");
683 fprintf(to, "%s :\n", import->filename);
688 fclose(to);
697 // create the path to the destination folder based on the
712 // add the filename by replacing the .aidl extension to .java
727 // items has already been checked to have only one interface.
860 fprintf(stderr, "%s:%d: error reading file, line to long.\n",
910 "%s: You must either assign id's to all methods or to none of them.\n",
1017 // check the referenced types in mainDoc to make sure we've imported them
1020 // finally, there really only needs to be one thing in mainDoc, and it
1021 // needs to be an interface.
1043 // if we were asked to, generate a make dependency file
1044 // unless it's a parcelable *and* it's supposed to fail on parcelable
1052 // they didn't ask to fail on parcelables, so just exit quietly.
1127 fprintf(stderr, "aidl: error writing to file %s\n",