Searched defs:description (Results 26 - 50 of 903) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gyp/
H A Dsetup.py12 description='Generate Your Projects', variable
/external/chromium_org/ui/gfx/
H A Dpango_util.h24 explicit ScopedPangoFontDescription(PangoFontDescription* description) argument
25 : description_(description) {
26 DCHECK(description);
62 // Retrieves the Pango metrics for a Pango font description. Caches the metrics
/external/chromium_org/v8/test/webkit/fast/js/
H A DJSON-parse-reviver.js24 description("Test behaviour of JSON reviver function.")
/external/e2fsprogs/contrib/python-uuid/
H A Dsetup.py10 description = 'This is python uuid interface', variable
/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/hamcrest/library/src/org/hamcrest/object/
H A DHasToString.java20 public void describeTo(Description description) { argument
21 description
/external/hamcrest/library/src/org/hamcrest/text/
H A DIsEqualIgnoringCase.java31 public void describeTo(Description description) { argument
32 description.appendText("eqIgnoringCase(")
/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 DIsSame.java25 public void describeTo(Description description) { argument
26 description.appendText("same(") .appendValue(object) .appendText(")");
/external/junit/src/junit/framework/
H A DJUnit4TestCaseFacade.java12 JUnit4TestCaseFacade(Description description) { argument
13 fDescription = description;
/external/junit/src/org/junit/rules/
H A DExternalResource.java36 public Statement apply(Statement base, Description description) { argument
H A DTimeout.java46 public Statement apply(Statement base, Description description) { argument
H A DVerifier.java29 public Statement apply(final Statement base, Description description) { argument
/external/libexif/libexif/fuji/
H A Dmnote-fuji-tag.c33 const char *description; member in struct:__anon23673
99 if (!table[i].description || !*table[i].description)
102 return _(table[i].description);
/external/libexif/libexif/olympus/
H A Dmnote-olympus-tag.c33 const char *description; member in struct:__anon23676
224 if (!table[i].description || !*table[i].description)
227 return _(table[i].description);
/external/libexif/libexif/pentax/
H A Dmnote-pentax-tag.c32 const char *description; member in struct:__anon23681
169 if (!table[i].description || !*table[i].description)
172 return _(table[i].description);
/external/lldb/test/pexpect-2.4/
H A Dsetup.py9 description='Pexpect is a pure Python Expect. It allows easy control of other applications.', variable
/external/mockito/src/org/mockito/
H A DArgumentMatcher.java17 * In case of failure, ArgumentMatcher generates description based on <b>decamelized class name</b> - to promote meaningful class names.
18 * For example <b>StringWithStrongLanguage</b> matcher will generate 'String with strong language' description.
19 * You can always override describeTo() method and provide detailed description.
79 * For example <b>StringWithStrongLanguage</b> matcher will generate 'String with strong language' description in case of failure.
82 * provide more specific description of the matcher (useful when
85 * @param description the description to which the matcher description is
88 public void describeTo(Description description) { argument
90 description
[all...]
/external/mockito/src/org/mockito/internal/runners/util/
H A DFrameworkUsageValidator.java22 public void testFinished(Description description) throws Exception { argument
23 super.testFinished(description);
27 notifier.fireTestFailure(new Failure(description, t));
/external/proguard/src/proguard/
H A DLineWordReader.java34 private final String description; field in class:LineWordReader
41 String description,
47 this.description = description;
61 return "line " + reader.getLineNumber() + " of " + description;
40 LineWordReader(LineNumberReader lineNumberReader, String description, File baseDir) argument
/external/proguard/src/proguard/gui/
H A DExtensionFileFilter.java35 private final String description; field in class:ExtensionFileFilter
41 * @param description a description of the filter.
44 public ExtensionFileFilter(String description, String[] extensions) argument
46 this.description = description;
55 return description;
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3cyclicdfa.h69 const pANTLR3_UCHAR description; member in struct:ANTLR3_CYCLIC_DFA_struct
/external/chromium-trace/trace-viewer/third_party/closure_linter/
H A Dsetup.py24 description='Closure Linter', variable
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/
H A Dsetup.py49 description='WebSocket extension for Apache HTTP Server.', variable

Completed in 7119 milliseconds

1234567891011>>