HomeSort by relevance Sort by last modified time
    Searched refs:setDescription (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ILogUiProvider.java 29 public abstract void setDescription(String description);
IProgressUiProvider.java 41 public abstract void setDescription(String description);
TaskMonitorImpl.java 66 public void setDescription(String format, Object... args) {
68 mUi.setDescription(text);
266 public void setDescription(String format, Object... args) {
267 mRoot.setDescription(format, args);
  /external/jmonkeyengine/engine/src/android/jme3test/android/
DemoLaunchEntry.java 32 public void setDescription(String description) {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
WayPoint.java 35 void setDescription(String description) {
  /cts/tests/tests/drm/src/android/drm/cts/
DrmSupportInfoTest.java 81 info1.setDescription("World");
82 info3.setDescription("world"); // lowercase 'w'
84 info3.setDescription("World");
93 info.setDescription(description);
100 info.setDescription(description);
  /development/samples/RSSReader/src/com/example/android/rssreader/
RssItem.java 44 public void setDescription(CharSequence description) {
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
ITaskMonitor.java 40 * "installing" and finally "done". This is set using {@link #setDescription}. <br/>
56 public void setDescription(String format, Object...args);
NullTaskMonitor.java 49 public void setDescription(String format, Object...args) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LaunchPreferencePage.java 35 setDescription(Messages.LaunchPreferencePage_Title);
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/preferences/
PrefPage.java 38 setDescription("Android Preferences");
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
SdkLogAdapter.java 45 public void setDescription(final String description) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidNature.java 45 * <code>IProject.setDescription</code> and should not be called directly
50 * <code>IProject.setDescription</code>, but the nature will remain in
68 * <code>IProject.setDescription</code> and should not be called directly
73 * <code>IProject.setDescription</code>, but the nature will still be
104 * <code>IProject.setDescription()</code> and should not be called
167 project.setDescription(description, new SubProgressMonitor(monitor, 10));
197 project.setDescription(desc, null);
248 project.setDescription(desc, null);
269 project.setDescription(desc, null);
288 project.setDescription(description, null)
    [all...]
  /frameworks/av/include/drm/
DrmSupportInfo.h 152 status_t setDescription(const String8& description);
  /frameworks/base/drm/java/android/drm/
DrmSupportInfo.java 93 public void setDescription(String description) {
117 * string is not allowed in {@link #setDescription(String)}, if
118 * {@link #setDescription(String)} is not called, description returned
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/
MockMonitor.java 72 public void setDescription(String format, Object... args) {
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NFAFactory.java 236 // left.setDescription("ref to "+ruleStart.getDescription());
238 // right.setDescription("NFAState following ref to "+ruleStart.getDescription());
412 blockEndNFAState.setDescription("end block");
418 left.setDescription("alt "+altNum+" of ()");
460 decisionState.setDescription("only alt of ()? block");
462 emptyAlt.setDescription("epsilon path of ()? block");
466 blockEndNFAState.setDescription("end ()? block");
482 emptyAlt.setDescription("epsilon path of ()? block");
571 bypassDecisionState.setDescription("enter loop path of ()* block");
573 optionalAlt.setDescription("epsilon path of ()* block")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewExportPart.java 64 section.setDescription("Library project cannot be exported.");
68 section.setDescription("To export the application for distribution, you have the following options:");
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRewriteRuleElementStream.h 80 - (void) setDescription:(NSString *)description;
  /frameworks/base/core/java/android/webkit/
Plugin.java 159 public void setDescription(String description) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportFieldsPart.java 38 section.setDescription("Properties of export.properties:");
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/preferences/
NdkPreferencePage.java 38 setDescription(Messages.NDKPreferencePage_Preferences);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterNoWindow.java 211 public void setDescription(String format, Object...args) {
249 setDescription(" " + format, args); //$NON-NLS-1$
254 setDescription(format, args);
522 public void setDescription(String format, Object... args) {
523 mRoot.setDescription(format, args);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRewriteRuleElementStream.h 83 - (void) setDescription:(NSString *)description;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRewriteRuleElementStream.h 83 - (void) setDescription:(NSString *)description;

Completed in 1395 milliseconds

1 2 3 4 5 6