Home
last modified time | relevance | path

Searched refs:oldPath (Results 1 – 20 of 20) sorted by relevance

/external/robolectric/v1/src/main/java/android/net/
DUri__FromAndroid.java2126 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/
Dt054main.py13 self.oldPath = sys.path[:]
18 sys.path = self.oldPath
Dt052import.py10 self.oldPath = sys.path[:]
15 sys.path = self.oldPath
/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/bsdiff/
DBsPatchTest.java654 private void invokeApplyPatch(String oldPath, String patchPatch, String newPath) in invokeApplyPatch() argument
656 copyToOldFile(oldPath); in invokeApplyPatch()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h556 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller) in PathDiagnosticCallPiece() argument
558 NoExit(true), path(oldPath) {} in PathDiagnosticCallPiece()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/guice/lib/build/
Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd ...
/external/guice/extensions/struts2/lib/
Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...
/external/robolectric/v3/runtime/
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/sqlite/dist/orig/
Dsqlite3.c36987 char *oldPath = pCtx->lockProxyPath;
36996 (oldPath && !strncmp(oldPath, path, MAXPATHLEN)) ){
37007 sqlite3_free(oldPath);
/external/sqlite/dist/
Dsqlite3.c36987 char *oldPath = pCtx->lockProxyPath;
36996 (oldPath && !strncmp(oldPath, path, MAXPATHLEN)) ){
37007 sqlite3_free(oldPath);