/external/icu/icu4j/perf-tests/ |
D | perftests.pl | 96 $jdkElement->setAttribute("test" => $testName); 97 $jdkElement->setAttribute("iterations" => 1); 98 $jdkElement->setAttribute("time" => $testResult); 107 $icuElement->setAttribute("test"=> $testName); 108 $icuElement->setAttribute("iterations" => 1); 109 $icuElement->setAttribute("time" => $baseResult); 140 $jdkElement->setAttribute("test" => $testName); 141 $jdkElement->setAttribute("iterations"=>1); 142 $jdkElement->setAttribute("time" => $testResult); 150 $icuElement->setAttribute("test"=> $testName); [all …]
|
/external/antlr/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/droiddriver/src/io/appium/droiddriver/finders/ |
D | ByXPath.java | 146 setAttribute(element, Attribute.CLASS, className); in buildDomNode() 147 setAttribute(element, Attribute.RESOURCE_ID, uiElement.getResourceId()); in buildDomNode() 148 setAttribute(element, Attribute.PACKAGE, uiElement.getPackageName()); in buildDomNode() 149 setAttribute(element, Attribute.CONTENT_DESC, uiElement.getContentDescription()); in buildDomNode() 150 setAttribute(element, Attribute.TEXT, uiElement.getText()); in buildDomNode() 151 setAttribute(element, Attribute.CHECKABLE, uiElement.isCheckable()); in buildDomNode() 152 setAttribute(element, Attribute.CHECKED, uiElement.isChecked()); in buildDomNode() 153 setAttribute(element, Attribute.CLICKABLE, uiElement.isClickable()); in buildDomNode() 154 setAttribute(element, Attribute.ENABLED, uiElement.isEnabled()); in buildDomNode() 155 setAttribute(element, Attribute.FOCUSABLE, uiElement.isFocusable()); in buildDomNode() [all …]
|
/external/skia/experimental/docs/ |
D | svgBackend.js | 59 cache.element.setAttribute("fill-opacity", opacity); 60 cache.element.setAttribute("stroke-opacity", opacity); 93 svgPath.setAttribute("id", key); 100 svgPicture.setAttribute("id", key); 108 e.setAttribute("id", key); 109 e.setAttribute("cx", g.cx); 110 e.setAttribute("cy", g.cy); 111 e.setAttribute("r", g.r); 112 e.setAttribute("gradientUnits", "userSpaceOnUse"); 118 s.setAttribute("offset", stop.offset); [all …]
|
/external/skqp/experimental/docs/ |
D | svgBackend.js | 59 cache.element.setAttribute("fill-opacity", opacity); 60 cache.element.setAttribute("stroke-opacity", opacity); 93 svgPath.setAttribute("id", key); 100 svgPicture.setAttribute("id", key); 108 e.setAttribute("id", key); 109 e.setAttribute("cx", g.cx); 110 e.setAttribute("cy", g.cy); 111 e.setAttribute("r", g.r); 112 e.setAttribute("gradientUnits", "userSpaceOnUse"); 118 s.setAttribute("offset", stop.offset); [all …]
|
/external/parameter-framework/upstream/xmlserializer/ |
D | XmlElement.cpp | 194 void CXmlElement::setAttribute<bool>(const string &name, const bool &value) in setAttribute() function in CXmlElement 196 setAttribute(name, value ? "true" : "false"); in setAttribute() 200 void CXmlElement::setAttribute<std::string>(const string &name, const string &value) in setAttribute() function in CXmlElement 202 setAttribute(name, value.c_str()); in setAttribute() 210 void CXmlElement::setAttribute(const string &name, const char *value) in setAttribute() function in CXmlElement 216 void CXmlElement::setAttribute(const std::string &name, const T &value) in setAttribute() function in CXmlElement 218 setAttribute(name, std::to_string(value).c_str()); in setAttribute() 223 setAttribute("Name", strValue); in setNameAttribute() 279 template void CXmlElement::setAttribute(const std::string &name, const signed char &value); 280 template void CXmlElement::setAttribute(const std::string &name, const unsigned char &value); [all …]
|
/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/skia/modules/pathkit/tests/ |
D | testReporter.js | 31 tempImg.setAttribute('src', 'data:image/svg+xml;,' + svgStr); 40 newPath.setAttribute('stroke', 'black'); 42 newPath.setAttribute('fill', 'orange'); 43 newPath.setAttribute('fill-rule', fillRule); 45 newPath.setAttribute('fill', 'rgba(255,255,255,0.0)'); 47 newPath.setAttribute('d', svgstr); 51 newSVG.setAttribute('xmlns', 'http://www.w3.org/2000/svg'); 52 newSVG.setAttribute('width', 600); 53 newSVG.setAttribute('height', 600);
|
D | path2d.spec.js | 69 svgPath.setAttribute('stroke', 'black'); 70 svgPath.setAttribute('fill', 'rgba(255,255,255,0.0)'); 71 svgPath.setAttribute('transform', 'scale(3.0, 3.0)'); 72 svgPath.setAttribute('d', path.toSVGString()); 76 newSVG.setAttribute('xmlns', 'http://www.w3.org/2000/svg'); 77 newSVG.setAttribute('width', 600); 78 newSVG.setAttribute('height', 600);
|
/external/skqp/modules/pathkit/tests/ |
D | testReporter.js | 31 tempImg.setAttribute('src', 'data:image/svg+xml;,' + svgStr); 40 newPath.setAttribute('stroke', 'black'); 42 newPath.setAttribute('fill', 'orange'); 43 newPath.setAttribute('fill-rule', fillRule); 45 newPath.setAttribute('fill', 'rgba(255,255,255,0.0)'); 47 newPath.setAttribute('d', svgstr); 51 newSVG.setAttribute('xmlns', 'http://www.w3.org/2000/svg'); 52 newSVG.setAttribute('width', 600); 53 newSVG.setAttribute('height', 600);
|
D | path2d.spec.js | 69 svgPath.setAttribute('stroke', 'black'); 70 svgPath.setAttribute('fill', 'rgba(255,255,255,0.0)'); 71 svgPath.setAttribute('transform', 'scale(3.0, 3.0)'); 72 svgPath.setAttribute('d', path.toSVGString()); 76 newSVG.setAttribute('xmlns', 'http://www.w3.org/2000/svg'); 77 newSVG.setAttribute('width', 600); 78 newSVG.setAttribute('height', 600);
|
/external/antlr/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/antlr/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/cldr/tools/java/org/unicode/cldr/util/ |
D | LogicalGrouping.java | 73 parts.setAttribute("day", "type", str); in getPaths() 85 parts.setAttribute("dayPeriod", "type", s); in getPaths() 97 parts.setAttribute("dayPeriod", "type", d.name()); in getPaths() 108 parts.setAttribute("quarter", "type", i.toString()); in getPaths() 119 parts.setAttribute("month", "type", i.toString()); in getPaths() 126 parts.setAttribute("month", "type", Integer.toString(7)); in getPaths() 127 parts.setAttribute("month", "yeartype", "leap"); in getPaths() 142 parts.setAttribute("relative", "type", i.toString()); in getPaths() 158 parts.setAttribute(5, "type", patType); in getPaths() 160 parts.setAttribute(5, "count", count.toString()); in getPaths() [all …]
|
/external/deqp/scripts/log/ |
D | log_to_xml.py | 69 elem.setAttribute(name, value) 124 testCaseResult.setAttribute('CasePath', result.name) 125 testCaseResult.setAttribute('CaseType', 'SelfValidate') # \todo [pyry] Not recoverable.. 126 testCaseResult.setAttribute('Version', LOG_VERSION) 134 resultElem.setAttribute('StatusCode', result.statusCode) 146 batchResultNode.setAttribute("FileName", os.path.basename(inFile)) 166 summaryElem.setAttribute(code, "%d" % countByStatusCode[code]) 167 summaryElem.setAttribute('All', "%d" % len(results))
|
/external/apache-http/src/org/apache/http/client/protocol/ |
D | ClientContextConfigurer.java | 59 this.context.setAttribute(COOKIESPEC_REGISTRY, registry); in setCookieSpecRegistry() 63 this.context.setAttribute(AUTHSCHEME_REGISTRY, registry); in setAuthSchemeRegistry() 67 this.context.setAttribute(COOKIE_STORE, store); in setCookieStore() 71 this.context.setAttribute(CREDS_PROVIDER, provider); in setCredentialsProvider() 75 this.context.setAttribute(AUTH_SCHEME_PREF, list); in setAuthSchemePref()
|
/external/skia/experimental/svg/model/ |
D | SkSVGDOM.cpp | 46 node->setAttribute(attr, SkSVGPaintValue(paint)); in SetPaintAttribute() 58 node->setAttribute(attr, SkSVGColorValue(color)); in SetColorAttribute() 70 node->setAttribute(attr, SkSVGStringValue(iri)); in SetIRIAttribute() 82 node->setAttribute(attr, SkSVGClipValue(clip)); in SetClipPathAttribute() 94 node->setAttribute(attr, SkSVGPathValue(path)); in SetPathDataAttribute() 106 node->setAttribute(attr, SkSVGTransformValue(transform)); in SetTransformAttribute() 118 node->setAttribute(attr, SkSVGLengthValue(length)); in SetLengthAttribute() 130 node->setAttribute(attr, SkSVGNumberValue(number)); in SetNumberAttribute() 142 node->setAttribute(attr, SkSVGViewBoxValue(viewBox)); in SetViewBoxAttribute() 154 node->setAttribute(attr, SkSVGLineCapValue(lineCap)); in SetLineCapAttribute() [all …]
|
/external/skqp/experimental/svg/model/ |
D | SkSVGDOM.cpp | 46 node->setAttribute(attr, SkSVGPaintValue(paint)); in SetPaintAttribute() 58 node->setAttribute(attr, SkSVGColorValue(color)); in SetColorAttribute() 70 node->setAttribute(attr, SkSVGStringValue(iri)); in SetIRIAttribute() 82 node->setAttribute(attr, SkSVGClipValue(clip)); in SetClipPathAttribute() 94 node->setAttribute(attr, SkSVGPathValue(path)); in SetPathDataAttribute() 106 node->setAttribute(attr, SkSVGTransformValue(transform)); in SetTransformAttribute() 118 node->setAttribute(attr, SkSVGLengthValue(length)); in SetLengthAttribute() 130 node->setAttribute(attr, SkSVGNumberValue(number)); in SetNumberAttribute() 142 node->setAttribute(attr, SkSVGViewBoxValue(viewBox)); in SetViewBoxAttribute() 154 node->setAttribute(attr, SkSVGLineCapValue(lineCap)); in SetLineCapAttribute() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | ucaconf.cpp | 93 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in setCollNonIgnorable() 94 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in setCollNonIgnorable() 95 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, status); in setCollNonIgnorable() 96 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_TERTIARY, status); in setCollNonIgnorable() 97 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, status); in setCollNonIgnorable() 102 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in setCollShifted() 103 coll->setAttribute(UCOL_CASE_FIRST, UCOL_OFF, status); in setCollShifted() 104 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, status); in setCollShifted() 105 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_QUATERNARY, status); in setCollShifted() 106 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_SHIFTED, status); in setCollShifted()
|
D | srchtest.cpp | 266 strsrch->setAttribute(USEARCH_ELEMENT_COMPARISON, search->elemCompare, status); in assertEqualWithStringSearch() 459 strsrch->setAttribute(USEARCH_ELEMENT_COMPARISON, USEARCH_STANDARD_ELEMENT_COMPARISON, status); in assertEqualWithStringSearch() 549 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in assertCanonicalEqual() 552 strsrch->setAttribute(USEARCH_CANONICAL_MATCH, USEARCH_ON, status); in assertCanonicalEqual() 566 collator->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status); in assertCanonicalEqual() 604 strsrch->setAttribute(USEARCH_CANONICAL_MATCH, canonical, status); in assertEqualWithAttribute() 605 strsrch->setAttribute(USEARCH_OVERLAP, overlap, status); in assertEqualWithAttribute() 830 m_en_us_->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in TestNormExact() 848 m_en_us_->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status); in TestNormExact() 969 m_en_us_->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_SHIFTED, status); in TestVariable() [all …]
|
D | jacoll.cpp | 113 myCollation->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in TestTertiary() 114 myCollation->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, status); in TestTertiary() 147 myCollation->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, status); in TestSmallLarge() 160 myCollation->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, status); in TestKatakanaHiragana() 175 myCollation->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, status); in TestChooonKigoo()
|
/external/tinyxml2/docs/search/ |
D | search.js | 711 elem.setAttribute('onkeydown',action); 712 elem.setAttribute('onkeypress',action); 713 elem.setAttribute('onkeyup',action); 718 elem.setAttribute('class',attr); 719 elem.setAttribute('className',attr); 729 srResult.setAttribute('id','SR_'+id); 734 srLink.setAttribute('id','Item'+e); 741 srLink.setAttribute('href',searchData[e][1][1][0]); 744 srLink.setAttribute('target','_parent'); 753 srLink.setAttribute('href','javascript:searchResults.Toggle("SR_'+id+'")'); [all …]
|
/external/libjpeg-turbo/doc/html/search/ |
D | search.js | 744 elem.setAttribute('onkeydown',action); 745 elem.setAttribute('onkeypress',action); 746 elem.setAttribute('onkeyup',action); 751 elem.setAttribute('class',attr); 752 elem.setAttribute('className',attr); 762 srResult.setAttribute('id','SR_'+id); 767 srLink.setAttribute('id','Item'+e); 774 srLink.setAttribute('href',searchData[e][1][1][0]); 777 srLink.setAttribute('target','_parent'); 786 srLink.setAttribute('href','javascript:searchResults.Toggle("SR_'+id+'")'); [all …]
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | hostConfig.py | 45 node.setAttribute("ServerPort", serverPort) 46 node.setAttribute("TuningAllowed", "true") 56 node.setAttribute("Path", structPath + "/" + node.getAttribute("Path"))
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | ElementType.java | 189 public void setAttribute(AttributesImpl atts, String name, String type, String value) { in setAttribute() method in ElementType 206 atts.setAttribute(i, namespace, localName, name, type, value); in setAttribute() 244 public void setAttribute(String name, String type, String value) { in setAttribute() method in ElementType 245 setAttribute(theAtts, name, type, value); in setAttribute()
|