/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | HttpUrlTest.java | 665 HttpUrl.parse("http://host/a%2Fb%2Fc").pathSegments()); in decodeSlashCharacterInDecodedPathSegment() 670 HttpUrl.parse("http://host/").pathSegments()); in decodeEmptyPathSegments() 675 HttpUrl.parse("http://host/%00").pathSegments()); in percentDecode() 677 HttpUrl.parse("http://host/a/%E2%98%83/c").pathSegments()); in percentDecode() 679 HttpUrl.parse("http://host/a/%F0%9F%8D%A9/c").pathSegments()); in percentDecode() 681 HttpUrl.parse("http://host/a/%62/c").pathSegments()); in percentDecode() 683 HttpUrl.parse("http://host/a/%7A/c").pathSegments()); in percentDecode() 685 HttpUrl.parse("http://host/a/%7a/c").pathSegments()); in percentDecode() 690 HttpUrl.parse("http://host/a%f/b").pathSegments()); in malformedPercentEncoding() 692 HttpUrl.parse("http://host/%/b").pathSegments()); in malformedPercentEncoding() [all …]
|
D | UrlComponentEncodingTester.java | 371 String pathSegment = url.pathSegments().get(0); in get()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | api_path.c | 145 const VGubyte * pathSegments, in vegaAppendPathData() argument 156 if (!pathSegments) { in vegaAppendPathData() 165 if (pathSegments[i] > VG_LCWARC_TO_REL) { in vegaAppendPathData() 183 path_append_data(p, numSegments, pathSegments, pathData); in vegaAppendPathData()
|
D | path.h | 65 const VGubyte * pathSegments,
|
D | path.c | 252 const VGubyte * pathSegments, in path_append_data() argument 256 VGint num_new_coords = num_elements_for_segments(pathSegments, numSegments); in path_append_data() 257 array_append_data(p->segments, pathSegments, numSegments); in path_append_data()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | HttpUrl.java | 289 private final List<String> pathSegments; field in HttpUrl 310 this.pathSegments = percentDecode(builder.encodedPathSegments, false); in HttpUrl() 441 return pathSegments.size(); in pathSize() 461 static void pathSegmentsToString(StringBuilder out, List<String> pathSegments) { in pathSegmentsToString() argument 462 for (int i = 0, size = pathSegments.size(); i < size; i++) { in pathSegmentsToString() 464 out.append(pathSegments.get(i)); in pathSegmentsToString() 487 public List<String> pathSegments() { in pathSegments() method in HttpUrl 488 return pathSegments; in pathSegments()
|
/external/robolectric/v1/src/main/java/android/net/ |
D | Uri__FromAndroid.java | 2075 private PathSegments pathSegments; field in Uri__FromAndroid.PathPart 2084 if (pathSegments != null) { in getPathSegments() 2085 return pathSegments; in getPathSegments() 2090 return pathSegments = PathSegments.EMPTY; in getPathSegments() 2113 return pathSegments = segmentBuilder.build(); in getPathSegments()
|
/external/mesa3d/src/mapi/vgapi/ |
D | vgapi.csv | 6 …athData, VGPath dstPath, VGint numSegments, const VGubyte *pathSegments, const void *pa…
|
/external/mesa3d/include/VG/ |
D | openvg.h | 596 const VGubyte * pathSegments,
|
/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/ ... |