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

<<21222324252627282930>>

  /external/junit/src/org/junit/runner/
Description.java 12 * <p>A <code>Description</code> describes a test which is to be run or has been run. <code>Descriptions</code>
22 * a superclass below {@link Object}. We needed a way to pass a class and name together. Description
28 public class Description implements Serializable {
32 * Create a <code>Description</code> named <code>name</code>.
33 * Generally, you will add children to this <code>Description</code>.
34 * @param name the name of the <code>Description</code>
36 * @return a <code>Description</code> named <code>name</code>
38 public static Description createSuiteDescription(String name, Annotation... annotations) {
41 return new Description(name, annotations);
45 * Create a <code>Description</code> of a single test named <code>name</code> in the class <code>clazz</code>
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
libcap-ng.spec 15 %description
26 %description devel
37 %description python
46 %description utils
  /external/markdown/markdown/extensions/
rss.py 72 ("description", None)):
95 description = etree.SubElement(item, "description")
107 description.text = pholder
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
StartedMatcher.java 8 import org.hamcrest.Description;
63 public void describeTo(Description description) {
64 description.appendText(message);
StartedServiceMatcher.java 8 import org.hamcrest.Description;
83 public void describeTo(Description description) {
84 description.appendText(message);
  /external/v8/test/test262/
harness-adapt.js 34 function Test262Error(id, path, description, codeString,
38 this.description = description;
70 test.description,
  /frameworks/av/drm/common/
DrmSupportInfo.cpp 96 status_t DrmSupportInfo::setDescription(const String8& description) {
97 mDescription = description;
  /frameworks/testing/androidtestlib/src/com/android/test/runner/
TestLoader.java 21 import org.junit.runner.Description;
75 Description description = Description.createSuiteDescription(className); local
76 Failure failure = new Failure(description, e);
  /ndk/sources/host-tools/make-3.81/tests/scripts/targets/
SECONDARY 3 $description = "Test the behaviour of the .SECONDARY target.";
  /packages/apps/Browser/tests/src/com/android/browser/
TestWebViewClient.java 78 String description, String failingUrl) {
79 mWrappedClient.onReceivedError(view, errorCode, description, failingUrl);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
InputDensityDialog.java 97 String description = mCombo.getItem(mCombo.getSelectionIndex()); local
100 if (description.equals(getLabel(density))) {
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 268 synpredRule(ruleName, ruleDescriptor, block, description, nakedBlock) ::=
336 rule(ruleName,ruleDescriptor,block,emptyRule,description,exceptions,finally,memoize) ::= <<
341 # <fileName>:<description>
521 block(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
522 # <fileName>:<description>
536 ruleBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
537 # <fileName>:<description>
548 ruleBlockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
549 # <fileName>:<description>
557 blockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <
    [all...]
  /external/chromium_org/chrome/browser/search/
search_unittest.cc 443 const char* description; member in struct:chrome::ProcessIsolationTestCase
485 << test.description;
498 << test.description;
502 << test.description;
505 << test.description;
508 << test.description;
524 << test.description;
544 << test.description;
548 << test.description;
551 << test.description;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
FontCacheChromiumWin.cpp 527 PassRefPtr<SimpleFontData> FontCache::getLastResortFallbackFont(const FontDescription& description, ShouldRetain shouldRetain)
529 FontDescription::GenericFamilyType generic = description.genericFamily();
544 RefPtr<SimpleFontData> simpleFont = getFontResourceData(description, fontStr, false, shouldRetain);
553 return getFontResourceData(description, fallbackFontName, false, shouldRetain);
559 if (simpleFont = fontDataFromDescriptionAndLogFont(description, shouldRetain, defaultGUILogFont, fallbackFontName))
567 if (simpleFont = fontDataFromDescriptionAndLogFont(description, shouldRetain, nonClientMetrics.lfMessageFont, fallbackFontName))
569 if (simpleFont = fontDataFromDescriptionAndLogFont(description, shouldRetain, nonClientMetrics.lfMenuFont, fallbackFontName))
571 if (simpleFont = fontDataFromDescriptionAndLogFont(description, shouldRetain, nonClientMetrics.lfStatusFont, fallbackFontName))
573 if (simpleFont = fontDataFromDescriptionAndLogFont(description, shouldRetain, nonClientMetrics.lfCaptionFont, fallbackFontName))
575 if (simpleFont = fontDataFromDescriptionAndLogFont(description, shouldRetain, nonClientMetrics.lfSmCaptionFont, fallbackFontName)
    [all...]
  /build/core/tasks/
cts.mk 69 # $1 : The output file where the description should be written (without the '.xml' extension)
75 define generate-core-test-description
76 @echo "Generate core-test description ("$(notdir $(1))")"
114 $(call generate-core-test-description,$(CTS_TESTCASES_OUT)/android.core.tests.libcore.package.dalvik,\
121 $(call generate-core-test-description,$(CTS_TESTCASES_OUT)/android.core.tests.libcore.package.com,\
128 $(call generate-core-test-description,$(CTS_TESTCASES_OUT)/android.core.tests.libcore.package.conscrypt,\
135 $(call generate-core-test-description,$(CTS_TESTCASES_OUT)/android.core.tests.libcore.package.sun,\
142 $(call generate-core-test-description,$(CTS_TESTCASES_OUT)/android.core.tests.libcore.package.tests,\
149 $(call generate-core-test-description,$(CTS_TESTCASES_OUT)/android.core.tests.libcore.package.org,\
156 $(call generate-core-test-description,$(CTS_TESTCASES_OUT)/android.core.tests.libcore.package.libcore,
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
ninja.py 557 """Generate and return a description of a build step.
560 |message| is a hand-written description, or None if not available.
582 description = self.GenerateDescription('ACTION',
588 rule_name, _ = self.WriteNewNinjaRule(name, args, description,
619 description = self.GenerateDescription(
626 name, args, description, is_cygwin, env=env)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.m 102 - (NSString *) description
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCParser.m 126 - (NSString *) description
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession_unittest.cc 224 SessionDescriptionInterface* description() { return description_.get(); } function in class:WebRtcSessionCreateSDPObserverForTest
384 content->description);
397 content->description);
412 content->description);
420 content->description);
437 // Set the internal fake description factories to do DTLS-SRTP.
452 ASSERT_EQ(expected, audio->description.identity_fingerprint.get() != NULL);
454 ASSERT_EQ(std::string(talk_base::DIGEST_SHA_256), audio->description.
459 ASSERT_EQ(expected, video->description.identity_fingerprint.get() != NULL);
461 ASSERT_EQ(std::string(talk_base::DIGEST_SHA_256), video->description
800 const cricket::ContentDescription* description = content->description; local
    [all...]
  /device/google/accessory/arduino/AndroidAccessory/
AndroidAccessory.cpp 40 const char *description,
45 description(description),
95 sendString(addr, ACCESSORY_STRING_DESCRIPTION, description);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDFA.h 63 - (NSString *) description;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDFA.h 63 - (NSString *) description;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDFA.h 63 - (NSString *) description;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
AMutableArray.h 42 - (NSString *) description;
ANTLRDFA.h 59 - (NSString *) description;

Completed in 1074 milliseconds

<<21222324252627282930>>