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

1234567891011>>

/external/webrtc/talk/app/webrtc/objc/public/
H A DRTCSessionDescription.h35 // The SDP description.
36 @property(nonatomic, copy, readonly) NSString *description; variable
/external/autotest/utils/named_semaphore/
H A Dsetup.py7 description="Named semaphore functions", variable
/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/chromium-trace/catapult/common/py_trace_event/py_trace_event/
H A Dsetup.py10 description='Performance tracing for python', variable
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/mturk/
H A Drun-doctest.py5 description="Run a test by name" variable
/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
/external/sl4a/Common/src/com/googlecode/android_scripting/rpc/
H A DRpc.java35 * Returns brief description of the function. Should be limited to one or two sentences.
37 String description(); method in interface:Rpc
40 * Gives a brief description of the functions return value (and the underlying data structure).
/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/webrtc/webrtc/p2p/base/
H A Dtransportinfo.h31 const TransportDescription& description)
33 description(description) {}
36 TransportDescription description; member in struct:cricket::TransportInfo
30 TransportInfo(const std::string& content_name, const TransportDescription& description) argument
/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/autotest/client/bin/
H A Dscreenshot.py7 description="Take a screenshot!", variable
/external/boringssl/src/tool/
H A Dinternal.h46 const char *description; member in struct:argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/
H A Dsetup.py36 description='Google Commandline Flags Module', variable
/external/chromium-trace/catapult/third_party/python_gflags/
H A Dsetup.py36 description='Google Commandline Flags Module', variable
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestGroupUtil.cpp31 const std::string& description,
33 : tcu::TestCaseGroup (testCtx, name.c_str(), description.c_str())
29 TestGroupHelper0(tcu::TestContext& testCtx, const std::string& name, const std::string& description, CreateChildrenFunc createChildren) argument
/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(")");

Completed in 1144 milliseconds

1234567891011>>