Searched refs:getDescription (Results 26 - 50 of 254) sorted by relevance

1234567891011

/external/chromium_org/chrome/browser/resources/net_internals/
H A Ddetails_view.js69 if (sourceEntry.getDescription())
70 addNodeWithText(p, 'h4', sourceEntry.getDescription());
H A Dsource_tracker.js67 getDescription: function(id) {
70 return entry.getDescription();
H A Dsource_row.js29 this.description_ = sourceEntry.getDescription();
91 if (this.description_ != this.sourceEntry_.getDescription())
211 this.description_ = this.sourceEntry_.getDescription();
H A Dsource_entry.js116 SourceTracker.getInstance().getDescription(parentId);
132 parent.getDescription().length > 0) {
133 this.description_ += ' [' + parent.getDescription() + ']';
176 getDescription: function() {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DFixedAddressChecker.cpp60 BugReport *R = new BugReport(*BT, BT->getDescription(), N);
/external/junit/src/org/junit/runner/notification/
H A DFailure.java41 public Description getDescription() { method in class:Failure
/external/llvm/lib/CodeGen/
H A DMachinePassRegistry.cpp41 Node->getDescription());
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowCanvas.java40 public String getDescription() { method in class:ShadowCanvas
41 return shadowOf(targetBitmap).getDescription();
98 appendDescription(shadowOf(bitmap).getDescription());
109 if (getDescription().length() != 0) {
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DFileTransferRequest.java73 public String getDescription() { method in class:FileTransferRequest
/external/mockito/src/org/mockito/runners/
H A DConsoleSpammingMockitoJUnitRunner.java124 public Description getDescription() { method in class:ConsoleSpammingMockitoJUnitRunner
125 return runner.getDescription();
H A DVerboseMockitoJUnitRunner.java76 public Description getDescription() { method in class:VerboseMockitoJUnitRunner
77 return runner.getDescription();
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DBitmapTest.java27 assertEquals("Original bitmap scaled to 100 x 200", shadowOf(scaledBitmap).getDescription());
49 assertEquals("Original bitmap created from Bitmap object", shadowOf(newBitmap).getDescription());
91 assertEquals("Bitmap One\nBitmap Two", shadowOf(bitmap1).getDescription());
105 assertEquals("Bitmap One\nBitmap Two transformed by matrix", shadowOf(bitmap1).getDescription());
121 assertEquals("Bitmap One\nBitmap Two with ColorMatrixColorFilter<1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0> transformed by matrix", shadowOf(bitmap1).getDescription());
H A DBitmapDrawableTest.java36 assertEquals("Bitmap for resource:drawable/an_image", shadowOf(drawable.getBitmap()).getDescription());
45 assertEquals("Bitmap for resource:drawable/an_image", shadowOf(canvas).getDescription());
63 shadowOf(canvas).getDescription());
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DDFA.js99 new org.antlr.runtime.NoViableAltException(this.getDescription(),
114 getDescription: function() {
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Ddfa.py157 self.getDescription(),
176 def getDescription(self): member in class:DFA
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
H A Dtable_shifter.js77 cvox.TableShifter.prototype.getDescription = function(prevSel, sel) {
78 var descs = this.currentWalker_.getDescription(prevSel, sel);
H A Dabstract_shifter.js68 cvox.AbstractShifter.prototype.getDescription = goog.abstractMethod;
H A Dlayout_line_walker.js70 cvox.LayoutLineWalker.prototype.getDescription = function(prevSel, sel) {
82 return this.subWalker_.getDescription(prevSel, sel);
88 descriptions, this.subWalker_.getDescription(prev, cur));
94 descriptions, this.subWalker_.getDescription(prev, cur));
H A Dstructural_line_walker.js37 cvox.StructuralLineWalker.prototype.getDescription = function(prevSel, sel) {
38 var desc = goog.base(this, 'getDescription', prevSel, sel);
/external/chromium_org/chrome/test/chromedriver/test/
H A Dunittest_util.py32 def getDescription(self, test): member in class:_TextTestResult
37 self.stream.writeln('[ RUN ] %s' % self.getDescription(test))
/external/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h72 const char *getDescription() const { return Description; } function in class:llvm::MachinePassRegistryNode
136 Node->getDescription());
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3rewritestreams.h154 void * (*getDescription) (struct ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct * stream); member in struct:ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
H A Doverlay_widget.js80 cvox.ChromeVox.navigationManager.getDescription(), 0, null);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dnumsys.h152 virtual UnicodeString getDescription() const;
/external/chromium_org/third_party/icu/source/i18n/
H A Dunumsys.cpp81 UnicodeString descrip = ((NumberingSystem*)unumsys)->getDescription();

Completed in 305 milliseconds

1234567891011