/external/webkit/WebCore/dom/ |
DocumentMarker.h | 32 // It optionally includes a description that could be displayed in the user interface. 48 String description; member in struct:WebCore::DocumentMarker
|
ExceptionBase.h | 43 String description() const { return m_description; } function in class:WebCore::ExceptionBase
|
/external/webkit/WebKitTools/pywebsocket/ |
setup.py | 49 description='Web Socket extension for Apache HTTP Server.', variable
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/ |
shell.js | 102 * type) report a failure. If description is provided, include it in the 105 function reportCompare (expected, actual, description) 111 if ((VERBOSE) && (typeof description != "undefined")) 112 printStatus ("Comparing '" + description + "'"); 130 if (typeof description != "undefined") 131 reportFailure (description);
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/ |
shell.js | 102 * type) report a failure. If description is provided, include it in the 105 function reportCompare (expected, actual, description) 111 if ((VERBOSE) && (typeof description != "undefined")) 112 printStatus ("Comparing '" + description + "'"); 130 if (typeof description != "undefined") 131 reportFailure (description);
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_6/ |
browser.js | 60 var description = ''; variable 70 this.description = d; 83 reportCompare = function(expected, actual, description) 87 var testcase = new TestCase(gTestName, description, expected, actual); 88 testcase.passed = _reportCompare(expected, actual, description); 105 if (typeof DESCRIPTION == 'undefined') 107 DESCRIPTION = 'Unknown'; 113 testcase = new TestCase(gTestName, DESCRIPTION, EXPECTED, "error");
|
/build/tools/ |
event_log_tags.py | 21 __slots__ = ["tagnum", "tagname", "description", "filename", "linenum"] 23 def __init__(self, tagnum, tagname, description, filename, linenum): 26 self.description = description 89 description = parts[2] 91 description = None 93 self.tags.append(Tag(tag, tagname, description,
|
/external/webkit/WebCore/platform/graphics/qt/ |
FontPlatformDataQt.cpp | 49 FontPlatformData::FontPlatformData(const FontDescription& description, const AtomicString& familyName, int wordSpacing, int letterSpacing) 54 font.setPixelSize(qRound(description.computedSize())); 55 font.setItalic(description.italic()); 56 font.setWeight(toQFontWeight(description.weight())); 59 const bool smallCaps = description.smallCaps(); 119 String FontPlatformData::description() const function in class:WebCore::FontPlatformData
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/ |
10.1.4-1.js | 25 Description: 71 testcases[tc].description += "( " + INPUT +" )" ; 81 testcases[tc].description +" = "+
|
10.1.4-2.js | 25 Description: 71 testcases[tc].description += "( "+INPUT +" )" ; 83 testcases[tc].description +" = "+
|
10.1.4-3.js | 25 Description: 70 testcases[tc].description += ( INPUT +"" ); 79 testcases[tc].description +" = "+
|
10.1.4-4.js | 25 Description: 70 testcases[tc].description += ( INPUT +"" ); 82 testcases[tc].description +" = "+
|
10.1.4-5.js | 25 Description: 70 testcases[tc].description += ( INPUT +"" ); 82 testcases[tc].description +" = "+
|
10.1.4-7.js | 25 Description: 70 testcases[tc].description += ( INPUT +"" ); 81 testcases[tc].description +" = "+
|
10.1.4-8.js | 25 Description: 70 testcases[tc].description += ( INPUT +"" ); 82 testcases[tc].description +" = "+
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
while-002.js | 4 * Description: while statement 55 this.description = d; 80 object.description,
|
while-003.js | 4 * Description: while statement 55 this.description = d; 81 object.description,
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/ |
shell.js | 50 testcases[tc].description +" = "+ 61 this.description = d; 70 writeLineToLog( "added " + this.description ); 170 print( testcases[i].description +" = " +testcases[i].actual +" expected: "+ testcases[i].expect ); 180 testcases[tc].description +" = "+ testcases[tc].actual + 197 writeLineToLog( testcases[i].description +" = " +testcases[i].actual + 202 function AddTestCase( description, expect, actual ) { 203 testcases[tc++] = new TestCase( SECTION, description, expect, actual );
|
/external/webkit/LayoutTests/fast/events/touch/script-tests/ |
document-create-touch-list.js | 0 description("This tests support for the document.createTouchList API.");
|
/external/webkit/WebCore/plugins/ |
Plugin.idl | 29 readonly attribute DOMString description;
|
/external/webkit/WebKit/qt/Api/ |
qwebpluginfactory.h | 39 QString description; member in struct:QWebPluginFactory::MimeType 47 QString description; member in struct:QWebPluginFactory::Plugin
|
/external/webkit/WebKitTools/DumpRenderTree/qt/ |
testplugin.cpp | 44 plugin.description = "testdescription"; 51 plugin.description = "testdescription2";
|
/libcore/luni/src/main/java/java/util/regex/ |
PatternSyntaxException.java | 24 * {@link Pattern}. Might include a detailed description, the original regular 35 * Holds the description of the syntax error, or null if the description is 56 * @param description 57 * the description of the syntax error, or {@code null} if the 58 * description is not known. 66 public PatternSyntaxException(String description, String pattern, int index) { 67 this.desc = description; 84 * potentially multi-line, and it might include a detailed description, the 121 * Returns the description of the syntax error, or {@code null} if th [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringContribution.java | 37 String description, 42 return new ExtractStringDescriptor(project, description, comment, arguments);
|
/external/tcpdump/missing/ |
dlnames.c | 52 const char *description; member in struct:dlt_choice 56 #define DLT_CHOICE(code, description) { #code, description, code } 172 return (dlt_choices[i].description);
|