HomeSort by relevance Sort by last modified time
    Searched refs:description (Results 151 - 175 of 2197) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium-trace/trace-viewer/third_party/closure_linter/
setup.py 24 description='Closure Linter', variable
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/
setup.py 49 description='WebSocket extension for Apache HTTP Server.', variable
  /external/junit/src/org/junit/rules/
Verifier.java 3 import org.junit.runner.Description;
29 public Statement apply(final Statement base, Description description) {
  /external/linux-tools-perf/util/
setup.py 19 description='Interface with the Linux profiling infrastructure', variable
  /external/llvm/utils/lit/
setup.py 14 description = "A Software Testing Tool", variable
  /external/mockito/src/org/mockito/internal/matchers/
Equals.java 8 import org.hamcrest.Description;
27 public void describeTo(Description description) {
28 description.appendText(describe(wanted));
68 public void describeTo(Description description) {
69 description.appendText(describe("("+ wanted.getClass().getSimpleName() +") " + wanted));
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
ViewHasTextMatcher.java 4 import org.hamcrest.Description;
46 public void describeTo(Description description) {
47 description.appendText("[" + actualText + "]");
48 description.appendText(" to equal ");
49 description.appendText("[" + expected + "]");
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
try-010.js 4 * Description: The try statement
34 function TryObject( description, tryOne, tryTwo, result ) {
35 this.description = description;
67 object.description,
  /external/webkit/Source/WebCore/dom/
ExceptionBase.h 43 String description() const { return m_description; } function in class:WebCore::ExceptionBase
ExceptionCode.cpp 96 // FIXME: Couldn't find a description in the HTML/DOM specifications for NETWORK_ERR, ABORT_ERR, URL_MISMATCH_ERR, and QUOTA_EXCEEDED_ERR
247 void getExceptionCodeDescription(ExceptionCode ec, ExceptionCodeDescription& description)
344 description.typeName = typeName;
345 description.name = (ec >= nameTableOffset && ec - nameTableOffset < nameTableSize) ? nameTable[ec - nameTableOffset] : 0;
346 description.description = (ec >= nameTableOffset && ec - nameTableOffset < nameTableSize) ? descriptionTable[ec - nameTableOffset] : 0;
347 description.code = code;
348 description.type = type;
351 ASSERT(description.name);
352 ASSERT(description.description)
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGDescElement.cpp 37 String SVGDescElement::description() const function in class:WebCore::SVGDescElement
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebpluginprivate.h 40 CString description; member in struct:_WebKitWebPluginPrivate
  /frameworks/base/drm/java/android/drm/
DrmSupportInfo.java 88 * Sets a description for the DRM plug-in (agent).
90 * @param description Unique description of plug-in. Must not be null
93 public void setDescription(String description) {
94 if (description == null) {
95 throw new IllegalArgumentException("description is null");
97 if (description == "") {
98 throw new IllegalArgumentException("description is an empty string");
101 mDescription = description;
105 * Retrieves the DRM plug-in (agent) description
    [all...]
  /frameworks/base/libs/hwui/
SkiaColorFilter.h 53 virtual void describe(ProgramDescription& description, const Extensions& extensions) = 0;
87 void describe(ProgramDescription& description, const Extensions& extensions);
102 void describe(ProgramDescription& description, const Extensions& extensions);
117 void describe(ProgramDescription& description, const Extensions& extensions);
SkiaColorFilter.cpp 54 void SkiaColorMatrixFilter::describe(ProgramDescription& description,
56 description.colorOp = ProgramDescription::kColorMatrix;
82 void SkiaLightingFilter::describe(ProgramDescription& description, const Extensions& extensions) {
83 description.colorOp = ProgramDescription::kColorLighting;
107 void SkiaBlendFilter::describe(ProgramDescription& description, const Extensions& extensions) {
108 description.colorOp = ProgramDescription::kColorBlend;
109 description.colorMode = mMode;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRewriteRuleElementStream.h 54 description:(NSString *)anElementDescription;
56 description:(NSString *)anElementDescription
59 description:(NSString *)anElementDescription
62 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
63 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
64 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
83 - (void) setDescription:(NSString *)description;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRewriteRuleElementStream.h 54 description:(NSString *)anElementDescription;
56 description:(NSString *)anElementDescription
59 description:(NSString *)anElementDescription
62 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
63 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
64 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
83 - (void) setDescription:(NSString *)description;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRewriteRuleElementStream.h 54 description:(NSString *)anElementDescription;
56 description:(NSString *)anElementDescription
59 description:(NSString *)anElementDescription
62 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
63 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
64 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
83 - (void) setDescription:(NSString *)description;
  /external/webkit/Source/WebCore/rendering/
RenderCombineText.cpp 97 FontDescription description = originalFont().fontDescription(); local
98 float emWidth = description.computedSize() * textCombineMargin;
101 description.setOrientation(Horizontal); // We are going to draw combined text horizontally.
106 shouldUpdateFont = style()->setFontDescription(description); // Need to change font orientation to horizontal.
111 description.setWidthVariant(widthVariants[i]);
112 Font compressedFont = Font(description, style()->font().letterSpacing(), style()->font().wordSpacing());
120 shouldUpdateFont = style()->setFontDescription(description);
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/file/
file.edc 63 description {
70 description {
75 description {
83 description {
91 description {
  /external/chromium/chrome/browser/
browsing_data_database_helper.h 37 const std::string& description,
48 std::string description; member in struct:BrowsingDataDatabaseHelper::DatabaseInfo
121 const std::string& description);
139 const std::string& description);
144 std::string description; member in struct:CannedBrowsingDataDatabaseHelper::PendingDatabaseInfo
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/
shell.js 102 * type) report a failure. If description is provided, include it in the
105 function reportCompare (expected, actual, description)
111 if ((VERBOSE) && (typeof description != "undefined"))
112 printStatus ("Comparing '" + description + "'");
130 if (typeof description != "undefined")
131 reportFailure (description);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/
shell.js 102 * type) report a failure. If description is provided, include it in the
105 function reportCompare (expected, actual, description)
111 if ((VERBOSE) && (typeof description != "undefined"))
112 printStatus ("Comparing '" + description + "'");
130 if (typeof description != "undefined")
131 reportFailure (description);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/
browser.js 60 var description = ''; variable
70 this.description = d;
83 reportCompare = function(expected, actual, description)
87 var testcase = new TestCase(gTestName, description, expected, actual);
88 testcase.passed = _reportCompare(expected, actual, description);
105 if (typeof DESCRIPTION == 'undefined')
107 DESCRIPTION = 'Unknown';
113 testcase = new TestCase(gTestName, DESCRIPTION, EXPECTED, "error");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
LineGraph.java 29 String description=null; field in class:LineGraph.GraphItem
34 GraphItem(String title, String description,double value, Color color,boolean display) {
35 this(title, description, value, color);
39 GraphItem(String title, String description, double value, Color color) {
43 this.description= description;
47 Point e1= g.stringExtent(this.description);
138 this.fAreaBuffer.append("\r<area shape=\"CIRCLE\" coords=\""+(xposition-2)+','+(yposition-2)+','+5+" alt=\""+ thisItem.title+": "+thisItem.description+"\""+ " title=\""+ thisItem.title+": "+thisItem.description+"\">");
148 g.drawString(thisItem.description, xposition+2, yposition+shift+titleHeight, true)
    [all...]

Completed in 824 milliseconds

1 2 3 4 5 67 8 91011>>