Home | History | Annotate | Download | only in src

Lines Matching refs:decl

1056                 String decl = type.getDeclaration();
1058 decl + " " + cname + "_native = (" +
1059 decl + ") fromEGLHandle(_env, " +
1093 String decl = type.getDeclaration();
1096 decl +
1097 (decl.endsWith("*") ? "" : " ") +
1099 "_base = (" + decl + ") 0;");
1106 decl +
1107 (decl.endsWith("*") ? "" : " ") +
1109 " = (" + decl + ") 0;");
1147 String decl = type.getDeclaration();