Home | History | Annotate | Download | only in aidl

Lines Matching refs:dimension

216     if (v->dimension == 0) {
219 if (v->dimension == 1) {
228 if (v->dimension == 0) {
231 if (v->dimension == 1) {
240 if (v->dimension == 0) {
243 if (v->dimension == 1) {
276 decl->returnTypeDimension = method->type.dimension;
283 arg->type.dimension));
308 v->dimension = arg->type.dimension;
316 if (arg->type.dimension == 0) {
319 else if (arg->type.dimension == 1) {
389 proxy->returnTypeDimension = method->type.dimension;
396 arg->type.dimension));
417 method->type.dimension);
435 Variable* v = new Variable(t, arg->name.data, arg->type.dimension);
437 if (dir == OUT_PARAMETER && arg->type.dimension != 0) {
478 Variable* v = new Variable(t, arg->name.data, arg->type.dimension);