HomeSort by relevance Sort by last modified time
    Searched refs:description (Results 551 - 575 of 4403) sorted by null

<<21222324252627282930>>

  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/
ExecuteInstrumentedCodeScenario.java 31 protected ExecuteInstrumentedCodeScenario(String description,
33 super(description);
  /external/jmdns/src/javax/jmdns/impl/tasks/resolver/
DNSResolverTask.java 66 logger.finer(this.getName() + ".run() JmDNS " + this.description());
110 * Returns a description of the resolver for debugging
112 * @return resolver description
114 protected abstract String description(); method in class:DNSResolverTask
  /external/junit/src/org/junit/internal/runners/
ClassRoadie.java 7 import org.junit.runner.Description;
22 private Description fDescription;
26 Description description, Runnable runnable) {
29 fDescription= description;
  /external/junit/src/org/junit/internal/runners/model/
EachTestNotifier.java 7 import org.junit.runner.Description;
15 private final Description fDescription;
17 public EachTestNotifier(RunNotifier notifier, Description description) {
19 fDescription= description;
  /external/libvorbis/doc/
a2-encapsulation-rtp.tex 9 Audio''} for description of how to embed Vorbis audio in an RTP stream.
  /external/llvm/docs/
conf.py 75 # If true, the current module name will be prepended to all description
158 # If true, an OpenSearch description file will be output, and all pages will
214 # (source start file, name, description, authors, manual section).
228 # Otherwise, automatically extract the description.
241 "(expected '<name> - <description>')") % (
245 name,description = title.split(' - ', 1)
247 description, man_page_authors, 1))
  /external/mockito/src/org/mockito/internal/matchers/
LocalizedMatcher.java 33 public void describeTo(Description description) {
34 actualMatcher.describeTo(description);
VarargCapturingMatcher.java 3 import org.hamcrest.Description;
24 public void describeTo(Description description) {
25 description.appendText("<Capturing variable argument>");
  /external/objenesis/tck/src/org/objenesis/tck/
Main.java 91 private static void runTest(Objenesis objenesis, Reporter reporter, String description,
94 tck.registerObjenesisInstance(objenesis, description);
  /external/objenesis/tck/test/org/objenesis/tck/
CandidateLoaderTest.java 36 public void registerCandidate(Class candidateClass, String description) {
38 .append(description).append("')\n");
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
HasCompoundDrawablesMatcher.java 5 import org.hamcrest.Description;
37 public void describeTo(Description description) {
38 description.appendText(message);
ImageViewHasDrawableMatcher.java 5 import org.hamcrest.Description;
41 public void describeTo(Description description) {
42 description.appendText(message);
  /external/selinux/policycoreutils/gui/
semanagePage.py 51 def __init__(self, xml, name, description):
66 self.description = description
77 return self.description
129 if self.verify(_("Are you sure you want to delete %s '%s'?" % (self.description, store.get_value(iter, 0))), _("Delete %s" % self.description)) == gtk.RESPONSE_YES:
137 self.dialog.set_title(_("Add %s" % self.description))
151 self.dialog.set_title(_("Modify %s" % self.description))
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
TextToSpeechFacade.java 57 @Rpc(description = "Speaks the provided message via TTS.")
65 @Rpc(description = "Returns True if speech is currently in progress.")
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
MediaSessionFacade.java 93 @Rpc(description = "Retrieve a list of active sessions.")
103 @Rpc(description = "Add callback to media session.")
121 @Rpc(description = "Whether current media session is active.")
126 @Rpc(description = "Simulate a media key press.")
157 @Rpc(description = "Call Play on the currently active media session.")
163 @Rpc(description = "Call Pause on the currently active media session.")
169 @Rpc(description = "Call Stop on the currently active media session.")
175 @Rpc(description = "Call Next on the currently active media session.")
  /external/testng/src/main/java/org/testng/internal/annotations/
TestOrConfiguration.java 73 public void setDescription(String description) {
74 m_description = description;
  /external/testng/src/test/java/test/commandline/
CommandLineOverridesXml.java 16 @Test(description = "Specifying -groups on the command line should override testng.xml")
21 @Test(description = "Specifying -excludegroups on the command line should override testng.xml")
  /external/testng/src/test/java/test/issue107/
Issue107Test.java 19 @Test(description = "GITHUB-107, Check that suite parameters set from listener does not affects tests count")
30 @Test(description = "GITHUB-107, Check that suite parameters modification from listener does not affects tests count")
  /external/testng/src/test/java/test/parameters/
ParamInheritanceTest.java 18 @Test(description = "When verbose is set to >1, TNG prints test results on CLI which are printed "
53 @Test(description = "Checks to make sure parameters are inherited and overridden properly")
  /external/tlsdate/init/
tlsdated-cros.conf 5 description "Run the tlsdate daemon to set the system time"
  /external/v8/src/snapshot/
snapshot-source-sink.cc 22 void SnapshotByteSink::PutInt(uintptr_t integer, const char* description) {
38 const char* description) {
  /external/v8/test/promises-aplus/lib/
mocha.js 115 print('Running ' + suite.description + '#' + this.name + ' ...');
154 print('PASS: ' + suite.description + '#' + this.name);
163 this.description = described.description;
169 this.cases.push(new TestCase(this.description + ' :before', undefined,
173 this.cases.push(new TestCase(described.cases[i].description,
180 this.cases.push(new TestCase(this.description + ' :after',
215 print('FAIL: ' + this.description + '#' + testCase.name + ': ' +
221 describe = function(description, fn) {
225 description: parent ? parent.description + ' ' + description : description
    [all...]
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
RTCSessionDescription+JSON.m 28 kRTCSessionDescriptionSdpKey : self.description
  /frameworks/av/media/mtp/
MtpStorage.cpp 36 const char* description, uint64_t reserveSpace,
40 mDescription(description),
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
InMatcher.java 19 import org.hamcrest.Description;
61 public void describeTo(Description description) {
62 description.appendText("in(").appendValue(mValues).appendText(")");

Completed in 1867 milliseconds

<<21222324252627282930>>