HomeSort by relevance Sort by last modified time
    Searched refs:description (Results 201 - 225 of 2197) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/
transition-property-names.js 0 description(
  /external/webkit/LayoutTests/fast/dom/Node/script-tests/
DOMNodeRemovedEvent.js 0 description("This test checks that DOMNodeRemovedEvent is emitted once (and only once).");
  /external/webkit/LayoutTests/fast/url/script-tests/
trivial.js 0 description("Test basic features of URL canonicalization");
  /external/webkit/Source/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/Source/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/Source/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/Source/WebCore/inspector/front-end/
ShortcutsHelp.js 101 addKey: function(key, description)
103 this.addLine(this._renderKey(key), description);
106 addRelatedKeys: function(keys, description)
108 this.addLine(this._renderSequence(keys,"/"), description);
111 addAlternateKeys: function(keys, description)
113 this.addLine(this._renderSequence(keys,WebInspector.UIString("or")), description);
116 addLine: function(htmlKey, description)
118 this._lines.push({ key: htmlKey, text: description })
  /external/webkit/Source/WebCore/platform/gtk/
ContextMenuGtk.cpp 65 PlatformMenuDescription description = m_platformDescription; local
68 return description;
  /external/webkit/Source/WebCore/plugins/
DOMPlugin.idl 29 readonly attribute DOMString description;
  /external/webkit/Source/WebKit/qt/Api/
qwebpluginfactory.h 39 QString description; member in struct:QWebPluginFactory::MimeType
47 QString description; member in struct:QWebPluginFactory::Plugin
  /external/webkit/Tools/DumpRenderTree/qt/
testplugin.cpp 44 plugin.description = "testdescription";
51 plugin.description = "testdescription2";
  /frameworks/support/v7/mediarouter/jellybean-mr2/android/support/v7/media/
MediaRouterJellybeanMr2.java 40 public static void setDescription(Object routeObj, CharSequence description) {
41 ((android.media.MediaRouter.UserRouteInfo)routeObj).setDescription(description);
  /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
122 * Returns the description of the syntax error, or {@code null} if th
    [all...]
  /libcore/luni/src/main/java/libcore/io/
ErrnoException.java 52 String description = Libcore.os.strerror(errno); local
53 return functionName + " failed: " + errnoName + " (" + description + ")";
GaiException.java 53 String description = Libcore.os.gai_strerror(error); local
54 return functionName + " failed: " + gaiName + " (" + description + ")";
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutContribution.java 27 public RefactoringDescriptor createDescriptor(String id, String project, String description,
29 return new ChangeLayoutRefactoring.Descriptor(project, description, comment, arguments);
ChangeViewContribution.java 27 public RefactoringDescriptor createDescriptor(String id, String project, String description,
29 return new ChangeViewRefactoring.Descriptor(project, description, comment, arguments);
ExtractIncludeContribution.java 27 public RefactoringDescriptor createDescriptor(String id, String project, String description,
29 return new ExtractIncludeRefactoring.Descriptor(project, description, comment, arguments);

Completed in 742 milliseconds

1 2 3 4 5 6 7 891011>>