/external/deqp/framework/common/ |
D | tcuCommandLine.cpp | 547 string::const_iterator pathEnd, in matchWildcards() argument 553 while (pattern != patternEnd && path != pathEnd && *pattern == *path) in matchWildcards() 560 return (path == pathEnd); in matchWildcards() 563 for (; path != pathEnd; ++path) in matchWildcards() 565 if (matchWildcards(pattern + 1, patternEnd, path, pathEnd, allowPrefix)) in matchWildcards() 569 if (matchWildcards(pattern + 1, patternEnd, pathEnd, pathEnd, allowPrefix)) in matchWildcards() 572 else if (path == pathEnd && allowPrefix) in matchWildcards() 585 vector<string>::const_iterator pathEnd, in patternMatches() argument 591 while (pattern != patternEnd && path != pathEnd && *pattern != "**" && in patternMatches() 599 if (path == pathEnd && (allowPrefix || pattern == patternEnd)) in patternMatches() [all …]
|
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/ |
D | RecordedRequest.java | 52 int pathEnd = requestLine.indexOf(' ', methodEnd + 1); in RecordedRequest() local 54 this.path = requestLine.substring(methodEnd + 1, pathEnd); in RecordedRequest()
|
/external/mockwebserver/src/main/java/com/google/mockwebserver/ |
D | RecordedRequest.java | 86 int pathEnd = requestLine.indexOf(' ', methodEnd + 1); in RecordedRequest() local 88 this.path = requestLine.substring(methodEnd + 1, pathEnd); in RecordedRequest()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | HttpUrl.java | 457 int pathEnd = delimiterOffset(url, pathStart, url.length(), "?#"); in encodedPath() local 458 return url.substring(pathStart, pathEnd); in encodedPath() 476 int pathEnd = delimiterOffset(url, pathStart, url.length(), "?#"); in encodedPathSegments() local 478 for (int i = pathStart; i < pathEnd; ) { in encodedPathSegments() 480 int segmentEnd = delimiterOffset(url, i, pathEnd, "/"); in encodedPathSegments()
|
/external/robolectric/v1/src/main/java/android/net/ |
D | Uri__FromAndroid.java | 711 int pathEnd = pathStart; in parsePath() local 712 LOOP: while (pathEnd < length) { in parsePath() 713 switch (uriString.charAt(pathEnd)) { in parsePath() 718 pathEnd++; in parsePath() 721 return uriString.substring(pathStart, pathEnd); in parsePath()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.help_3.5.0.v20100524.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/robolectric/v3/runtime/ |
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/ ... |
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/ ... |