HomeSort by relevance Sort by last modified time
    Searched refs:getShortDescription (Results 26 - 46 of 46) sorted by null

12

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/packages/
SystemImagePackage.java 254 public String getShortDescription() {
272 s = getShortDescription();
Package.java 471 String s = getShortDescription();
484 * In contrast, {@link #getShortDescription()} should be used if you want more details
494 public abstract String getShortDescription();
AddonPackage.java 487 public String getShortDescription() {
ExtraPackage.java 492 public String getShortDescription() {
  /tools/build/builder/prebuilts/
sdklib.jar 
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 317 if (X.getShortDescription() != Y.getShortDescription())
318 return X.getShortDescription() < Y.getShortDescription();
    [all...]
PlistDiagnostics.cpp 446 EmitString(o, D->getShortDescription()) << '\n';
BugReporter.cpp     [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/archives/
ArchiveInstaller.java 119 String name = pkg.getShortDescription();
167 String pkgName = archive.getParentPackage().getShortDescription();
599 String pkgName = pkg.getShortDescription();
    [all...]
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/packages/
PackageTest.java 75 public String getShortDescription() {
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 166 const StringRef getShortDescription(bool UseFallback = true) const {
PathDiagnostic.h 708 StringRef getShortDescription() const {
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/sources/
SdkSource.java 281 String s = getShortDescription();
289 public String getShortDescription() {
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ui/
PackagesPage.java     [all...]
PackagesPageImpl.java 345 return ((IDescription) element).getShortDescription();
AddonSitesDialog.java 167 return ((SdkSource) element).getShortDescription();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 222 public String getShortDescription() {
290 * Similar to {@link #getShortDescription()} but styles the Strings.
363 StringBuilder sb = new StringBuilder(getShortDescription());
371 sb.insert(0, String.format("%1$s > ", uiNode.getShortDescription())); //$NON-NLS-1$
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 231 mMasterSection.setText(String.format("Attributes for %1$s", ui_node.getShortDescription()));
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterLogic.java     [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 88 StringRef desc = PD->getShortDescription();
  /external/llvm/include/llvm/Support/
TargetRegistry.h 227 /// getShortDescription - Get a short description of the target.
228 const char *getShortDescription() const { return ShortDesc; }
    [all...]

Completed in 462 milliseconds

12