Home | History | Annotate | Download | only in src

Lines Matching refs:decl

993                 String decl = type.getDeclaration();
995 decl + " " + cname + "_native = (" +
996 decl + ") fromEGLHandle(_env, " +
1030 String decl = type.getDeclaration();
1033 decl +
1034 (decl.endsWith("*") ? "" : " ") +
1036 "_base = (" + decl + ") 0;");
1043 decl +
1044 (decl.endsWith("*") ? "" : " ") +
1046 " = (" + decl + ") 0;");
1073 String decl = type.getDeclaration();