/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
D | JUnitCodeGen.java | 131 classHeaderST.setAttribute("header", "package "+grammarInfo.getTestPackage()+";"); in genClassHeader() 133 classHeaderST.setAttribute("junitFileName", junitFileName); in genClassHeader() 167 classHeaderST.setAttribute("hasTreeAdaptor", hasTreeAdaptor); in genClassHeader() 168 classHeaderST.setAttribute("treeAdaptorPath", treeAdaptorPath); in genClassHeader() 169 classHeaderST.setAttribute("hasPackage", hasPackage); in genClassHeader() 170 classHeaderST.setAttribute("packagePath", packagePath); in genClassHeader() 171 classHeaderST.setAttribute("lexerPath", lexerPath); in genClassHeader() 172 classHeaderST.setAttribute("parserPath", parserPath); in genClassHeader() 173 classHeaderST.setAttribute("treeParserPath", treeParserPath); in genClassHeader() 174 classHeaderST.setAttribute("isTreeGrammar", isTreeGrammar); in genClassHeader() [all …]
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
D | xmlreport.py | 47 xcoverage.setAttribute("version", __version__) 48 xcoverage.setAttribute("timestamp", str(int(time.time()*1000))) 72 xpackage.setAttribute("name", pkg_name.replace(os.sep, '.')) 73 xpackage.setAttribute("line-rate", rate(lhits, lnum)) 74 xpackage.setAttribute("branch-rate", rate(bhits, bnum)) 75 xpackage.setAttribute("complexity", "0") 82 xcoverage.setAttribute("line-rate", rate(lhits_tot, lnum_tot)) 83 xcoverage.setAttribute("branch-rate", rate(bhits_tot, bnum_tot)) 104 xclass.setAttribute("name", className) 106 xclass.setAttribute("filename", cu.name + ext) [all …]
|
/external/droiddriver/src/com/google/android/droiddriver/finders/ |
D | ByXPath.java | 122 setAttribute(element, Attribute.CLASS, className); in buildDomNode() 123 setAttribute(element, Attribute.RESOURCE_ID, uiElement.getResourceId()); in buildDomNode() 124 setAttribute(element, Attribute.PACKAGE, uiElement.getPackageName()); in buildDomNode() 125 setAttribute(element, Attribute.CONTENT_DESC, uiElement.getContentDescription()); in buildDomNode() 126 setAttribute(element, Attribute.TEXT, uiElement.getText()); in buildDomNode() 127 setAttribute(element, Attribute.CHECKABLE, uiElement.isCheckable()); in buildDomNode() 128 setAttribute(element, Attribute.CHECKED, uiElement.isChecked()); in buildDomNode() 129 setAttribute(element, Attribute.CLICKABLE, uiElement.isClickable()); in buildDomNode() 130 setAttribute(element, Attribute.ENABLED, uiElement.isEnabled()); in buildDomNode() 131 setAttribute(element, Attribute.FOCUSABLE, uiElement.isFocusable()); in buildDomNode() [all …]
|
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/ |
D | DOMOutputCapsule.java | 83 ret.setAttribute("format_version", Integer.toString(FormatVersion.VERSION)); in appendElement() 106 currentElement.setAttribute(name, String.valueOf(value)); in write() 122 el.setAttribute("size", String.valueOf(value.length)); in write() 123 el.setAttribute(dataAttributeName, buf.toString()); in write() 143 el.setAttribute("size_outer", String.valueOf(value.length)); in write() 144 el.setAttribute("size_inner", String.valueOf(value[0].length)); in write() 145 el.setAttribute(dataAttributeName, buf.toString()); in write() 153 currentElement.setAttribute(name, String.valueOf(value)); in write() 169 el.setAttribute("size", String.valueOf(value.length)); in write() 170 el.setAttribute(dataAttributeName, buf.toString()); in write() [all …]
|
/external/chromium_org/tools/page_cycler/webpagereplay/ |
D | start.js | 59 form.setAttribute('action', 'start.html'); 66 input.setAttribute('name', 'iterations'); 67 input.setAttribute('value', iterations ? iterations : '5'); 76 input.setAttribute('name', 'test'); 78 input.setAttribute('value', test ? test : ''); 82 input.setAttribute('name', 'auto'); 84 input.setAttribute('value', 1); 85 input.setAttribute('type', 'hidden'); 91 input.setAttribute('type', 'submit'); 92 input.setAttribute('value', 'Start');
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/ |
D | FlatManifestWriterImpl.java | 110 smoothStreamingMedia.setAttribute("MajorVersion", "2"); in getManifest() 111 smoothStreamingMedia.setAttribute("MinorVersion", "1"); in getManifest() 113 smoothStreamingMedia.setAttribute("Duration", "0"); in getManifest() 117 videoStreamIndex.setAttribute("Type", "video"); in getManifest() 118 …videoStreamIndex.setAttribute("TimeScale", Long.toString(videoTimescale)); // silverlight ignores … in getManifest() 119 videoStreamIndex.setAttribute("Chunks", Integer.toString(videoFragmentsDurations.length)); in getManifest() 120 videoStreamIndex.setAttribute("Url", "video/{bitrate}/{start time}"); in getManifest() 121 videoStreamIndex.setAttribute("QualityLevels", Integer.toString(videoQualities.size())); in getManifest() 127 qualityLevel.setAttribute("Index", Integer.toString(i)); in getManifest() 128 qualityLevel.setAttribute("Bitrate", Long.toString(vq.bitrate)); in getManifest() [all …]
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/life/ |
D | example.js | 61 moduleEl.setAttribute('name', 'nacl_module'); 62 moduleEl.setAttribute('id', 'nacl_module'); 63 moduleEl.setAttribute('width', width); 64 moduleEl.setAttribute('height', height); 65 moduleEl.setAttribute('path', ''); 66 moduleEl.setAttribute('src', getDataURL(name + '.nmf')); 67 moduleEl.setAttribute('type', PNaClmimeType()); 72 moduleEl.setAttribute(key, attrs[key]);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/ |
D | RSSFeedAddEntryTask.java | 351 …elem.setAttribute("href", !isNullString(buildURL) ? buildURL : projectVersionString); //$NON-NLS-1$ in createEntry() 370 build.setAttribute("jars", jarSigningStatus); //$NON-NLS-1$ in createEntry() 371 build.setAttribute("callisto", callistoStatus); //$NON-NLS-1$ in createEntry() 372 build.setAttribute("type", buildType); //$NON-NLS-1$ in createEntry() 373 … build.setAttribute("xmlns", "http://www.eclipse.org/2006/BuildFeed"); //$NON-NLS-1$ //$NON-NLS-2$ in createEntry() 375 build.setAttribute("href",buildURL); //$NON-NLS-1$ in createEntry() 410 release.setAttribute("os", releases[i]); //$NON-NLS-1$ in createEntry() 411 release.setAttribute("ws", releases[i+1]); //$NON-NLS-1$ in createEntry() 412 release.setAttribute("arch", releases[i+2]); //$NON-NLS-1$ in createEntry() 413 release.setAttribute("type", releases[i+3]); //$NON-NLS-1$ in createEntry() [all …]
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
D | dottreegen.py | 111 treeST.setAttribute("nodes", parentNodeST) 121 treeST.setAttribute("nodes", nodeST) 146 edgeST.setAttribute("parent", parentName) 147 edgeST.setAttribute("child", childName) 148 edgeST.setAttribute("parentText", parentText) 149 edgeST.setAttribute("childText", childText) 150 treeST.setAttribute("edges", edgeST) 158 nodeST.setAttribute("name", uniqueName) 161 nodeST.setAttribute("text", text)
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/voronoi/ |
D | example.js | 61 moduleEl.setAttribute('name', 'nacl_module'); 62 moduleEl.setAttribute('id', 'nacl_module'); 63 moduleEl.setAttribute('width', width); 64 moduleEl.setAttribute('height', height); 65 moduleEl.setAttribute('path', ''); 66 moduleEl.setAttribute('src', getDataURL(name + '.nmf')); 67 moduleEl.setAttribute('type', PNaClmimeType()); 72 moduleEl.setAttribute(key, attrs[key]);
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/ |
D | main.js | 72 embed.setAttribute('name', 'NaClAM'); 73 embed.setAttribute('id', 'NaClAM'); 74 embed.setAttribute('width', '0'); 75 embed.setAttribute('height', '0'); 76 embed.setAttribute('type', 'application/x-pnacl'); 77 embed.setAttribute('src', url);
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | DOTTreeGenerator.java | 141 treeST.setAttribute("nodes", parentNodeST); in toDOTDefineNodes() 147 treeST.setAttribute("nodes", nodeST); in toDOTDefineNodes() 175 edgeST.setAttribute("parent", parentName); in toDOTDefineEdges() 176 edgeST.setAttribute("child", childName); in toDOTDefineEdges() 177 edgeST.setAttribute("parentText", fixString(parentText)); in toDOTDefineEdges() 178 edgeST.setAttribute("childText", fixString(childText)); in toDOTDefineEdges() 179 treeST.setAttribute("edges", edgeST); in toDOTDefineEdges() 188 nodeST.setAttribute("name", uniqueName); in getNodeST() 190 nodeST.setAttribute("text", fixString(text)); in getNodeST()
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | PluginDocument.cpp | 93 body->setAttribute(marginwidthAttr, "0"); in createDocumentStructure() 94 body->setAttribute(marginheightAttr, "0"); in createDocumentStructure() 95 body->setAttribute(styleAttr, "background-color: rgb(38,38,38)"); in createDocumentStructure() 99 m_embedElement->setAttribute(widthAttr, "100%"); in createDocumentStructure() 100 m_embedElement->setAttribute(heightAttr, "100%"); in createDocumentStructure() 101 m_embedElement->setAttribute(nameAttr, "plugin"); in createDocumentStructure() 102 m_embedElement->setAttribute(srcAttr, AtomicString(document()->url().string())); in createDocumentStructure() 103 m_embedElement->setAttribute(typeAttr, document()->loader()->mimeType()); in createDocumentStructure()
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
D | DateTimeFieldElement.cpp | 154 setAttribute(roleAttr, AtomicString("spinbutton", AtomicString::ConstructFromLiteral)); in initialize() 155 setAttribute(aria_valuetextAttr, emptyValueAXText()); in initialize() 156 setAttribute(aria_valueminAttr, String::number(axMinimum)); in initialize() 157 setAttribute(aria_valuemaxAttr, String::number(axMaximum)); in initialize() 159 setAttribute(aria_helpAttr, axHelpText); in initialize() 223 setAttribute(aria_valuetextAttr, newVisibleValue); in updateVisibleValue() 224 setAttribute(aria_valuenowAttr, String::number(valueForARIAValueNow())); in updateVisibleValue() 226 setAttribute(aria_valuetextAttr, emptyValueAXText()); in updateVisibleValue()
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/earth/ |
D | example.js | 61 moduleEl.setAttribute('name', 'nacl_module'); 62 moduleEl.setAttribute('id', 'nacl_module'); 63 moduleEl.setAttribute('width', width); 64 moduleEl.setAttribute('height', height); 65 moduleEl.setAttribute('path', ''); 66 moduleEl.setAttribute('src', getDataURL(name + '.nmf')); 67 moduleEl.setAttribute('type', PNaClmimeType()); 72 moduleEl.setAttribute(key, attrs[key]);
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/cube/ |
D | example.js | 61 moduleEl.setAttribute('name', 'nacl_module'); 62 moduleEl.setAttribute('id', 'nacl_module'); 63 moduleEl.setAttribute('width', width); 64 moduleEl.setAttribute('height', height); 65 moduleEl.setAttribute('path', ''); 66 moduleEl.setAttribute('src', getDataURL(name + '.nmf')); 67 moduleEl.setAttribute('type', PNaClmimeType()); 72 moduleEl.setAttribute(key, attrs[key]);
|
/external/apache-http/src/org/apache/http/client/protocol/ |
D | ClientContextConfigurer.java | 53 this.context.setAttribute(COOKIESPEC_REGISTRY, registry); in setCookieSpecRegistry() 57 this.context.setAttribute(AUTHSCHEME_REGISTRY, registry); in setAuthSchemeRegistry() 61 this.context.setAttribute(COOKIE_STORE, store); in setCookieStore() 65 this.context.setAttribute(CREDS_PROVIDER, provider); in setCredentialsProvider() 69 this.context.setAttribute(AUTH_SCHEME_PREF, list); in setAuthSchemePref()
|
/external/chromium_org/content/browser/tracing/ |
D | generate_trace_viewer_grd.py | 58 new_include_node.setAttribute('name', make_name_from_filename(filename)) 59 new_include_node.setAttribute('file', filename) 60 new_include_node.setAttribute('type', 'BINDATA') 61 new_include_node.setAttribute('flattenhtml', 'true') 63 new_include_node.setAttribute('allowexternalscript', 'true')
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/ |
D | frame.js | 52 listItemEl.setAttribute('id', example.name); 53 anchorEl.setAttribute('href', getExampleUrl(example.name)); 54 anchorEl.setAttribute('target', 'content'); 137 iframeEl.setAttribute('frameborder', '0'); 138 iframeEl.setAttribute('width', '100%'); 139 iframeEl.setAttribute('height', '100%'); 141 iframeEl.setAttribute('hidden', '');
|
/external/chromium_org/tools/page_cycler/common/ |
D | start.js | 56 input.setAttribute('id', 'iterations'); 57 input.setAttribute('type', 'number'); 59 input.setAttribute('value', iterations ? iterations : '5'); 63 input.setAttribute('type', 'submit'); 64 input.setAttribute('value', 'Start');
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/ |
D | cr.js | 51 doc.documentElement.setAttribute('os', 'mac'); 53 doc.documentElement.setAttribute('os', 'windows'); 55 doc.documentElement.setAttribute('os', 'chromeos'); 57 doc.documentElement.setAttribute('os', 'linux'); 59 doc.documentElement.setAttribute('toolkit', 'gtk'); 61 doc.documentElement.setAttribute('toolkit', 'views'); 187 this.setAttribute(name, value); 199 this.setAttribute(name, name);
|
/external/chromium/chrome/browser/resources/options/chromeos/ |
D | internet_options.js | 35 page.setAttribute('accesslocked', true); 233 page.setAttribute('accesslocked', true); 259 page.setAttribute('hascellplan', true); 262 page.setAttribute('nocellplan', true); 267 page.setAttribute('hasactiveplan', true); 272 page.setAttribute('activated', true); 313 page.setAttribute('connecting', data.connecting); 318 page.setAttribute('connected', data.connected); 351 page.setAttribute('wireless', true); 363 page.setAttribute('password', true); [all …]
|
/external/chromium_org/chrome/browser/resources/options/ |
D | editable_text_field.js | 59 this.setAttribute('placeholder-text', localizedText); 86 this.setAttribute('placeholder-text', text); 113 this.setAttribute('editing', ''); 154 this.setAttribute('editable', ''); 233 textEl.setAttribute('displaymode', 'static'); 241 inputEl.setAttribute('displaymode', 'edit'); 295 this.setAttribute('empty', '');
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/ |
D | manual.js | 27 tests[i].setAttribute('class', classes[run.tests[i].success]); 36 step.setAttribute('class', classes[run.tests[i].steps[j].success]); 42 step.children[k].setAttribute('class', 'difference'); 46 status.setAttribute('class', 'status ' + classes[run.success]); 50 passed.setAttribute('class', counts.passed ? 'passed' : 'passed none'); 52 failed.setAttribute('class', counts.failed ? 'failed' : 'failed none');
|
/external/icu4c/test/intltest/ |
D | ucaconf.cpp | 89 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in setCollNonIgnorable() 90 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in setCollNonIgnorable() 91 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, status); in setCollNonIgnorable() 92 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status); in setCollNonIgnorable() 93 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, status); in setCollNonIgnorable() 98 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in setCollShifted() 99 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in setCollShifted() 100 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, status); in setCollShifted() 101 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_QUATERNARY, status); in setCollShifted() 102 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_SHIFTED, status); in setCollShifted()
|