/external/skia/tools/viewer/ |
D | BisectSlide.h | 41 struct FoundPath { struct 49 SkTArray<FoundPath> fFoundPaths; argument 50 SkTArray<FoundPath> fTossedPaths; 52 std::stack<std::pair<SkTArray<FoundPath>, SkTArray<FoundPath>>> fPathHistory;
|
D | BisectSlide.cpp | 122 for (const FoundPath& foundPath : fFoundPaths) { in onChar() 135 for (const FoundPath& path : fFoundPaths) { in draw()
|
/external/skqp/tools/viewer/ |
D | BisectSlide.h | 41 struct FoundPath { struct 49 SkTArray<FoundPath> fFoundPaths; argument 50 SkTArray<FoundPath> fTossedPaths; 52 std::stack<std::pair<SkTArray<FoundPath>, SkTArray<FoundPath>>> fPathHistory;
|
D | BisectSlide.cpp | 122 for (const FoundPath& foundPath : fFoundPaths) { in onChar() 135 for (const FoundPath& path : fFoundPaths) { in draw()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Process.cpp | 33 Optional<std::string> FoundPath; in FindInEnvPath() local 36 return FoundPath; in FindInEnvPath() 49 FoundPath = FilePath.str(); in FindInEnvPath() 54 return FoundPath; in FindInEnvPath()
|
/external/llvm/lib/Support/ |
D | Process.cpp | 33 Optional<std::string> FoundPath; in FindInEnvPath() local 36 return FoundPath; in FindInEnvPath() 49 FoundPath = FilePath.str(); in FindInEnvPath() 54 return FoundPath; in FindInEnvPath()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Process.cpp | 39 Optional<std::string> FoundPath; in FindInEnvPath() local 42 return FoundPath; in FindInEnvPath() 58 FoundPath = FilePath.str(); in FindInEnvPath() 63 return FoundPath; in FindInEnvPath()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ProfileInfo.cpp | 709 bool FoundPath = false; in repair() local 772 while(FI != FE && !FoundPath) { in repair() 846 FoundPath = true; in repair() 852 if (FoundPath) continue; in repair() 856 while(FI != FE && !FoundPath) { in repair() 882 FoundPath = true; in repair() 886 if (FoundPath) continue; in repair() 890 while(FI != FE && !FoundPath) { in repair() 908 FoundPath = true; in repair() 915 FoundPath = true; in repair() [all …]
|
/external/clang/lib/AST/ |
D | CXXInheritance.cpp | 181 bool FoundPath = false; in lookupInBases() local 256 FoundPath = FoundPathThroughBase = true; in lookupInBases() 263 return FoundPath; in lookupInBases() 278 FoundPath = FoundPathThroughBase = true; in lookupInBases() 280 return FoundPath; in lookupInBases() 299 return FoundPath; in lookupInBases()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | ToolRunner.cpp | 376 bool FoundPath = false; in lexCommand() local 391 if (!FoundPath) { in lexCommand() 393 FoundPath = true; in lexCommand()
|
/external/skqp/dm/ |
D | DMSrcSink.cpp | 1134 struct FoundPath { in draw() struct 1144 const SkTArray<FoundPath>& foundPaths() const { return fFoundPaths; } in draw() 1151 SkTArray<FoundPath> fFoundPaths; in draw() 1172 const FoundPath& path = pathFinder.foundPaths()[i]; in draw()
|
/external/skia/dm/ |
D | DMSrcSink.cpp | 1067 struct FoundPath { in draw() struct 1077 const SkTArray<FoundPath>& foundPaths() const { return fFoundPaths; } in draw() 1084 SkTArray<FoundPath> fFoundPaths; in draw() 1105 const FoundPath& path = pathFinder.foundPaths()[i]; in draw()
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 202 FoundPath, enumerator 234 CurState = FoundPath; in checkForRecursiveFunctionCall() 251 return States[ExitID] == FoundPath; in checkForRecursiveFunctionCall()
|
/external/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 1669 bool FoundPath = false; in computePath() local 1671 FoundPath |= computePath(SI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath() 1674 FoundPath |= in computePath() 1676 if (FoundPath) in computePath() 1678 return FoundPath; in computePath()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 1792 bool FoundPath = false; in computePath() local 1794 FoundPath |= computePath(SI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath() 1797 FoundPath |= in computePath() 1799 if (FoundPath) in computePath() 1801 return FoundPath; in computePath()
|