Searched refs:description (Results 126 - 150 of 2478) sorted by relevance

1234567891011>>

/external/smack/src/org/jivesoftware/smackx/workgroup/ext/macros/
H A DMacro.java32 private String description; field in class:Macro
45 return description;
48 public void setDescription(String description) { argument
49 this.description = description;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDynamicAnnotations.h55 #define WTF_ANNOTATE_BENIGN_RACE_SIZED(address, size, description) WTFAnnotateBenignRaceSized(__FILE__, __LINE__, address, size, description)
56 #define WTF_ANNOTATE_BENIGN_RACE(pointer, description) WTFAnnotateBenignRaceSized(__FILE__, __LINE__, pointer, sizeof(*(pointer)), description)
82 WTF_EXPORT void WTFAnnotateBenignRaceSized(const char* file, int line, const volatile void* memory, long size, const char* description);
92 #define WTF_ANNOTATE_BENIGN_RACE_SIZED(address, size, description)
93 #define WTF_ANNOTATE_BENIGN_RACE(pointer, description)
/external/chromium_org/v8/test/mjsunit/es6/
H A Dmirror-symbols.js8 function testSymbolMirror(symbol, description) {
21 assertEquals(description, mirror.description());
24 var description_text = description === undefined ? "" : description;
31 assertEquals(description, fromJSON.description);
/external/jhead/
H A Diptc.c102 char * description = NULL; local
124 case IPTC_SUPLEMENTAL_CATEGORIES: description = "SuplementalCategories"; break;
125 case IPTC_KEYWORDS: description = "Keywords"; break;
126 case IPTC_CAPTION: description = "Caption"; break;
127 case IPTC_AUTHOR: description = "Author"; break;
128 case IPTC_HEADLINE: description = "Headline"; break;
129 case IPTC_SPECIAL_INSTRUCTIONS: description = "Spec. Instr."; break;
130 case IPTC_CATEGORY: description = "Category"; break;
131 case IPTC_BYLINE: description = "Byline"; break;
132 case IPTC_BYLINE_TITLE: description
[all...]
/external/chromium_org/components/cloud_devices/common/
H A Dprinter_description_unittest.cc265 CloudDeviceDescription description; local
266 EXPECT_EQ(NormalizeJson(kDefaultCdd), NormalizeJson(description.ToString()));
282 EXPECT_FALSE(content_types.LoadFrom(description));
283 EXPECT_FALSE(pwg_raster.LoadFrom(description));
284 EXPECT_FALSE(color.LoadFrom(description));
285 EXPECT_FALSE(duplex.LoadFrom(description));
286 EXPECT_FALSE(orientation.LoadFrom(description));
287 EXPECT_FALSE(copies.LoadFrom(description));
288 EXPECT_FALSE(margins.LoadFrom(description));
289 EXPECT_FALSE(dpi.LoadFrom(description));
299 CloudDeviceDescription description; local
312 CloudDeviceDescription description; local
391 CloudDeviceDescription description; local
477 CloudDeviceDescription description; local
514 CloudDeviceDescription description; local
566 CloudDeviceDescription description; local
[all...]
/external/junit/src/org/junit/internal/
H A DAssumptionViolatedException.java30 public void describeTo(Description description) { argument
32 description.appendText("got: ");
33 description.appendValue(fValue);
34 description.appendText(", expected: ");
35 description.appendDescriptionOf(fMatcher);
37 description.appendText("failed assumption: " + fValue);
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRRewriteRuleSubtreeStream.h37 description:(NSString *)anElementDescription;
39 description:(NSString *)anElementDescription
42 description:(NSString *)anElementDescription
45 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
46 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
47 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
H A DANTLRRewriteRuleTokenStream.h36 description:(NSString *)elementDescription;
39 description:(NSString *)elementDescription
43 description:(NSString *)elementDescription
48 description:(NSString *)aDescription;
50 description:(NSString *)aDescription
53 description:(NSString *)aDescription
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRRewriteRuleSubtreeStream.h37 description:(NSString *)anElementDescription;
39 description:(NSString *)anElementDescription
42 description:(NSString *)anElementDescription
45 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
46 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
47 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
H A DANTLRRewriteRuleTokenStream.h36 description:(NSString *)elementDescription;
39 description:(NSString *)elementDescription
43 description:(NSString *)elementDescription
48 description:(NSString *)aDescription;
50 description:(NSString *)aDescription
53 description:(NSString *)aDescription
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRRewriteRuleSubtreeStream.h37 description:(NSString *)anElementDescription;
39 description:(NSString *)anElementDescription
42 description:(NSString *)anElementDescription
45 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
46 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
47 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
H A DANTLRRewriteRuleTokenStream.h36 description:(NSString *)elementDescription;
39 description:(NSString *)elementDescription
43 description:(NSString *)elementDescription
48 description:(NSString *)aDescription;
50 description:(NSString *)aDescription
53 description:(NSString *)aDescription
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRRewriteRuleNodeStream.h36 + (ANTLRRewriteRuleNodeStream *) newANTLRRewriteRuleNodeStream:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
37 + (ANTLRRewriteRuleNodeStream *) newANTLRRewriteRuleNodeStream:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
38 + (ANTLRRewriteRuleNodeStream *) newANTLRRewriteRuleNode:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
40 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
41 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
42 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
H A DANTLRRewriteRuleSubtreeStream.h37 description:(NSString *)anElementDescription;
39 description:(NSString *)anElementDescription
42 description:(NSString *)anElementDescription
45 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
46 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
47 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
H A DANTLRRewriteRuleTokenStream.h36 description:(NSString *)elementDescription;
39 description:(NSString *)elementDescription
43 description:(NSString *)elementDescription
48 description:(NSString *)aDescription;
50 description:(NSString *)aDescription
53 description:(NSString *)aDescription
/external/hamcrest/library/src/org/hamcrest/number/
H A DIsGreaterThan.java22 public void describeTo(Description description) { argument
23 description.appendText("a value greater than ");
24 description.appendValue(compareTo);
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dsetup.py36 description='Google Commandline Flags Module', variable
/external/chromium_org/chrome/common/extensions/docs/examples/api/omnibox/simple-example/
H A Dbackground.js11 {content: text + " one", description: "the first one"},
12 {content: text + " number two", description: "the second entry"}
/external/chromium_org/third_party/python_gflags/
H A Dsetup.py36 description='Google Commandline Flags Module', variable
/external/chromium_org/third_party/tlslite/
H A Dsetup.py13 description="tlslite implements SSL and TLS.", variable
/external/chromium_org/tools/gyp/
H A Dsetup.py12 description='Generate Your Projects', variable
/external/chromium_org/v8/test/webkit/
H A Darray-constructor-host-call.js24 description(
H A Darray-indexing.js24 description(
H A Darray-sort-numericCompare.js24 description(
H A Darray-tostring-and-join.js24 description(

Completed in 478 milliseconds

1234567891011>>