/external/skia/modules/pathkit/tests/ |
D | testReporter.js | 39 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/skqp/modules/pathkit/tests/ |
D | testReporter.js | 39 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/java/org/unicode/cldr/tool/ |
D | ChartDtdDelta.java | 125 .addCell(datum.newPath) in writeContents() 171 String newPath = path + "/" + element.name; in checkNames() local 176 addData(dtdCurrent, NEW_PREFIX + name, version, newPath, OMITTED_ATTRIBUTES); in checkNames() 194 addData(dtdCurrent, NEW_PREFIX + name, version, newPath, attributeNames); in checkNames() 202 … addData(dtdCurrent, DEPRECATED_PREFIX + name, version, newPath, Collections.emptySet()); in checkNames() 205 …a(dtdCurrent, (newlyDeprecated ? DEPRECATED_PREFIX : "") + name, version, newPath, attributeNames); in checkNames() 220 … checkNames(version, dtdCurrent, dtdLast, oldNameToElement, newPath, child, seen, showAnyway); in checkNames() 233 final String newPath; field in ChartDtdDelta.DiffElement 237 …public DiffElement(DtdData dtdCurrent, String version, String newPath, String newElement, Set<Stri… in DiffElement() argument 246 this.newPath = fix(newPath); in DiffElement() [all …]
|
D | GetChanges.java | 120 String newPath = fixOldPath(xpath); in main() local 121 String valueSnapshot = snapshot.getStringValue(newPath); in main() 125 ph = phf.fromPath(newPath); in main() 130 ph = phf.fromPath(newPath); in main() 140 String valueTrunk = trunk == null ? null : trunk.getStringValue(newPath); in main() 151 ph = ph != null ? ph : phf.fromPath(newPath); in main()
|
D | ShowDtdDiffs.java | 91 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()
|
D | FilterFactory.java | 271 String newPath = entry.newValue; in modifyFile() local 272 file.add(newPath, value); in modifyFile() 347 String newPath = RegexLookup.replace(newValue, arguments.value); in modifyFile() local 349 file.add(newPath, value); in modifyFile()
|
D | CLDRModify.java | 1297 String newPath = parts.toString(); 1298 String oldValue = cldrFileToFilter.getStringValue(newPath); 1312 replace(fullpath, newPath, value, "Moving 0/1"); 1327 String newPath = parts.toString(); 1328 replace(fullpath, newPath, value); 2221 ConfigMatch newPath = entry.get(ConfigKeys.new_path); 2227 … if (pathMatch != null || valueMatch != null || newPath == null || newValue == null) { 2233 String newPathString = newPath.getPath(cldrFileToFilter); 2241 … if ((pathMatch == null && valueMatch == null) || (newPath == null && newValue == null)) { 2250 if (newPath != null || newValue != null) { [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XMLSource.java | 192 final private String newPath; field in XMLSource.Alias 206 String newPath = null; in make() local 208 return new Alias(pos, oldPath, newPath, aliasParts); in make() 218 private Alias(int pos, String oldPath, String newPath, String aliasParts) { in Alias() argument 247 if (newPath == null) { in Alias() 248 newPath = oldPath; in Alias() 251 newPath = addRelative(newPath, relativePath2); in Alias() 271 boolean pathsEqual = oldPath.equals(newPath); in Alias() 276 + ", Alias: " + newPath + ", " + newLocaleID); in Alias() 281 this.newPath = newPath; in Alias() [all …]
|
/external/archive-patcher/tools/src/main/java/com/google/archivepatcher/tools/ |
D | FileByFileTool.java | 112 String newPath = null; in run() local 123 newPath = popOrDie(argIterator, "--new"); in run() 144 if (oldPath == null || newPath == null || patchPath == null || mode == null) { in run() 155 File newFile = getRequiredFileOrDie(newPath, "new file"); in run() 164 applyPatch(oldFile, patchFile, new File(newPath)); in run()
|
D | PatchExplainerTool.java | 103 String newPath = null; in run() local 113 newPath = popOrDie(argIterator, "--new"); in run() 130 if (oldPath == null || newPath == null) { in run() 134 File newFile = getRequiredFileOrDie(newPath, "new file"); in run()
|
/external/u-boot/cmd/ |
D | yaffs2.c | 41 extern void cmd_yaffs_mv(const char *oldPath, const char *newPath); 267 char *newPath; in do_ymv() local 275 newPath = argv[2]; in do_ymv() 277 cmd_yaffs_mv(newPath, oldPath); in do_ymv()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowPath.java | 554 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/clang/lib/ARCMigrate/ |
D | FileRemapper.cpp | 139 SmallString<200> newPath = StringRef(FE->getName()); in flushToFile() local 140 fs::make_absolute(newPath); in flushToFile() 141 infoOut << newPath << '\n'; in flushToFile()
|
/external/curl/tests/python_dependencies/impacket/ |
D | smb3.py | 1322 def rename(self, shareName, oldPath, newPath): argument 1328 newPath = string.replace(newPath,'/', '\\') 1329 newPath = ntpath.normpath(newPath) 1330 if len(newPath) > 0 and newPath[0] == '\\': 1331 newPath = newPath[1:] 1340 renameReq['FileNameLength'] = len(newPath)*2 1341 renameReq['FileName'] = newPath.encode('utf-16le')
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestPerf.java | 144 String newPath = newParts.set(path).toString(); in TestXPathPartsWithComparators() local 145 assertEquals("path", path, newPath); in TestXPathPartsWithComparators()
|
/external/u-boot/fs/yaffs2/ |
D | yaffs_uboot_glue.c | 458 void cmd_yaffs_mv(const char *oldPath, const char *newPath) in cmd_yaffs_mv() argument 460 int retval = yaffs_rename(newPath, oldPath); in cmd_yaffs_mv()
|
D | yaffsfs.h | 102 int yaffs_rename(const YCHAR *oldPath, const YCHAR *newPath) ;
|
D | yaffsfs.c | 1479 int yaffs_rename(const YCHAR *oldPath, const YCHAR *newPath) in yaffs_rename() argument 1496 if (!oldPath || !newPath) { in yaffs_rename() 1501 if (yaffsfs_CheckPath(oldPath) < 0 || yaffsfs_CheckPath(newPath) < 0) { in yaffs_rename() 1506 if (yaffsfs_alt_dir_path(newPath, &alt_newpath) < 0) { in yaffs_rename() 1511 newPath = alt_newpath; in yaffs_rename() 1517 newdir = yaffsfs_FindDirectory(NULL, newPath, &newname, 0, in yaffs_rename() 1520 newobj = yaffsfs_FindObject(NULL, newPath, 0, 0, NULL, NULL, NULL); in yaffs_rename()
|
/external/skqp/resources/lua/ |
D | test.lua | 30 local path = Sk.newPath();
|
/external/skia/resources/lua/ |
D | test.lua | 30 local path = Sk.newPath();
|
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/ |
D | test.lua | 30 local path = Sk.newPath();
|
/external/dng_sdk/source/ |
D | dng_xmp_sdk.h | 216 bool newPath = true);
|
D | dng_xmp_sdk.cpp | 1621 bool newPath) in DocOpsPrepareForSave() argument 1638 newPath ? "new path" : "old path"); in DocOpsPrepareForSave()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | ConsoleCheckCLDR.java | 1479 String newPath = CLDRFile.getNondraftNonaltXPath(path); in addPrettyPath() local 1480 if (!newPath.equals(path)) { in addPrettyPath() 1481 String value = file.getStringValue(newPath); in addPrettyPath() 1659 StringBuffer newPath = new StringBuffer(); in showHeader() 1663 newPath.append('%'); in showHeader() 1665 newPath.append(path.charAt(i)); in showHeader() 1671 String[] splitPath = newPath.toString().split("%"); in showHeader()
|
/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/bsdiff/ |
D | BsPatchTest.java | 625 private void invokeApplyPatch(String oldPath, String patchPatch, String newPath) in invokeApplyPatch() argument 630 byte[] expectedNewDataBytes = readTestData(newPath); in invokeApplyPatch()
|