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

  /libcore/luni/src/main/java/java/net/
URLClassLoader.java 823 URL nextCandidate = searchList.remove(0);
824 if (nextCandidate == null) {
825 throw new NullPointerException("nextCandidate == null");
827 if (!handlerMap.containsKey(nextCandidate)) {
829 String protocol = nextCandidate.getProtocol();
831 result = createURLJarHandler(nextCandidate);
833 result = createURLFileHandler(nextCandidate);
835 result = createURLHandler(nextCandidate);
838 handlerMap.put(nextCandidate, result);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.h 133 Position nextCandidate(const Position&);
VisiblePosition.cpp 587 Position next = canonicalizeCandidate(nextCandidate(position));
htmlediting.cpp 215 Position nextCandidate(const Position& position)
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.h 341 bool nextCandidate(int* start, int* end) const;
SkOpContour.cpp 51 while (testSegment->nextCandidate(start, end)) {
SkOpSegment.cpp     [all...]
  /external/skia/src/pathops/
SkOpSegment.h 339 bool nextCandidate(int* start, int* end) const;
SkOpContour.cpp 51 while (testSegment->nextCandidate(start, end)) {
SkOpSegment.cpp     [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp     [all...]
  /external/skia/experimental/Intersection/
Simplify.cpp     [all...]

Completed in 216 milliseconds