Home | History | Annotate | Download | only in aidl

Lines Matching full:error

52                                                         // error cases only
67 | document_items error {
68 fprintf(stderr, "%s:%d: syntax error don't know what to do with \"%s\"\n", g_currentFilename,
91 fprintf(stderr, "%s:%d syntax error in parcelable declaration. Expected type name.\n",
95 | PARCELABLE error ';' {
96 fprintf(stderr, "%s:%d syntax error in parcelable declaration. Expected type name, saw \"%s\".\n",
133 | INTERFACE error '{' interface_items '}' {
134 fprintf(stderr, "%s:%d: syntax error in interface declaration. Expected type name, saw \"%s\"\n",
138 | INTERFACE error '}' {
139 fprintf(stderr, "%s:%d: syntax error in interface declaration. Expected type name, saw \"%s\"\n",
160 | interface_items error ';' {
161 fprintf(stderr, "%s:%d: syntax error before ';' (expected method declaration)\n",
205 // only NULL on error
215 | error {
216 fprintf(stderr, "%s:%d: syntax error in parameter list\n", g_currentFilename, $1.buffer.lineno);