Home | History | Annotate | Download | only in aidl

Lines Matching refs:dimension

180         v->dimension = arg->type.dimension;
188 if (arg->type.dimension == 0) {
191 else if (arg->type.dimension == 1) {
222 method->type.dimension);
607 if (v->dimension == 0) {
610 if (v->dimension == 1) {
620 if (v->dimension == 0) {
623 if (v->dimension == 1) {
654 "_result", method->type.dimension));
661 arg->type.dimension));
700 Variable* v = new Variable(t, arg->name.data, arg->type.dimension);
820 decl->returnTypeDimension = method->type.dimension;
826 arg->type.dimension));
865 Variable* v = new Variable(t, arg->name.data, arg->type.dimension);
894 arg->type.dimension));