HomeSort by relevance Sort by last modified time
    Searched refs:description (Results 1 - 25 of 1239) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/dom/
ExceptionBase.cpp 34 ExceptionBase::ExceptionBase(const ExceptionCodeDescription& description)
35 : m_code(description.code)
36 , m_name(description.name)
37 , m_description(description.description)
39 if (description.name)
40 m_message = String::format("%s: %s Exception %d", description.name, description.typeName, description.code);
42 m_message = String::format("%s Exception %d", description.typeName, description.code)
    [all...]
DOMCoreException.h 38 static PassRefPtr<DOMCoreException> create(const ExceptionCodeDescription& description)
40 return adoptRef(new DOMCoreException(description));
44 DOMCoreException(const ExceptionCodeDescription& description)
45 : ExceptionBase(description)
EventException.h 38 static PassRefPtr<EventException> create(const ExceptionCodeDescription& description)
40 return adoptRef(new EventException(description));
51 EventException(const ExceptionCodeDescription& description)
52 : ExceptionBase(description)
RangeException.h 34 static PassRefPtr<RangeException> create(const ExceptionCodeDescription& description)
36 return adoptRef(new RangeException(description));
48 RangeException(const ExceptionCodeDescription& description)
49 : ExceptionBase(description)
  /libcore/expectations/
taggedtests.txt 7 description: "large tests",
knownfailures.txt 6 description: "RandomAccessFile missing finalizer",
11 description: "ICU seems to treat unknown and invalid locales differently",
16 description: "Root locale uses INF for infinity but unknown locales use \u221e",
21 description: "Minimal days in first week is broken",
29 description: "Custom SimpleTimeZones not honored by SimpleDateFormat",
34 description: "NaN character not found when deserializing DecimalFormatSymbols",
39 description: "DecimalFormat.formatToCharacterIterator() is failing tests",
48 description: "DecimalFormat.parse returns wrong type with multiplier: expected Long but was Double",
53 description: "DecimalFormat FieldPosition not updated with correct begin and end indices",
58 description: "finalize() called on objects whose constructor didn't complete normally"
    [all...]
brokentests.txt 6 description: "We're retiring the security manager. Unfortunately, tests all over the place
15 description: "ignore compilation errors due to different available APIs",
21 description: "These tests assert the exact bytes of the compressed form. Since we use a
32 description: "The RI avoids blocking calls when '\\r' is the last character. We don't
40 description: "The RI avoids blocking calls when '\\r' is the last character. We don't
48 description: "The test is checking that the implementation doesn't read any characters
56 description: "These tests only pass if the root logger hasn't yet been initialized. They
64 description: "These tests only pass if the root logger hasn't yet been initialized. They
72 description: "This tests implementation details",
77 description: "Dalvik doesn't include the SunJCE crypto provider"
    [all...]
icebox.txt 6 description: "Dalvik doesn't support XML Schemas, DTDs or validation
13 description: "This file contains expectations for tests that we'd like to eventually fix, but aren't urgent.
21 description: "This file contains expectations for tests that we'd like to eventually fix, but aren't urgent.
29 description: "This file contains expectations for tests that we'd like to eventually fix, but aren't urgent.
37 description: "This file contains expectations for tests that we'd like to eventually fix, but aren't urgent.
45 description: "This file contains expectations for tests that we'd like to eventually fix, but aren't urgent.
53 description: "This file contains expectations for tests that we'd like to eventually fix, but aren't urgent.
61 description: "This file contains expectations for tests that we'd like to eventually fix, but aren't urgent.
69 description: "This file contains expectations for tests that we'd like to eventually fix, but aren't urgent.
77 description: "the lack of schema parsing also extends to XML parsing in prefs"
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
AlertException.java 31 // alert description code
32 private final byte description; field in class:AlertException
37 * @param description The alert description code from {@link AlertProtocol}
42 protected AlertException(byte description, SSLException reason) {
45 this.description = description;
58 * Returns alert's description code.
60 * @return alert description code from {@link AlertProtocol}
64 return description;
    [all...]
Message.java 56 * @param description
59 protected void fatalAlert(byte description, String reason) {
60 throw new AlertException(description, new SSLHandshakeException(reason));
65 * @param description
69 protected void fatalAlert(byte description, String reason, Throwable cause) {
70 throw new AlertException(description, new SSLException(reason, cause));
  /frameworks/base/core/java/android/database/
StaleDataException.java 30 public StaleDataException(String description)
32 super(description);
  /external/webkit/WebCore/svg/
SVGException.h 33 static PassRefPtr<SVGException> create(const ExceptionCodeDescription& description)
35 return adoptRef(new SVGException(description));
48 SVGException(const ExceptionCodeDescription& description)
49 : ExceptionBase(description)
  /external/webkit/WebCore/xml/
XMLHttpRequestException.h 38 static PassRefPtr<XMLHttpRequestException> create(const ExceptionCodeDescription& description)
40 return adoptRef(new XMLHttpRequestException(description));
52 XMLHttpRequestException(const ExceptionCodeDescription& description)
53 : ExceptionBase(description)
XPathException.h 40 static PassRefPtr<XPathException> create(const ExceptionCodeDescription& description)
42 return adoptRef(new XPathException(description));
54 XPathException(const ExceptionCodeDescription& description)
55 : ExceptionBase(description)
  /cts/tools/signature-tools/src/signature/model/impl/
SigApi.java 30 private String description; field in class:SigApi
33 public SigApi(String description, Visibility visibility) {
34 this.description = description;
39 return description;
42 public void setName(String description) {
43 this.description = description;
  /external/webkit/WebKit/chromium/public/
WebPluginListBuilder.h 42 const WebString& name, const WebString& description,
46 const WebString& name, const WebString& description) = 0;
  /external/webkit/WebCore/bindings/objc/
ExceptionHandlers.mm 46 ExceptionCodeDescription description;
47 getExceptionCodeDescription(ec, description);
50 if (strcmp(description.typeName, "DOM Range") == 0)
52 else if (strcmp(description.typeName, "DOM Events") == 0)
55 else if (strcmp(description.typeName, "DOM SVG") == 0)
58 else if (strcmp(description.typeName, "DOM XPath") == 0)
64 if (description.name)
65 reason = [[NSString alloc] initWithFormat:@"*** %s: %@ %d", description.name, exceptionName, description.code];
67 reason = [[NSString alloc] initWithFormat:@"*** %@ %d", exceptionName, description.code]
    [all...]
  /external/proguard/src/proguard/gui/
ExtensionFileFilter.java 35 private final String description; field in class:ExtensionFileFilter
41 * @param description a description of the filter.
44 public ExtensionFileFilter(String description, String[] extensions)
46 this.description = description;
55 return description;
  /external/jhead/
iptc.c 102 char * description = NULL; local
124 case IPTC_SUPLEMENTAL_CATEGORIES: description = "SuplementalCategories"; break;
125 case IPTC_KEYWORDS: description = "Keywords"; break;
126 case IPTC_CAPTION: description = "Caption"; break;
127 case IPTC_AUTHOR: description = "Author"; break;
128 case IPTC_HEADLINE: description = "Headline"; break;
129 case IPTC_SPECIAL_INSTRUCTIONS: description = "Spec. Instr."; break;
130 case IPTC_CATEGORY: description = "Category"; break;
131 case IPTC_BYLINE: description = "Byline"; break;
132 case IPTC_BYLINE_TITLE: description = "Byline Title"; break
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
while-004.js 4 * Description: while statement
44 description = "return statement in a while block";
50 "DoWhile_1" + description,
63 var description = "while with a labeled continue statement";
79 "DoWhile_2: " +description + " - code inside the loop, before the continue should be executed ("+j+")",
85 "DoWhile_2: " +description +" - code after labeled continue should not be executed",
91 "DoWhile_2: " +description +" - code after loop but inside label should be executed",
101 var description = "while with a labeled break statement";
118 "DoWhile_3: " +description +" - verify break out of loop",
125 "DoWhile_3: " +description +" - verify break out of label"
    [all...]
  /development/samples/RSSReader/src/com/example/android/rssreader/
RssItem.java 21 * title, link, description.
34 public RssItem(CharSequence title, CharSequence link, CharSequence description) {
37 mDescription = description;
44 public void setDescription(CharSequence description) {
45 mDescription = description;
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
exec-001.js 4 * Description: Based on ECMA 2 Draft 7 February 1999
31 testcases[0] = { expect:"PASSED", actual:"PASSED", description:"NO TESTS EXIST" };
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/String/
replace-001.js 4 * Description: Based on ECMA 2 Draft 7 February 1999
58 testcases[0] = { expect:"PASSED", actual:"PASSED", description:"NO TESTS EXIST" };
  /frameworks/base/obex/javax/obex/
Authenticator.java 90 * @param description the description of which user name and password should
91 * be used; if no description is provided in the authentication
92 * challenge or the description is encoded in an encoding scheme that
101 PasswordAuthentication onAuthenticationChallenge(String description, boolean isUserIdRequired,
  /frameworks/base/core/java/android/view/
InputDevice.java 455 StringBuilder description = new StringBuilder(); local
456 description.append("Input Device ").append(mId).append(": ").append(mName).append("\n");
458 description.append(" Keyboard Type: ");
461 description.append("none");
464 description.append("non-alphabetic");
467 description.append("alphabetic");
470 description.append("\n");
472 description.append(" Sources:");
473 appendSourceDescriptionIfApplicable(description, SOURCE_KEYBOARD, "keyboard");
474 appendSourceDescriptionIfApplicable(description, SOURCE_DPAD, "dpad")
    [all...]

Completed in 592 milliseconds

1 2 3 4 5 6 7 8 91011>>