Home | History | Annotate | Download | only in src

Lines Matching full:hide

134                     || a[0].equals("-hide")) {
143 else if (a[0].equals("-hide")) {
376 if (option.equals("-hide")) {
437 || a[0].equals("-hide")) {
990 * Returns true if the given element has an @hide or @pending annotation.
994 return comment.indexOf("@hide") != -1 || comment.indexOf("@pending") != -1;