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

  /system/media/mca/filterfw/java/android/filterfw/core/
Scheduler.java 35 FilterGraph getGraph() {
AsyncRunner.java 186 public FilterGraph getGraph() {
187 return mRunner != null ? mRunner.getGraph() : null;
GraphRunner.java 53 public abstract FilterGraph getGraph();
SyncRunner.java 85 public FilterGraph getGraph() {
86 return mScheduler != null ? mScheduler.getGraph() : null;
91 if (!getGraph().isReady() ) {
99 getGraph().beginProcessing();
105 getGraph().closeFilters(mFilterContext);
192 for (Filter filter : mScheduler.getGraph().getFilters()) {
223 } else if (getGraph() == null) {
  /external/llvm/include/llvm/CodeGen/PBQP/
HeuristicBase.h 75 : s(solver), g(s.getGraph()) { }
86 Graph& getGraph() { return g; }
HeuristicSolver.h 125 Graph& getGraph() { return g; }
  /external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 43 PBQP::Graph& getGraph() { return graph; }
45 const PBQP::Graph& getGraph() const { return graph; }
  /system/media/mca/filterfw/java/android/filterfw/
GraphEnvironment.java 63 public FilterGraph getGraph() {
165 public FilterGraph getGraph(int graphId) {
170 return mGraphs.get(graphId).getGraph();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 130 ExplodedGraph& getGraph() { return G; }
131 const ExplodedGraph& getGraph() const { return G; }
CoreEngine.h 123 /// getGraph - Returns the exploded graph.
124 ExplodedGraph& getGraph() { return *G.get(); }
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 351 /// getGraph - Get the exploded graph created by the analysis engine
353 ExplodedGraph &getGraph();
385 ExplodedGraph &getGraph() { return BR.getGraph(); }
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]

Completed in 171 milliseconds