Searched refs:getDescription (Results 126 - 150 of 254) sorted by relevance

1234567891011

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/prefixmapper/
H A DPhonePrefixMap.java167 return phonePrefixMapStorage.getDescription(currentIndex);
H A DFlyweightMapStorage.java63 public String getDescription(int index) { method in class:FlyweightMapStorage
/external/smack/src/org/jivesoftware/smackx/packet/
H A DMultipleAddresses.java153 public String getDescription() { method in class:MultipleAddresses.Address
/external/clang/utils/analyzer/
H A DCmpRuns.py66 def getDescription(self): member in class:AnalysisDiagnostic
85 self.getDescription())
/external/deqp/modules/egl/
H A DteglQuerySurfaceTests.cpp711 windowGroup->addChild(new QuerySurfaceSimpleWindowCase(m_eglTestCtx, i->getName(), i->getDescription(), i->getConfigIds()));
726 pixmapGroup->addChild(new QuerySurfaceSimplePixmapCase(m_eglTestCtx, i->getName(), i->getDescription(), i->getConfigIds()));
741 pbufferGroup->addChild(new QuerySurfaceSimplePbufferCase(m_eglTestCtx, i->getName(), i->getDescription(), i->getConfigIds()));
762 windowGroup->addChild(new SurfaceAttribWindowCase(m_eglTestCtx, i->getName(), i->getDescription(), i->getConfigIds()));
777 pixmapGroup->addChild(new SurfaceAttribPixmapCase(m_eglTestCtx, i->getName(), i->getDescription(), i->getConfigIds()));
792 pbufferGroup->addChild(new SurfaceAttribPbufferCase(m_eglTestCtx, i->getName(), i->getDescription(), i->getConfigIds()));
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1616 virtual const char *getDescription() const = 0;
1626 const char *getDescription() const override {
1635 const char *getDescription() const override {
1646 const char *getDescription() const override {
1656 const char *getDescription() const override {
1666 const char *getDescription() const override {
1676 const char *getDescription() const override {
1689 const char *getDescription() const override { return ""; }
1751 : BugReport(D, D.getDescription(), n) {
1760 : BugReport(D, D.getDescription(), endTex
[all...]
/external/chromium_org/third_party/cython/src/Cython/Tests/
H A Dxmlrunner.py81 return self.test_result.getDescription(self.test_method)
154 self.stream.write(' ' + self.getDescription(test))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
H A DConfigResultsElement.java177 String description = getConfigResults().getDescription();
218 return configResults.getDescription();
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCLexer.java724 public String getDescription() { method in class:SimpleCLexer.DFA4
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCLexer.java724 public String getDescription() { method in class:SimpleCLexer.DFA4
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwContentsClientCallbackHelperTest.java206 assertEquals(ERROR_MESSAGE, receivedErrorHelper.getDescription());
/external/chromium_org/third_party/icu/source/i18n/
H A Dnumsys.cpp215 UnicodeString NumberingSystem::getDescription() const { function in class:NumberingSystem
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dprscmnts.cpp112 getDescription( const UChar* source, int32_t srcLen, function
/external/deqp/framework/opengl/
H A DgluRenderContext.cpp148 tcu::print(" %s: %s\n", curFactory->getName(), curFactory->getDescription());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.variables_3.2.400.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.views_3.5.0.I20100527-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/icu4c/source/i18n/
H A Dnumsys.cpp215 UnicodeString NumberingSystem::getDescription() const { function in class:NumberingSystem
/external/icu/icu4c/source/tools/genrb/
H A Dprscmnts.cpp122 getDescription( const UChar* source, int32_t srcLen, function
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDecisionProbe.java177 public String getDescription() { method in class:DecisionProbe
178 return dfa.getNFADecisionStartState().getDescription();
/external/deqp/modules/glshared/
H A DglsFboCompletenessTests.cpp625 static string getDescription (const RenderableParams& params) function in struct:deqp::gls::fboc::details::RenderableParams
669 static string getDescription (const AttachmentParams& params) function in struct:deqp::gls::fboc::details::AttachmentParams
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dapi_implementation.js316 return cvox.ChromeVox.navigationManager.getDescription();

Completed in 1781 milliseconds

1234567891011