HomeSort by relevance Sort by last modified time
    Searched refs:description (Results 26 - 50 of 2400) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/proguard/src/proguard/gui/
ExtensionFileFilter.java 35 private final String description; field in class:ExtensionFileFilter
41 * @param description a description of the filter.
44 public ExtensionFileFilter(String description, String[] extensions)
46 this.description = description;
55 return description;
  /external/smack/src/org/jivesoftware/smackx/workgroup/ext/macros/
Macro.java 32 private String description; field in class:Macro
45 return description;
48 public void setDescription(String description) {
49 this.description = description;
  /external/chromium_org/third_party/WebKit/Source/wtf/
DynamicAnnotations.h 55 #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/jhead/
iptc.c 102 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 = "Byline Title"; break
    [all...]
  /external/junit/src/org/junit/internal/
AssumptionViolatedException.java 3 import org.hamcrest.Description;
30 public void describeTo(Description description) {
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/
ANTLRRewriteRuleSubtreeStream.h 37 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;
ANTLRRewriteRuleTokenStream.h 36 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/
ANTLRRewriteRuleSubtreeStream.h 37 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;
ANTLRRewriteRuleTokenStream.h 36 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/
ANTLRRewriteRuleSubtreeStream.h 37 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;
ANTLRRewriteRuleTokenStream.h 36 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/
ANTLRRewriteRuleNodeStream.h 36 + (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;
ANTLRRewriteRuleSubtreeStream.h 37 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;
ANTLRRewriteRuleTokenStream.h 36 description:(NSString *)elementDescription;
39 description:(NSString *)elementDescription
43 description:(NSString *)elementDescription
48 description:(NSString *)aDescription;
50 description:(NSString *)aDescription
53 description:(NSString *)aDescription
  /development/samples/RSSReader/src/com/example/android/rssreader/
RssItem.java 21 * title, link, description.
34 public RssItem(CharSequence title, CharSequence link, CharSequence description) {
37 mDescription = description;
44 public void setDescription(CharSequence description) {
45 mDescription = description;
  /external/junit/src/org/junit/rules/
RunRules.java 3 import org.junit.runner.Description;
12 public RunRules(Statement base, Iterable<TestRule> rules, Description description) {
13 statement= applyAll(base, rules, description);
22 Description description) {
24 result= each.apply(result, description);
  /external/junit/src/org/junit/runner/manipulation/
Filter.java 3 import org.junit.runner.Description;
21 public boolean shouldRun(Description description) {
45 public static Filter matchMethodDescription(final Description desiredDescription) {
48 public boolean shouldRun(Description description) {
49 if (description.isTest())
50 return desiredDescription.equals(description);
53 for (Description each : description.getChildren()
    [all...]
  /external/junit/src/org/junit/runner/notification/
RunListener.java 4 import org.junit.runner.Description;
38 * @param description describes the tests to be run
40 public void testRunStarted(Description description) throws Exception {
52 * @param description the description of the test that is about to be run
55 public void testStarted(Description description) throws Exception {
60 * @param description the description of the test that just ra
    [all...]
  /external/mockito/src/org/mockito/internal/matchers/
Not.java 10 import org.hamcrest.Description;
28 public void describeTo(Description description) {
29 description.appendText("not(");
30 first.describeTo(description);
31 description.appendText(")");
  /frameworks/base/obex/javax/obex/
Authenticator.java 90 * @param description the description of which user name and password should
91 * be used; if no description is provided in the authentication
92 * challenge or the description is encoded in an encoding scheme that
101 PasswordAuthentication onAuthenticationChallenge(String description, boolean isUserIdRequired,
  /external/libusb-compat/examples/
testlibusb.c 65 char description[256]; local
74 snprintf(description, sizeof(description), "%s - ", string);
76 snprintf(description, sizeof(description), "%04X - ",
79 snprintf(description, sizeof(description), "%04X - ",
85 snprintf(description + strlen(description), sizeof(description)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch_test.rb 49 description = get_patch_uri(id)
50 description += " (" + info[Info::TITLE] + ")" unless info[Info::TITLE].nil?
51 puts "Testing " + description
53 assert_nothing_raised("Crash while prettifying " + description) {
56 assert(pretty, "Empty result while prettifying " + description)
57 assert_equal(info[Info::FILE], $last_prettify_file_count, "Wrong number of files changed in " + description)
58 assert_equal(info[Info::ADD], $last_prettify_part_count["add"], "Wrong number of 'add' parts in " + description)
59 assert_equal(info[Info::REMOVE], $last_prettify_part_count["remove"], "Wrong number of 'remove' parts in " + description)
60 assert_equal(info[Info::SHARED], $last_prettify_part_count["shared"], "Wrong number of 'shared' parts in " + description)
61 assert_equal(0, $last_prettify_part_count["binary"], "Wrong number of 'binary' parts in " + description)
    [all...]
  /external/junit/src/org/junit/experimental/categories/
Categories.java 12 import org.junit.runner.Description;
101 public boolean shouldRun(Description description) {
102 if (hasCorrectCategoryAnnotation(description))
104 for (Description each : description.getChildren())
110 private boolean hasCorrectCategoryAnnotation(Description description) {
111 List<Class<?>> categories= categories(description);
123 private List<Class<?>> categories(Description description)
    [all...]
  /cts/libs/vogar-expect/src/vogar/
Expectation.java 49 private final String description; field in class:Expectation
66 public Expectation(Result result, Pattern pattern, Set<String> tags, String description, long bug) {
67 if (result == null || description == null || pattern == null) {
69 "result=" + result + " description=" + description + " pattern=" + pattern);
72 this.description = description;
80 return description;
115 return "Expectation[description=" + description + " pattern=" + pattern.pattern() + "]"
    [all...]
  /external/chromium/chrome/browser/
browsing_data_indexed_db_helper_unittest.cc 20 const string16 description(ASCIIToUTF16("description"));
26 helper->AddIndexedDB(origin, description);

Completed in 672 milliseconds

12 3 4 5 6 7 8 91011>>