/external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/ |
D | ContentProviderBasedProjectDelegate.js | 206 var oldPath = path; 210 this._contentProviders[newPath] = this._contentProviders[oldPath]; 211 delete this._contentProviders[oldPath];
|
/external/robolectric/src/main/java/android/net/ |
D | Uri__FromAndroid.java | 2126 String oldPath = oldPart.getEncoded(); in appendEncodedSegment() local 2128 if (oldPath == null) { in appendEncodedSegment() 2129 oldPath = ""; in appendEncodedSegment() 2132 int oldPathLength = oldPath.length(); in appendEncodedSegment() 2137 } else if (oldPath.charAt(oldPathLength - 1) == '/') { in appendEncodedSegment() 2138 newPath = oldPath + newSegment; in appendEncodedSegment() 2140 newPath = oldPath + "/" + newSegment; in appendEncodedSegment() 2213 String oldPath = encodedCached ? oldPart.encoded : oldPart.decoded; in makeAbsolute() local 2215 if (oldPath == null || oldPath.length() == 0 in makeAbsolute() 2216 || oldPath.startsWith("/")) { in makeAbsolute()
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t054main.py | 13 self.oldPath = sys.path[:] 18 sys.path = self.oldPath
|
D | t052import.py | 10 self.oldPath = sys.path[:] 15 sys.path = self.oldPath
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/ |
D | Workspace.js | 466 var oldPath = uiSourceCode.path(); 468 this._uiSourceCodesMap[newPath] = this._uiSourceCodesMap[oldPath]; 469 delete this._uiSourceCodesMap[oldPath];
|
/external/lzma/CPP/Windows/ |
D | FileDir.cpp | 505 static void AddTrailingDots(LPCWSTR oldPath, UString &newPath) in AddTrailingDots() argument 507 int len = (int)wcslen(oldPath); in AddTrailingDots() 509 for (i = len; i > 0 && oldPath[i - 1] == '.'; i--); in AddTrailingDots() 512 UString oldName = GetLastPart(oldPath); in AddTrailingDots()
|
/external/yaffs2/yaffs2/direct/ |
D | yaffsfs.h | 183 int yaffs_rename(const char *oldPath, const char *newPath) ;
|
D | yaffsfs.c | 762 int yaffs_rename(const char *oldPath, const char *newPath) in yaffs_rename() argument 774 olddir = yaffsfs_FindDirectory(NULL,oldPath,&oldname,0); in yaffs_rename() 776 obj = yaffsfs_FindObject(NULL,oldPath,0); in yaffs_rename()
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 553 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller) in PathDiagnosticCallPiece() argument 555 NoExit(true), path(oldPath) {} in PathDiagnosticCallPiece()
|
/external/skia/src/device/xps/ |
D | SkXPSDevice.cpp | 1470 SkTScopedComPtr<IXpsOMPath> oldPath; in drawInverseWindingPath() local 1471 HRM(this->fXpsFactory->CreatePath(&oldPath), in drawInverseWindingPath() 1473 HRM(oldPath->SetGeometryLocal(oldGeometry.get()), in drawInverseWindingPath() 1475 HRM(oldPath->SetFillBrushLocal(oldBrush.get()), in drawInverseWindingPath() 1478 HRM(newVisuals->Append(oldPath.get()), in drawInverseWindingPath()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
D | webkitdirs.pm | 1602 my $oldPath = $ENV{PATH}; 1619 $ENV{PATH} = $oldPath;
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | os_unix.c | 6306 char *oldPath = pCtx->lockProxyPath; in switchLockProxyPath() local 6315 (oldPath && !strncmp(oldPath, path, MAXPATHLEN)) ){ in switchLockProxyPath() 6326 sqlite3_free(oldPath); in switchLockProxyPath()
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 30447 char *oldPath = pCtx->lockProxyPath; 30456 (oldPath && !strncmp(oldPath, path, MAXPATHLEN)) ){ 30467 sqlite3_free(oldPath);
|
/external/sqlite/dist/ |
D | sqlite3.c | 31334 char *oldPath = pCtx->lockProxyPath; 31343 (oldPath && !strncmp(oldPath, path, MAXPATHLEN)) ){ 31354 sqlite3_free(oldPath);
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 31314 char *oldPath = pCtx->lockProxyPath; 31323 (oldPath && !strncmp(oldPath, path, MAXPATHLEN)) ){ 31334 sqlite3_free(oldPath);
|