/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/annotation-tools/scene-lib/src/annotations/io/ |
D | ASTRecord.java | 74 public ASTRecord replacePath(ASTPath newPath) { in replacePath() argument 75 return new ASTRecord(ast, className, methodName, varName, newPath); in replacePath()
|
/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/robolectric/v1/src/main/java/android/net/ |
D | Uri__FromAndroid.java | 2133 String newPath; in appendEncodedSegment() local 2136 newPath = "/" + newSegment; in appendEncodedSegment() 2138 newPath = oldPath + newSegment; in appendEncodedSegment() 2140 newPath = oldPath + "/" + newSegment; in appendEncodedSegment() 2143 return fromEncoded(newPath); in appendEncodedSegment()
|
/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()
|
D | dng_xmp.h | 315 bool newPath = true);
|
D | dng_xmp.cpp | 4394 bool newPath) in DocOpsPrepareForSave() argument 4399 newPath); in DocOpsPrepareForSave()
|
/external/annotation-tools/annotation-file-utilities/src/annotator/find/ |
D | TreeFinder.java | 706 ASTPath newPath = ASTPath.empty(); in visitNewArray() local 710 newPath = newPath.extend(astPath.get(j)); in visitNewArray() 715 newPath = newPath.extend(lastEntry); in visitNewArray() 717 newPath = newPath.extend(astPath.get(j)); in visitNewArray() 720 astPath = newPath; in visitNewArray()
|
/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/bsdiff/ |
D | BsPatchTest.java | 654 private void invokeApplyPatch(String oldPath, String patchPatch, String newPath) in invokeApplyPatch() argument 659 byte[] expectedNewDataBytes = readTestData(newPath); in invokeApplyPatch()
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.cpp | 577 CFX_PathData newPath; in DrawPathWithBlend() local 581 !!m_pDeviceDriver->GetDriverType(), &newPath, in DrawPathWithBlend() 598 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor, in DrawPathWithBlend()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 1289 bool newPath = false; in CacheSaveCount() local 1292 newPath = true; in CacheSaveCount() 1293 } else if (newPath) { in CacheSaveCount() 1295 newPath = false; in CacheSaveCount()
|