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

1 2 3 4 5 6 7

  /external/jmonkeyengine/engine/src/android/jme3test/android/
DemoLaunchEntry.java 32 public void setDescription(String description) {
  /frameworks/support/v7/mediarouter/jellybean-mr2/android/support/v7/media/
MediaRouterJellybeanMr2.java 40 public static void setDescription(Object routeObj, CharSequence description) {
41 ((android.media.MediaRouter.UserRouteInfo)routeObj).setDescription(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) {
  /external/smack/src/org/jivesoftware/smackx/workgroup/ext/macros/
Macro.java 48 public void setDescription(String description) {
  /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.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplatePreviewPage.java 32 setDescription("Optionally review pending changes");
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/preferences/
PrefPage.java 38 setDescription("Android Preferences");
  /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
171 project.setDescription(description, new SubProgressMonitor(monitor, 10));
201 project.setDescription(desc, null);
252 project.setDescription(desc, null);
273 project.setDescription(desc, null);
292 project.setDescription(description, null)
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DescriptionBox.java 74 public void setDescription(String description) {
  /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
  /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...]
  /external/smack/src/org/jivesoftware/smackx/packet/
MultipleAddresses.java 63 address.setDescription(desc);
157 private void setDescription(String description) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DelegatingAction.java 150 public void setDescription(String text) {
151 mAction.setDescription(text);
  /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);
  /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;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRewriteRuleElementStream.h 83 - (void) setDescription:(NSString *)description;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAState.java 230 public void setDescription(String description) {
  /frameworks/av/drm/common/
DrmSupportInfo.cpp 96 status_t DrmSupportInfo::setDescription(const String8& description) {

Completed in 1143 milliseconds

1 2 3 4 5 6 7