Home
last modified time | relevance | path

Searched defs:getGraph (Results 1 – 25 of 151) sorted by relevance

1234567

/aosp_15_r20/frameworks/base/media/mca/filterfw/java/android/filterfw/
H A DGraphEnvironment.java64 public FilterGraph getGraph() { in getGraph() method in GraphEnvironment.GraphHandle
169 public FilterGraph getGraph(int graphId) { in getGraph() method in GraphEnvironment
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DDomPrinter.cpp46 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() function
78 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph() function
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h159 ExplodedGraph& getGraph() { return G; } in getGraph() function
160 const ExplodedGraph& getGraph() const { return G; } in getGraph() function
/aosp_15_r20/external/llvm/lib/Analysis/
H A DDomPrinter.cpp85 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() function
115 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph() function
H A DCallPrinter.cpp39 static CallGraph *getGraph(CallGraphWrapperPass *P) { in getGraph() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DDomPrinter.cpp101 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() function
131 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph() function
H A DCallPrinter.cpp39 static CallGraph *getGraph(CallGraphWrapperPass *P) { in getGraph() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DDOTGraphTraitsPass.h30 static GraphT getGraph(Result R) { return &R; } in getGraph() function
179 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DDOTGraphTraitsPass.h30 static GraphT getGraph(Result R) { return &R; } in getGraph() function
178 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DDOTGraphTraitsPass.h27 static GraphT getGraph(Result R) { return &R; } in getGraph() function
158 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DDOTGraphTraitsPass.h30 static GraphT getGraph(Result R) { return &R; } in getGraph() function
179 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h27 static GraphT getGraph(Result R) { return &R; } in getGraph() function
158 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h254 ExplodedGraph &getGraph() { return G; } in getGraph() function
255 const ExplodedGraph &getGraph() const { return G; } in getGraph() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h254 ExplodedGraph &getGraph() { return G; } in getGraph() function
255 const ExplodedGraph &getGraph() const { return G; } in getGraph() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h256 ExplodedGraph &getGraph() { return G; } in getGraph() function
257 const ExplodedGraph &getGraph() const { return G; } in getGraph() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h264 ExplodedGraph &getGraph() { return G; } in getGraph() function
265 const ExplodedGraph &getGraph() const { return G; } in getGraph() function
/aosp_15_r20/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h235 const CFG *getGraph() const { return CFGraph; } in getGraph() function
236 CFG *getGraph() { return CFGraph; } in getGraph() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h254 const CFG *getGraph() const { return CFGraph; } in getGraph() function
255 CFG *getGraph() { return CFGraph; } in getGraph() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h254 const CFG *getGraph() const { return CFGraph; } in getGraph() function
255 CFG *getGraph() { return CFGraph; } in getGraph() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h254 const CFG *getGraph() const { return CFGraph; } in getGraph() function
255 CFG *getGraph() { return CFGraph; } in getGraph() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h254 const CFG *getGraph() const { return CFGraph; } in getGraph() function
255 CFG *getGraph() { return CFGraph; } in getGraph() function
/aosp_15_r20/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DScheduler.java35 FilterGraph getGraph() { in getGraph() method in Scheduler
H A DGraphRunner.java56 public abstract FilterGraph getGraph(); in getGraph() method in GraphRunner
H A DSyncRunner.java85 public FilterGraph getGraph() { in getGraph() method in SyncRunner
H A DAsyncRunner.java178 public FilterGraph getGraph() { in getGraph() method in AsyncRunner

1234567