Home
last modified time | relevance | path

Searched refs:setAttribute (Results 1 – 25 of 148) sorted by relevance

123456

/third_party/icu/icu4j/perf-tests/
Dperftests.pl96 $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 …]
/third_party/skia/experimental/docs/
DsvgBackend.js59 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 …]
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBxliffExporter.java101 transUnit.setAttribute("date",convertToISO(item.getModifiedDate())); in addTransUnit()
102 transUnit.setAttribute("id",item.getKey()); in addTransUnit()
110 source.setAttribute("xml:space","preserve"); in addTransUnit()
115 target.setAttribute("xml:space","preserve"); in addTransUnit()
119 transUnit.setAttribute("state", "translated"); in addTransUnit()
126 comment_prop.setAttribute("xml:space","preserve"); in addTransUnit()
138 creator_prop.setAttribute("prop-type","creator"); in addTransUnit()
145 created_prop.setAttribute("prop-type","created"); in addTransUnit()
152 modifier_prop.setAttribute("prop-type","modifier"); in addTransUnit()
193 note.setAttribute("xml:space","preserve"); in addHeaderProperties()
[all …]
DRBTMXExporter.java99 tuv.setAttribute("lang", convertEncoding(item));
100 tuv.setAttribute("creationdate",convertToISO(item.getCreatedDate()));
101 tuv.setAttribute("creationid",item.getCreator());
102 tuv.setAttribute("changedate",convertToISO(item.getModifiedDate()));
103 tuv.setAttribute("changeid",item.getModifier());
109 comment_prop.setAttribute("type","x-Comment");
114 translated_prop.setAttribute("type","x-Translated");
124 lookup_prop.setAttribute("type","x-Lookup");
154 root.setAttribute("version", "1.2");
161 header.setAttribute("creationtool", "RBManager");
[all …]
/third_party/skia/third_party/externals/sfntly/cpp/tools/
Dcmap_data_generator_xml.py43 root_element.setAttribute('num_cmaps', str(len(table.tables)))
55 cmap_element.setAttribute('byte_length', str(cmap.length))
56 cmap_element.setAttribute('format', str(cmap.format))
57 cmap_element.setAttribute('platform_id', str(cmap.platformID))
58 cmap_element.setAttribute('encoding_id', str(cmap.platEncID))
59 cmap_element.setAttribute('num_chars', str(len(cmap.cmap)))
60 cmap_element.setAttribute('language', str(cmap.language))
70 mapping_element.setAttribute('char', '0x%05x' % entry[0])
71 mapping_element.setAttribute('glyph_name', entry[1])
72 mapping_element.setAttribute('gid', str(self.font.getGlyphID(entry[1])))
Dfont_data_generator_xml.py43 root_element.setAttribute('path', self.font_path[3:])
46 root_element.setAttribute('sha1', h.hexdigest())
50 root_element.setAttribute('post_name',
/third_party/libphonenumber/migrator/migrator-servlet/src/main/java/com/google/phonenumbers/
DServletMain.java110 req.setAttribute("number", number); in doPost()
111 req.setAttribute("numberCountryCode", countryCode); in doPost()
142 req.setAttribute("fileError", e.getMessage()); in doGet()
162 …req.setAttribute("numberError", "'+" + countryCode + "' migrations cannot be performed using this … in handleSingleNumberMigration()
178 req.setAttribute("validMigration", report.getValidMigrations().get(0).getMigratedNumber()); in handleSingleNumberMigration()
180 … req.setAttribute("invalidMigration", report.getInvalidMigrations().get(0).getMigratedNumber()); in handleSingleNumberMigration()
182 …req.setAttribute("alreadyValidNumber", report.getValidUntouchedEntries().get(0).getSanitizedNumber… in handleSingleNumberMigration()
186 req.setAttribute("numberError", e.getMessage()); in handleSingleNumberMigration()
208 …req.setAttribute("fileError", "'+" + countryCode + "' migrations cannot be performed using this we… in handleFileMigration()
227 req.setAttribute("fileName", fileName); in handleFileMigration()
[all …]
/third_party/skia/modules/pathkit/tests/
DtestReporter.js31 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);
Dpath2d.spec.js52 svgPath.setAttribute('stroke', 'black');
53 svgPath.setAttribute('fill', 'rgba(255,255,255,0.0)');
54 svgPath.setAttribute('transform', 'scale(3.0, 3.0)');
55 svgPath.setAttribute('d', path.toSVGString());
59 newSVG.setAttribute('xmlns', 'http://www.w3.org/2000/svg');
60 newSVG.setAttribute('width', 600);
61 newSVG.setAttribute('height', 600);
/third_party/skia/modules/canvaskit/tests/
DtestReporter.js31 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);
/third_party/vk-gl-cts/scripts/log/
Dlog_to_xml.py69 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)
144 batchResultNode.setAttribute("FileName", os.path.basename(logFilePath))
185 summaryElem.setAttribute(code, "%d" % countByStatusCode[code])
186 summaryElem.setAttribute('All', "%d" % sum(countByStatusCode.values()))
/third_party/icu/icu4c/source/test/intltest/
Ducaconf.cpp93 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()
Dsrchtest.cpp266 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 …]
Djacoll.cpp113 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()
Dregcoll.cpp150 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in Test4054238()
191 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in Test4054734()
207 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in Test4054736()
319 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in Test4060154()
429 c1->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in Test4066189()
433 c2->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, status); in Test4066189()
582 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in Test4081866()
665 c->setAttribute(UCOL_STRENGTH, UCOL_SECONDARY, status); in Test4092260()
693 c->setAttribute(UCOL_STRENGTH, UCOL_SECONDARY, status); in Test4095316()
775 c->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status); in Test4114076()
[all …]
/third_party/libevdev/doc/html/search/
Dsearch.js736 elem.setAttribute('onkeydown',action);
737 elem.setAttribute('onkeypress',action);
738 elem.setAttribute('onkeyup',action);
743 elem.setAttribute('class',attr);
744 elem.setAttribute('className',attr);
754 srResult.setAttribute('id','SR_'+id);
759 srLink.setAttribute('id','Item'+e);
766 srLink.setAttribute('href',searchData[e][1][1][0]);
769 srLink.setAttribute('target','_parent');
778 srLink.setAttribute('href','javascript:searchResults.Toggle("SR_'+id+'")');
[all …]
/third_party/skia/third_party/externals/oboe/docs/reference/search/
Dsearch.js734 elem.setAttribute('onkeydown',action);
735 elem.setAttribute('onkeypress',action);
736 elem.setAttribute('onkeyup',action);
741 elem.setAttribute('class',attr);
742 elem.setAttribute('className',attr);
752 srResult.setAttribute('id','SR_'+id);
757 srLink.setAttribute('id','Item'+e);
764 srLink.setAttribute('href',searchData[e][1][1][0]);
767 srLink.setAttribute('target','_parent');
776 srLink.setAttribute('href','javascript:searchResults.Toggle("SR_'+id+'")');
[all …]
/third_party/node/test/fixtures/wpt/FileAPI/url/
Durl-in-tags.window.js8 e.setAttribute('src', url);
24 frame.setAttribute('src', url);
25 frame.setAttribute('style', 'display:none;');
43 frame.setAttribute('src', url + '#block2');
Durl-in-tags-revoke.window.js10 frame.setAttribute('src', url);
11 frame.setAttribute('style', 'display:none;');
28 frame.setAttribute('src', '/common/blank.html');
29 frame.setAttribute('style', 'display:none;');
93 e.setAttribute('src', url);
/third_party/node/test/fixtures/wpt/resources/
Dsriharness.js26 e.setAttribute("integrity", this.integrityValue);
29 e.setAttribute("crossorigin", this.crossoriginValue);
32 e.setAttribute("nonce", this.nonce);
50 e.setAttribute("integrity", this.integrityValueAfterPrepare);
195 e.setAttribute(key, this.attrs[key]);
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/
DSimpleScan.java44 e.setAttribute(IcuInfo.TYPE,name.trim()); in addCapability()
46 e.setAttribute(IcuInfo.VERSION,version.trim()); in addCapability()
71 product.setAttribute(IcuInfo.TYPE, productName); in createProduct()
81 release.setAttribute(IcuInfo.VERSION, version); in createRelease()
DCapScan.java46 e.setAttribute(IcuInfo.TYPE,name.trim()); in addCapability()
48 e.setAttribute(IcuInfo.VERSION,version.trim()); in addCapability()
73 product.setAttribute(IcuInfo.TYPE, productName); in createProduct()
83 release.setAttribute(IcuInfo.VERSION, version); in createRelease()
/third_party/vk-gl-cts/scripts/
Dconvert_case_list_to_xml.py57 element.setAttribute("Name", testCase.casePath.rsplit(".", 2)[-1])
58 element.setAttribute("Description", testCase.description)
59 element.setAttribute("CaseType", testCase.caseType)
/third_party/skia/modules/svg/src/
DSkSVGDOM.cpp63 node->setAttribute(attr, SkSVGStringValue(parseResult->iri())); in SetIRIAttribute()
71 node->setAttribute(attr, SkSVGStringValue(strType)); in SetStringAttribute()
82 node->setAttribute(attr, SkSVGTransformValue(*parseResult)); in SetTransformAttribute()
93 node->setAttribute(attr, SkSVGLengthValue(*parseResult)); in SetLengthAttribute()
105 node->setAttribute(attr, SkSVGViewBoxValue(viewBox)); in SetViewBoxAttribute()
117 node->setAttribute(attr, SkSVGObjectBoundingBoxUnitsValue(*parseResult)); in SetObjectBoundingBoxUnitsAttribute()
129 node->setAttribute(attr, SkSVGPreserveAspectRatioValue(par)); in SetPreserveAspectRatioAttribute()
497 bool SkSVGNode::setAttribute(const char* attributeName, const char* attributeValue) { in setAttribute() function in SkSVGNode
/third_party/node/deps/v8/tools/turbolizer/src/
Dschedule-view.ts14 pane.setAttribute('id', "schedule");
16 pane.setAttribute("tabindex", "0");
93 instrMarker.setAttribute("title", tooltip);
132 instrMarker.setAttribute("title", `Instructions range for this block is [${start}, ${end})`);

123456