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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/uimodel/
UiItemElementNode.java 43 public String getShortDescription() {
56 return super.getShortDescription();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiDocumentNode.java 53 public String getShortDescription() {
UiElementNode.java 223 public String getShortDescription() {
291 * Similar to {@link #getShortDescription()} but styles the Strings.
364 StringBuilder sb = new StringBuilder(getShortDescription());
372 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/manifest/model/
UiManifestElementNode.java 63 public String getShortDescription() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiModelTreeLabelProvider.java 79 return node.getShortDescription();
NewItemSelectionDialog.java 344 mLocalRootNode.getShortDescription()));
373 mLocalRootNode.getShortDescription()));
UiElementDetail.java 231 mMasterSection.setText(String.format("Attributes for %1$s", ui_node.getShortDescription()));
  /external/llvm/lib/Support/
TargetRegistry.cpp 159 << Targets[i].second->getShortDescription() << '\n';
  /external/llvm/lib/Target/
TargetMachineC.cpp 46 return unwrap(T)->getShortDescription();
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 319 if (X.getShortDescription() != Y.getShortDescription())
320 return X.getShortDescription() < Y.getShortDescription();
    [all...]
PlistDiagnostics.cpp 459 EmitString(o, D->getShortDescription()) << '\n';
BugReporter.cpp     [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 
sdkuilib.jar 
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 183 const StringRef getShortDescription(bool UseFallback = true) const {
PathDiagnostic.h 726 StringRef getShortDescription() const {
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 91 StringRef desc = PD->getShortDescription();
  /external/llvm/include/llvm/Support/
TargetRegistry.h 221 /// getShortDescription - Get a short description of the target.
222 const char *getShortDescription() const { return ShortDesc; }
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 392 milliseconds