Searched refs:javadoc (Results 1 – 6 of 6) sorted by relevance
376 public static String formatTooltip(String javadoc) {377 ArrayList<String> spans = scanJavadoc(javadoc);451 public static String formatFormText(String javadoc,454 ArrayList<String> spans = scanJavadoc(javadoc);571 private static ArrayList<String> scanJavadoc(String javadoc) {575 if (javadoc != null) {576 javadoc = javadoc.replaceAll("[ \t\f\r\n]+", " "); //$NON-NLS-1$ //$NON-NLS-2$595 while(javadoc != null && javadoc.length() > 0) {598 if ((m = p_code.matcher(javadoc)).matches()) {601 javadoc = m.group(2);[all …]
37 String[] enumValues, String[] flagValues, String javadoc) { in TestAttributeInfo() argument44 this.mJavadoc = javadoc; in TestAttributeInfo()
85 public AttributeInfo(@NonNull String name, @NonNull EnumSet<Format> formats, String javadoc) { in AttributeInfo() argument88 mJavaDoc = javadoc; in AttributeInfo()
150 javadoc
447 - android.jar source and javadoc location can now be configured.856 (and its javadoc path) in case you change the sdk location.
172 values and those returned by getStartOffset/getEndOffset. Please abide by the javadoc.