HomeSort by relevance Sort by last modified time
    Searched refs:description (Results 101 - 125 of 1687) sorted by null

1 2 3 45 6 7 8 91011>>

  /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 if description:
94 # EventLog.java checks that the description field is
97 if not re.match(r"\(.*\)\s*$", description):
98 self.AddError("tag \"%s\" has unparseable description" % (tagname,)
    [all...]
  /device/google/accessory/arduino/AndroidAccessory/
AndroidAccessory.h 26 const char *description; member in class:AndroidAccessory
56 const char *description,
  /external/chromium/chrome/browser/
bug_report_data.cc 29 const std::string& description,
41 description_ = description;
  /external/chromium/chrome/browser/resources/gpu_internals/
browser_bridge_tests.js 8 gpuInfo: {"basic_info":[{"description":"Initialization time","value":"111"},{"description":"Vendor Id","value":"0x10de"},{"description":"Device Id","value":"0x0658"},{"description":"Driver vendor","value":"NVIDIA"},{"description":"Driver version","value":"195.36.24"},{"description":"Driver date","value":""},{"description":"Pixel shader version","value":"1.50"},{"description":"Vertex shader version","value":"1.50"},{"description":"GL version","value":"3.2"},{"description":"GL_VENDOR","value":"NVIDIA Corporation"},{"description":"GL_RENDERER","value":"Quadro FX 380/PCI (…)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessiondescription.cc 68 const ContentDescription* description) {
69 contents_.push_back(ContentInfo(name, type, description));
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugType.h 54 BuiltinBug(const char *name, const char *description)
55 : BugType(name, "Logic error"), desc(description) {}
  /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";
  /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...]

Completed in 287 milliseconds

1 2 3 45 6 7 8 91011>>