Home
last modified time | relevance | path

Searched refs:pathEnd (Results 1 – 12 of 12) sorted by relevance

/external/deqp/framework/common/
DtcuCommandLine.cpp547 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/
DRecordedRequest.java52 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/
DRecordedRequest.java86 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/
DHttpUrl.java457 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/
DUri__FromAndroid.java711 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/
Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/robolectric/v3/runtime/
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/ ...
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/ ...