/external/robolectric/v1/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/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 656 copyToOldFile(oldPath); in invokeApplyPatch()
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 556 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/ |
D | org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.core.resources_3.10.0.v20150423-0755.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
D | org.eclipse.jdt.core_3.11.0.v20150602-1242.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/external/guice/lib/build/ |
D | bnd-0.0.384.jar | META-INF/MANIFEST.MF
LICENSE
OSGI-OPT/
OSGI-OPT/bnd.bnd
... |
/external/guice/extensions/struts2/lib/ |
D | core-3.1.1.jar | META-INF/
org/
org/eclipse/
org/eclipse/jdt/
org/eclipse ... |
/external/robolectric/v3/runtime/ |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
/external/dagger2/lib/ |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/sqlite/dist/orig/ |
D | sqlite3.c | 36987 char *oldPath = pCtx->lockProxyPath; 36996 (oldPath && !strncmp(oldPath, path, MAXPATHLEN)) ){ 37007 sqlite3_free(oldPath);
|
/external/sqlite/dist/ |
D | sqlite3.c | 36987 char *oldPath = pCtx->lockProxyPath; 36996 (oldPath && !strncmp(oldPath, path, MAXPATHLEN)) ){ 37007 sqlite3_free(oldPath);
|