Home
last modified time | relevance | path

Searched refs:newPath (Results 1 – 25 of 27) sorted by relevance

12

/external/skia/modules/pathkit/tests/
DtestReporter.js39 let newPath = document.createElementNS('http://www.w3.org/2000/svg', 'path');
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);
49 newSVG.appendChild(newPath);
/external/skia/modules/canvaskit/tests/
Dlegacy_test_reporter.js39 let newPath = document.createElementNS('http://www.w3.org/2000/svg', 'path');
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);
49 newSVG.appendChild(newPath);
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DChartDtdDelta.java157 .addCell(datum.newPath) in writeContents()
206 String newPath = path + "/" + element.name; in checkNames() local
211 addData(dtdCurrent, NEW_PREFIX + name, version, newPath, OMITTED_ATTRIBUTES); in checkNames()
232 …addData(dtdCurrent, prefix + name + (ordered ? ORDERED_SIGN : ""), version, newPath, attributeName… in checkNames()
252 …rrent, deprecatedStatus + previewStatus + name + orderingStatus, version, newPath, attributeNames); in checkNames()
267 … checkNames(version, dtdCurrent, dtdLast, oldNameToElement, newPath, child, seen, showAnyway); in checkNames()
282 final String newPath; field in ChartDtdDelta.DiffElement
286 …public DiffElement(DtdData dtdCurrent, String version, String newPath, String newElement, Set<Stri… in DiffElement() argument
295 this.newPath = fix(newPath); in DiffElement()
315 .add("newPath", newPath) in toString()
[all …]
DShowDtdDiffs.java91 String newPath = path + "/" + element.name; in checkNames() local
94 System.out.println(prefix + "\tElement\t" + newPath + "\t" + attributeNames); in checkNames()
99 System.out.println(prefix + "\tAttribute\t" + newPath + "\t" + attributeNames); in checkNames()
103 checkNames(prefix, dtdCurrent, oldNameToElement, newPath, child, seen); in checkNames()
DGetChanges.java273 String newPath = fixOldPath(xpath); in old() local
274 String valueSnapshot = snapshot.getStringValue(newPath); in old()
278 ph = phf.fromPath(newPath); in old()
283 ph = phf.fromPath(newPath); in old()
293 String valueTrunk = trunk == null ? null : trunk.getStringValue(newPath); in old()
304 ph = ph != null ? ph : phf.fromPath(newPath); in old()
DFilterFactory.java270 String newPath = entry.newValue; in modifyFile() local
271 file.add(newPath, value); in modifyFile()
346 String newPath = RegexLookup.replace(newValue, arguments.value); in modifyFile() local
348 file.add(newPath, value); in modifyFile()
DCLDRModify.java1140 String newPath = parts.toString();
1141 String oldValue = cldrFileToFilter.getStringValue(newPath);
1155 replace(fullpath, newPath, value, "Moving 0/1");
1172 String newPath = parts.toString();
1173 replace(fullpath, newPath, value);
1813 ConfigMatch newPath = entry.get(ConfigKeys.new_path);
1819 … if (pathMatch != null || valueMatch != null || newPath == null || newValue == null) {
1826 String newPathString = newPath.getPath(getResolved());
1834 … if ((pathMatch == null && valueMatch == null) || (newPath == null && newValue == null)) {
1843 if (newPath != null || newValue != null) {
[all …]
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DXMLSource.java308 final private String newPath; field in XMLSource.Alias
319 String newPath = null; in make() local
321 return new Alias(pos, oldPath, newPath, aliasParts); in make()
331 private Alias(int pos, String oldPath, String newPath, String aliasParts) { in Alias() argument
341 if (newPath == null) { in Alias()
342 newPath = oldPath; in Alias()
345 newPath = addRelative(newPath, relativePath2); in Alias()
348 boolean pathsEqual = oldPath.equals(newPath); in Alias()
353 + ", Alias: " + newPath + ", " + newLocaleID); in Alias()
358 this.newPath = newPath; in Alias()
[all …]
DCLDRFile.java2730 String newPath = getNondraftNonaltXPath(path);
2731 pathMap.put(newPath, path);
3005 Output<String> newPath = new Output<>();
3006 if (tryDefault(parts, "gender", null, newPath)) {
3007 return newPath.value;
3010 if (tryDefault(parts, "case", null, newPath)) {
3011 return newPath.value;
3058 …olean tryDefault(XPathParts parts, String attribute, String defaultValue, Output<String> newPath) {
3062 newPath.value = parts.toString();
3063 if (dataSource.getValueAtPath(newPath.value) != null) {
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPath.java554 GeneralPath newPath = new GeneralPath(); in offset() local
558 newPath.append(iterator, false /*connect*/); in offset()
559 mPath = newPath; in offset()
576 GeneralPath newPath = new GeneralPath(); in transform() local
579 newPath.append(iterator, false /*connect*/); in transform()
583 shadowPath.mPath = newPath; in transform()
585 mPath = newPath; in transform()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyPath.java499 GeneralPath newPath = new GeneralPath(); in offset() local
503 newPath.append(iterator, false /*connect*/); in offset()
504 mPath = newPath; in offset()
521 GeneralPath newPath = new GeneralPath(); in transform() local
524 newPath.append(iterator, false /*connect*/); in transform()
528 shadowPath.mPath = newPath; in transform()
530 mPath = newPath; in transform()
/external/clang/lib/ARCMigrate/
DFileRemapper.cpp139 SmallString<200> newPath = StringRef(FE->getName()); in flushToFile() local
140 fs::make_absolute(newPath); in flushToFile()
141 infoOut << newPath << '\n'; in flushToFile()
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestPerf.java138 String newPath = newParts.toString(); in TestXPathPartsWithComparators() local
139 assertEquals("path", path, newPath); in TestXPathPartsWithComparators()
DTestCLDRFile.java198 String newPath = path.replace("[@case=\"accusative\"]", ""); in testExtraPaths() local
199 if (!newPath.contentEquals(path) && !sorted.contains(newPath)) { in testExtraPaths()
200 System.out.println(newPath + "\t" + german.getStringValue(newPath)); in testExtraPaths()
/external/rust/crates/grpcio-sys/grpc/third_party/toolchains/rbe_win2019/
DDockerfile31 …AL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment' -Name PATH -Value $newPath
61 …AL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment' -Name PATH -Value $newPath
73 …AL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment' -Name PATH -Value $newPath
/external/apache-commons-io/src/test/java/org/apache/commons/io/filefilter/
DFileFilterTest.java66 final Path newPath = newFile.toPath(); in testAgeFilter() local
144 assertFiltering(filter1, newPath, false); in testAgeFilter()
145 assertFiltering(filter2, newPath, false); in testAgeFilter()
146 assertFiltering(filter3, newPath, true); in testAgeFilter()
147 assertFiltering(filter4, newPath, false); in testAgeFilter()
148 assertFiltering(filter5, newPath, false); in testAgeFilter()
149 assertFiltering(filter6, newPath, true); in testAgeFilter()
150 assertFiltering(filter7, newPath, false); in testAgeFilter()
151 assertFiltering(filter8, newPath, false); in testAgeFilter()
152 assertFiltering(filter9, newPath, true); in testAgeFilter()
/external/dng_sdk/source/
Ddng_xmp_sdk.h216 bool newPath = true);
Ddng_xmp_sdk.cpp1621 bool newPath) in DocOpsPrepareForSave() argument
1638 newPath ? "new path" : "old path"); in DocOpsPrepareForSave()
Ddng_xmp.h315 bool newPath = true);
Ddng_xmp.cpp4394 bool newPath) in DocOpsPrepareForSave() argument
4399 newPath); in DocOpsPrepareForSave()
/external/skia/modules/pathkit/
Dpathkit_wasm_bindings.cpp337 void ApplyAddPath(SkPath& orig, const SkPath& newPath, in ApplyAddPath() argument
344 orig.addPath(newPath, m); in ApplyAddPath()
/external/gfxstream-protocols/registry/vulkan/scripts/
DgenRef.py200 newPath = os.path.relpath(incPath, baseDir)
201 newLine = 'include::' + newPath + '[]\n'
/external/skia/site/docs/user/modules/
Dpathkit.md713 let newPath = document.createElementNS('http://www.w3.org/2000/svg', 'path');
714 newPath.setAttribute('stroke', 'green');
715 newPath.setAttribute('fill', 'white');
716 newPath.setAttribute('d', box.toSVGString());
717 svg.appendChild(newPath);
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DCheckDisplayCollisions.java658 String newPath = currentAttributesToIgnore.reset(pathName).replaceAll(""); in getPathsWithValue() local
659 paths.add(newPath); in getPathsWithValue()
DConsoleCheckCLDR.java1344 String newPath = CLDRFile.getNondraftNonaltXPath(path); in addPrettyPath() local
1345 if (!newPath.equals(path)) { in addPrettyPath()
1346 String value = file.getStringValue(newPath); in addPrettyPath()

12