HomeSort by relevance Sort by last modified time
    Searched refs:PathSegments (Results 1 - 4 of 4) sorted by null

  /external/robolectric/v1/src/main/java/android/net/
Uri__FromAndroid.java 915 static class PathSegments extends AbstractList<String>
918 static final PathSegments EMPTY = new PathSegments(null, 0);
923 PathSegments(String[] segments, int size) {
942 * Builds PathSegments.
961 PathSegments build() {
963 return PathSegments.EMPTY;
967 return new PathSegments(segments, size);
    [all...]
  /frameworks/base/core/java/android/net/
Uri.java 974 static class PathSegments extends AbstractList<String>
977 static final PathSegments EMPTY = new PathSegments(null, 0);
982 PathSegments(String[] segments, int size) {
1001 * Builds PathSegments.
1020 PathSegments build() {
1022 return PathSegments.EMPTY;
1026 return new PathSegments(segments, size);
    [all...]
  /external/clang/lib/Driver/
MSVCToolChain.cpp 396 SmallVector<StringRef, 8> PathSegments;
397 llvm::SplitString(OptPath.getValue(), PathSegments, EnvPathSeparatorStr);
399 for (StringRef PathSegment : PathSegments) {
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 72 milliseconds