Home
last modified time | relevance | path

Searched refs:hasPath (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrPathRange.h89 const bool hasPath = SkToBool(fGeneratedPaths[groupByte] & groupBit); in loadPathsIfNeeded() local
90 if (!hasPath) { in loadPathsIfNeeded()
/external/clang/lib/AST/
DAPValue.cpp60 bool hasPath() const { return PathLength != (unsigned)-1; } in hasPath() function
61 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; } in hasPathPtr()
570 return ((const LV*)(const char*)Data.buffer)->hasPath(); in hasLValuePath()
/external/jetty/src/java/org/eclipse/jetty/http/
DHttpFields.java980 boolean hasPath = false;
993 hasPath = true;
1040 … ((!hasPath && !val.contains("Path")) || (hasPath && val.contains("Path="+path))))