HomeSort by relevance Sort by last modified time
    Searched refs:javaDoc (Results 1 - 6 of 6) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
DeclareStyleableInfo.java 30 /** Short javadoc. Can be null. */
83 /** Returns a short javadoc */
88 /** Sets the javadoc. */
89 public void setJavaDoc(String javaDoc) {
90 mJavaDoc = javaDoc;
ViewClassInfo.java 34 /** Short javadoc. Can be null. */
112 /** Returns a short javadoc */
139 /** Sets the javadoc for this View or ViewGroup. */
140 public void setJavaDoc(String javaDoc) {
141 mJavaDoc = javaDoc;
AttributeInfo.java 50 * possible flag or enum values, whether it's deprecated and its javadoc.
62 /** Short javadoc (i.e. the first sentence). */
83 * @param javadoc Short javadoc (i.e. the first sentence).
85 public AttributeInfo(@NonNull String name, @NonNull EnumSet<Format> formats, String javadoc) {
88 mJavaDoc = javadoc;
130 /** Returns a short javadoc, .i.e. the first sentence. */
153 /** Sets a short javadoc, .i.e. the first sentence. */
154 public void setJavaDoc(String javaDoc) {
155 mJavaDoc = javaDoc;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java 185 String javaDoc = javaDocOSLocation.replaceAll("\\\\", //$NON-NLS-1$
190 if (javaDoc.startsWith(AdtConstants.WS_SEP)) {
191 return "file:" + javaDoc; //$NON-NLS-1$
194 return "file:/" + javaDoc; //$NON-NLS-1$
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/
gmaven-runtime-support-1.5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 

Completed in 484 milliseconds