Searched refs:getDescription (Results 51 - 75 of 254) sorted by relevance

1234567891011

/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dprscmnts.h40 getDescription( const UChar* source, int32_t srcLen,
/external/clang/include/clang/Frontend/
H A DLangStandard.h55 /// getDescription - Get the description of this standard.
56 const char *getDescription() const { return Description; } function in struct:clang::LangStandard
/external/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundChecker.cpp80 new BugReport(*BT, BT->getDescription(), N);
H A DCastToStructChecker.cpp66 BugReport *R = new BugReport(*BT,BT->getDescription(), N);
H A DPointerArithChecker.cpp61 BugReport *R = new BugReport(*BT, BT->getDescription(), N);
H A DPointerSubChecker.cpp69 BugReport *R = new BugReport(*BT, BT->getDescription(), N);
H A DReturnPointerRangeChecker.cpp84 new BugReport(*BT, BT->getDescription(), N);
H A DUndefBranchChecker.cpp101 BugReport *R = new BugReport(*BT, BT->getDescription(), N);
/external/clang/tools/diagtool/
H A DDiagTool.h33 llvm::StringRef getDescription() const { return description; } function in class:diagtool::DiagTool
/external/deqp/framework/common/
H A DtcuFactoryRegistry.cpp108 const char* FactoryBase::getDescription (void) const
/external/deqp/modules/egl/
H A DteglSimpleConfigCase.hpp67 const char* getDescription (void) const { return m_description.c_str(); } function in class:deqp::egl::NamedConfigIdSet
/external/icu/icu4c/source/i18n/unicode/
H A Dnumsys.h155 virtual UnicodeString getDescription() const;
/external/icu/icu4c/source/i18n/
H A Dunumsys.cpp81 UnicodeString descrip = ((NumberingSystem*)unumsys)->getDescription();
/external/icu/icu4c/source/tools/genrb/
H A Dprscmnts.h40 getDescription( const UChar* source, int32_t srcLen,
/external/smack/src/org/jivesoftware/smackx/muc/
H A DRoomInfo.java118 public String getDescription() { method in class:RoomInfo
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DDFA.java159 new NoViableAltException(getDescription(),
176 public String getDescription() { method in class:DFA
/external/chromium_org/build/util/lib/common/
H A Dunittest_util.py32 def getDescription(self, test): member in class:_TextTestResult
37 self.stream.writeln('[ RUN ] %s' % self.getDescription(test))
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dnavigation_shifter.js139 cvox.NavigationShifter.prototype.getDescription = function(prevSel, sel) {
140 return this.currentWalker_.getDescription(prevSel, sel);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DDownloadInfo.java69 public String getDescription() { method in class:DownloadInfo
242 .setDescription(downloadInfo.getDescription())
/external/junit/src/org/junit/internal/runners/
H A DJUnit4ClassRunner.java52 new ClassRoadie(notifier, fTestClass, getDescription(), new Runnable() {
65 public Description getDescription() { method in class:JUnit4ClassRunner
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowBitmap.java60 shadowBitmap.appendDescription(shadowOf(src).getDescription());
114 public String getDescription() { method in class:ShadowBitmap
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DRewriteRuleElementStream.java207 public String getDescription() { method in class:RewriteRuleElementStream
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
H A DRewriteRuleElementStream.js145 getDescription: function() {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRRewriteRuleElementStream.h79 - (NSString *) getDescription;
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h75 StringRef getDescription() const { return desc; } function in class:clang::ento::BuiltinBug

Completed in 907 milliseconds

1234567891011