Searched defs:description (Results 1 - 25 of 618) sorted by relevance

1234567891011>>

/external/lldb/tools/lldb-perf/lib/
H A DGauge.cpp15 lldb_perf::GetResult (const char *description, double value) argument
17 if (description && description[0])
20 value_dict_ap->AddString("description", NULL, description);
29 lldb_perf::GetResult (const char *description, uint64_t value) argument
31 if (description && description[0])
34 value_dict_ap->AddString("description", NULL, description);
43 GetResult(const char *description, std::string value) argument
[all...]
/external/hamcrest/src/org/hamcrest/
H A DSelfDescribing.java8 * Generates a description of the object. The description may be part of a
9 * a description of a larger object of which this is just a component, so it
12 * @param description
13 * The description to be built or appended to.
15 void describeTo(Description description); argument
/external/clang/utils/check_cfc/
H A Dsetup.py20 description='Check Compile Flow Consistency' variable
/external/deqp/framework/opengl/
H A DgluContextFactory.cpp29 ContextFactory::ContextFactory (const std::string& name, const std::string& description) argument
30 : FactoryBase(name, description)
/external/hamcrest/src/org/hamcrest/internal/
H A DSelfDescribingValue.java13 public void describeTo(Description description) { argument
14 description.appendValue(value);
/external/junit/src/org/junit/rules/
H A DTestRule.java49 * @param description A {@link Description} of the test implemented in {@code base}
53 Statement apply(Statement base, Description description); argument
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/v8/test/webkit/
H A Dcyclic-prototypes.js24 description("This test makes sure we don't hang when setting cyclic prototype values: http://bugs.webkit.org/show_bug.cgi?id=6985")
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddfa.rb229 | description: #{ description }
293 | description: #{ description }
303 except = NoViableAlternative.new( description, @decision_number, state, input )
316 def description method in class:ANTLR3
/external/boringssl/src/tool/
H A Dinternal.h44 const char *description; member in struct:argument
/external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/
H A Dsetup.py36 description='Google Commandline Flags Module', variable
/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/jmonkeyengine/engine/src/android/jme3test/android/
H A DDemoLaunchEntry.java11 private String description; field in class:DemoLaunchEntry
15 * @param description
17 public DemoLaunchEntry(String name, String description) { argument
20 this.description = description;
30 return description;
32 public void setDescription(String description) { argument
33 this.description = description;
/external/junit/src/junit/framework/
H A DJUnit4TestCaseFacade.java12 JUnit4TestCaseFacade(Description description) { argument
13 fDescription = description;
/external/libexif/libexif/fuji/
H A Dmnote-fuji-tag.c33 const char *description; member in struct:__anon8004
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:__anon8007
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:__anon8012
169 if (!table[i].description || !*table[i].description)
172 return _(table[i].description);

Completed in 2391 milliseconds

1234567891011>>