Searched refs:description (Results 176 - 200 of 1667) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRRewriteRuleElementStream.h54 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/
H A DANTLRRewriteRuleElementStream.h54 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/
H A DANTLRRewriteRuleElementStream.h54 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/
H A DRenderCombineText.cpp97 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/WebCore/dom/
H A DExceptionCode.cpp96 // 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) argument
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
[all...]
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/file/
H A Dfile.edc63 description {
70 description {
75 description {
83 description {
91 description {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DLineGraph.java29 String description=null; field in class:LineGraph.GraphItem
34 GraphItem(String title, String description,double value, Color color,boolean display) { argument
35 this(title, description, value, color);
39 GraphItem(String title, String description, double value, Color color) { argument
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, xpositio
161 addItem(String name, String description, double value, Color col) argument
165 addItem(String name, String description, double value, Color col, boolean display) argument
[all...]
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontPlatformDataQt.cpp63 FontPlatformData::FontPlatformData(const FontDescription& description, const AtomicString& familyName, int wordSpacing, int letterSpacing) argument
67 int requestedSize = qRound(description.computedPixelSize());
70 font.setItalic(description.italic());
71 font.setWeight(toQFontWeight(description.weight()));
74 const bool smallCaps = description.smallCaps();
113 String FontPlatformData::description() const function in class:WebCore::FontPlatformData
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/scrollbar/
H A Dscrollbar.edc83 description {
95 description {
101 description {
114 description {
132 description {
153 description {
260 description {
272 description {
278 description {
291 description {
[all...]
/external/chromium/chrome/browser/
H A Dbug_report_data.cc29 const std::string& description,
41 description_ = description;
25 UpdateData(Profile* profile, const std::string& target_tab_url, const int problem_type, const std::string& page_url, const std::string& description, const std::vector<unsigned char>& image , const std::string& user_email , const bool send_sys_info , const bool sent_report ) argument
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dsessiondescription.cc68 const ContentDescription* description) {
69 contents_.push_back(ContentInfo(name, type, description));
66 AddContent(const std::string& name, const std::string& type, const ContentDescription* description) argument
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h55 BuiltinBug(const char *name, const char *description) argument
56 : BugType(name, "Logic error"), desc(description) {}
/external/clang/lib/Analysis/
H A DProgramPoint.cpp44 SimpleProgramPointTag::SimpleProgramPointTag(StringRef description) argument
45 : desc(description) {}
/external/hamcrest/src/org/hamcrest/core/
H A DAllOf.java31 public void describeTo(Description description) { argument
32 description.appendList("(", " and ", ")", matchers);
H A DAnyOf.java32 public void describeTo(Description description) { argument
33 description.appendList("(", " or ", ")", matchers);
H A DIs.java29 public void describeTo(Description description) { argument
30 description.appendText("is ").appendDescriptionOf(matcher);
H A DIsNot.java26 public void describeTo(Description description) { argument
27 description.appendText("not ").appendDescriptionOf(matcher);
H A DIsNull.java19 public void describeTo(Description description) { argument
20 description.appendText("null");
/external/junit/src/org/junit/internal/matchers/
H A DCombinableMatcher.java21 public void describeTo(Description description) { argument
22 description.appendDescriptionOf(fMatcher);
/external/junit/src/org/junit/internal/runners/
H A DJUnit4ClassRunner.java86 Description description= methodDescription(method);
91 testAborted(notifier, description, e.getCause());
94 testAborted(notifier, description, e);
98 new MethodRoadie(test, testMethod, notifier, description).run();
101 private void testAborted(RunNotifier notifier, Description description, argument
103 notifier.fireTestStarted(description);
104 notifier.fireTestFailure(new Failure(description, e));
105 notifier.fireTestFinished(description);
/external/junit/src/org/junit/rules/
H A DRuleChain.java94 public Statement apply(Statement base, Description description) { argument
96 base= each.apply(base, description);
/external/junit/src/org/junit/runner/notification/
H A DFailure.java10 * A <code>Failure</code> holds a description of the failed test and the
22 * Constructs a <code>Failure</code> with the given description and exception.
23 * @param description a {@link org.junit.runner.Description} of the test that failed
26 public Failure(Description description, Throwable thrownException) { argument
28 fDescription= description;
39 * @return the raw description of the context of the failure.
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
H A Ddelayed-permission-allowed.js0 description("Tests that when a position is available, no callbacks are invoked until permission is allowed.");
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
H A Dset-href-attribute-hash.js0 description('Test setting the hash attribute of the URL in HTMLAnchorElement.');
67 debug("Exception: " + e.description);
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
H A D10.1.4-1.js71 testcases[tc].description += "( " + INPUT +" )" ;
81 testcases[tc].description +" = "+

Completed in 539 milliseconds

1234567891011>>