HomeSort by relevance Sort by last modified time
    Searched full:shortdescription (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/chromium_org/tools/android/findbugs_plugin/
messages.xml 13 <ShortDescription>Chromium FindBugs Plugin </ShortDescription>
27 <ShortDescription>Shouldn't use synchronized(this)</ShortDescription>
46 <ShortDescription>Shouldn't use synchronized method</ShortDescription>
  /external/chromium_org/tools/grit/grit/tool/
test.py 14 def ShortDescription(self):
unit.py 20 def ShortDescription(self):
count.py 18 def ShortDescription(self):
interface.py 19 def ShortDescription(self):
buildinfo.py 22 def ShortDescription(self):
menu_from_parts.py 26 def ShortDescription(self):
diff_structures.py 47 def ShortDescription(self):
newgrd.py 60 def ShortDescription(self):
  /external/llvm/utils/lit/lit/
LitTestCase.py 22 def shortDescription(self):
  /frameworks/base/docs/html/channels/
io2013.jd 286 var shortDescription = fullDescription.substr(0, MAX_DESC_LENGTH);
288 var httpindex = shortDescription.indexOf("http://");
290 shortDescription = shortDescription.substring(0,httpindex);
292 shortDescription += shortDescription.length == MAX_DESC_LENGTH ? "..." : ""; // add ellipsis if we've chopped the description
297 + '<div class="description">' + shortDescription + '</div></div>');
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
imagediffdb_test.py 34 def shortDescription(self):
imagepair_test.py 35 def shortDescription(self):
  /external/skia/gm/rebaseline_server/
imagediffdb_test.py 35 def shortDescription(self):
imagepair_test.py 34 def shortDescription(self):
  /external/skia/tools/tests/
base_unittest.py 27 def shortDescription(self):
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiModelTreeLabelProvider.java 70 * Uses UiElementNode.shortDescription for the label for this tree item.
  /external/lldb/test/unittest2/test/
test_functiontestcase.py 135 self.assertEqual(test.shortDescription(), None)
144 self.assertEqual(test.shortDescription(), "this tests foo")
  /external/zlib/src/qnx/
package.qpg 102 <QPM:ShortDescription></QPM:ShortDescription>
  /frameworks/base/docs/html/develop/
index.jd 263 var shortDescription = fullDescription.substr(0, MAX_VIDEO_DESC_LENGTH);
264 shortDescription += shortDescription.length == MAX_VIDEO_DESC_LENGTH ? "..." : ""; // add ellipsis if we've chopped the description
268 var pShortDescription = $('<p>' + shortDescription + '</p>');
311 var shortDescription = fullDescription.substr(0, MAX_DESC_LENGTH);
312 shortDescription += shortDescription.length == MAX_DESC_LENGTH ? "..." : ""; // add ellipsis if we've chopped the description
316 var pShortDescription = $('<p>' + shortDescription + '</p>');
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_functiontestcase.py 135 self.assertEqual(test.shortDescription(), None)
144 self.assertEqual(test.shortDescription(), "this tests foo")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_functiontestcase.py 135 self.assertEqual(test.shortDescription(), None)
144 self.assertEqual(test.shortDescription(), "this tests foo")
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
filetestcase.py 59 def shortDescription(self):
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
filetestcase.py 58 def shortDescription(self):
  /external/objenesis/tck/src/org/objenesis/tck/
CandidateLoader.java 25 * takes the form of candidateClassName=shortDescription.

Completed in 747 milliseconds

1 2 3 4